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 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1176 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 1176 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
1177 'browser/media/audio_stream_monitor_unittest.cc', | 1177 'browser/media/audio_stream_monitor_unittest.cc', |
1178 'browser/power_usage_monitor_impl_unittest.cc', | 1178 'browser/power_usage_monitor_impl_unittest.cc', |
1179 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', | 1179 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', |
1180 'browser/webui/url_data_manager_backend_unittest.cc', | 1180 'browser/webui/url_data_manager_backend_unittest.cc', |
1181 'renderer/media/media_recorder_handler_unittest.cc', | 1181 'renderer/media/media_recorder_handler_unittest.cc', |
1182 'renderer/media/video_track_recorder_unittest.cc', | 1182 'renderer/media/video_track_recorder_unittest.cc', |
1183 ], | 1183 ], |
1184 'dependencies': [ | 1184 'dependencies': [ |
1185 '../testing/android/native_test.gyp:native_test_native_code', | 1185 '../testing/android/native_test.gyp:native_test_native_code', |
1186 '../third_party/boringssl/boringssl.gyp:boringssl', | |
davidben
2015/10/13 20:32:16
Corresponding change in content/test/BUILD.gn
svaldez
2015/10/14 15:06:18
Done.
| |
1186 ], | 1187 ], |
1187 'dependencies!': [ | 1188 'dependencies!': [ |
1188 '../device/battery/battery.gyp:device_battery', | 1189 '../device/battery/battery.gyp:device_battery', |
1189 ], | 1190 ], |
1190 }], | 1191 }], |
1191 ['OS != "android" and OS != "ios"', { | 1192 ['OS != "android" and OS != "ios"', { |
1192 'dependencies': [ | 1193 'dependencies': [ |
1193 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', | 1194 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', |
1194 ], | 1195 ], |
1195 }], | 1196 }], |
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2143 ], | 2144 ], |
2144 }, | 2145 }, |
2145 'includes': [ | 2146 'includes': [ |
2146 '../build/host_jar.gypi', | 2147 '../build/host_jar.gypi', |
2147 ], | 2148 ], |
2148 }, | 2149 }, |
2149 ], | 2150 ], |
2150 }], | 2151 }], |
2151 ], | 2152 ], |
2152 } | 2153 } |
OLD | NEW |