| 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 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1275 '../testing/android/native_test.gyp:native_test_native_code', | 1275 '../testing/android/native_test.gyp:native_test_native_code', |
| 1276 ], | 1276 ], |
| 1277 'dependencies!': [ | 1277 'dependencies!': [ |
| 1278 '../device/battery/battery.gyp:device_battery', | 1278 '../device/battery/battery.gyp:device_battery', |
| 1279 ], | 1279 ], |
| 1280 }, { # OS != "android" | 1280 }, { # OS != "android" |
| 1281 'dependencies': [ | 1281 'dependencies': [ |
| 1282 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', | 1282 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', |
| 1283 ], | 1283 ], |
| 1284 }], | 1284 }], |
| 1285 ['chromecast == 1', { |
| 1286 'sources!': [ |
| 1287 'renderer/media/audio_track_recorder_unittest.cc', |
| 1288 'renderer/media/media_recorder_handler_unittest.cc', |
| 1289 'renderer/media/video_track_recorder_unittest.cc', |
| 1290 ], |
| 1291 }], |
| 1285 # Avoid windows due to non-availability of cursor resources in test. | 1292 # Avoid windows due to non-availability of cursor resources in test. |
| 1286 ['OS != "linux"', { | 1293 ['OS != "linux"', { |
| 1287 'sources!': [ | 1294 'sources!': [ |
| 1288 'browser/media/capture/cursor_renderer_aura_unittest.cc', | 1295 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
| 1289 ], | 1296 ], |
| 1290 }], | 1297 }], |
| 1291 ['use_aura!=1 and OS!="android"', { | 1298 ['use_aura!=1 and OS!="android"', { |
| 1292 'sources!': [ | 1299 'sources!': [ |
| 1293 'browser/renderer_host/input/tap_suppression_controller_unittest
.cc', | 1300 'browser/renderer_host/input/tap_suppression_controller_unittest
.cc', |
| 1294 ], | 1301 ], |
| (...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2206 'content_unittests_apk.isolate', | 2213 'content_unittests_apk.isolate', |
| 2207 ], | 2214 ], |
| 2208 }, | 2215 }, |
| 2209 ], | 2216 ], |
| 2210 }, | 2217 }, |
| 2211 ], | 2218 ], |
| 2212 ], | 2219 ], |
| 2213 }], | 2220 }], |
| 2214 ], | 2221 ], |
| 2215 } | 2222 } |
| OLD | NEW |