Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: webrtc/system_wrappers/BUILD.gn

Issue 2054373002: FileWrapper[Impl] modifications and actually remove the "Impl" class. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix use of ASSERT instead of ASSERT_TRUE in test Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "source/condition_variable_event_win.h", 49 "source/condition_variable_event_win.h",
50 "source/cpu_features.cc", 50 "source/cpu_features.cc",
51 "source/cpu_info.cc", 51 "source/cpu_info.cc",
52 "source/data_log_c.cc", 52 "source/data_log_c.cc",
53 "source/event.cc", 53 "source/event.cc",
54 "source/event_timer_posix.cc", 54 "source/event_timer_posix.cc",
55 "source/event_timer_posix.h", 55 "source/event_timer_posix.h",
56 "source/event_timer_win.cc", 56 "source/event_timer_win.cc",
57 "source/event_timer_win.h", 57 "source/event_timer_win.h",
58 "source/file_impl.cc", 58 "source/file_impl.cc",
59 "source/file_impl.h",
60 "source/logging.cc", 59 "source/logging.cc",
61 "source/rtp_to_ntp.cc", 60 "source/rtp_to_ntp.cc",
62 "source/rw_lock.cc", 61 "source/rw_lock.cc",
63 "source/rw_lock_posix.cc", 62 "source/rw_lock_posix.cc",
64 "source/rw_lock_posix.h", 63 "source/rw_lock_posix.h",
65 "source/rw_lock_win.cc", 64 "source/rw_lock_win.cc",
66 "source/rw_lock_win.h", 65 "source/rw_lock_win.h",
67 "source/rw_lock_winxp_win.cc", 66 "source/rw_lock_winxp_win.cc",
68 "source/rw_lock_winxp_win.h", 67 "source/rw_lock_winxp_win.h",
69 "source/sleep.cc", 68 "source/sleep.cc",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 ":system_wrappers", 236 ":system_wrappers",
238 "../test:test_support_main", 237 "../test:test_support_main",
239 "//testing/gtest", 238 "//testing/gtest",
240 ] 239 ]
241 240
242 if (is_android) { 241 if (is_android) {
243 deps += [ "//testing/android/native_test:native_test_support" ] 242 deps += [ "//testing/android/native_test:native_test_support" ]
244 } 243 }
245 } 244 }
246 } 245 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/utility/ivf_file_writer_unittest.cc ('k') | webrtc/system_wrappers/include/file_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698