Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1200 'browser/geolocation/network_location_provider_unittest.cc', | 1200 'browser/geolocation/network_location_provider_unittest.cc', |
| 1201 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 1201 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 1202 'browser/power_usage_monitor_impl_unittest.cc', | 1202 'browser/power_usage_monitor_impl_unittest.cc', |
| 1203 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', | 1203 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', |
| 1204 'browser/webui/url_data_manager_backend_unittest.cc', | 1204 'browser/webui/url_data_manager_backend_unittest.cc', |
| 1205 'renderer/media/media_recorder_handler_unittest.cc', | 1205 'renderer/media/media_recorder_handler_unittest.cc', |
| 1206 'renderer/media/video_track_recorder_unittest.cc', | 1206 'renderer/media/video_track_recorder_unittest.cc', |
| 1207 ], | 1207 ], |
| 1208 'dependencies': [ | 1208 'dependencies': [ |
| 1209 '../testing/android/native_test.gyp:native_test_native_code', | 1209 '../testing/android/native_test.gyp:native_test_native_code', |
| 1210 '../third_party/boringssl/boringssl.gyp:boringssl', | |
|
davidben
2015/11/04 00:17:38
Is this needed?
svaldez
2015/11/04 16:55:52
Done.
| |
| 1210 ], | 1211 ], |
| 1211 'dependencies!': [ | 1212 'dependencies!': [ |
| 1212 '../device/battery/battery.gyp:device_battery', | 1213 '../device/battery/battery.gyp:device_battery', |
| 1213 ], | 1214 ], |
| 1214 }], | 1215 }], |
| 1215 ['OS != "android" and OS != "ios"', { | 1216 ['OS != "android" and OS != "ios"', { |
| 1216 'dependencies': [ | 1217 'dependencies': [ |
| 1217 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', | 1218 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', |
| 1218 ], | 1219 ], |
| 1219 }], | 1220 }], |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2198 'content_unittests_apk.isolate', | 2199 'content_unittests_apk.isolate', |
| 2199 ], | 2200 ], |
| 2200 }, | 2201 }, |
| 2201 ], | 2202 ], |
| 2202 }, | 2203 }, |
| 2203 ], | 2204 ], |
| 2204 ], | 2205 ], |
| 2205 }], | 2206 }], |
| 2206 ], | 2207 ], |
| 2207 } | 2208 } |
| OLD | NEW |