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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1368 ['OS!="android"', { | 1368 ['OS!="android"', { |
1369 'sources!': [ | 1369 'sources!': [ |
1370 'browser/accessibility/android_granularity_movement_browsertest.
cc', | 1370 'browser/accessibility/android_granularity_movement_browsertest.
cc', |
1371 'browser/accessibility/android_hit_testing_browsertest.cc', | 1371 'browser/accessibility/android_hit_testing_browsertest.cc', |
1372 ] | 1372 ] |
1373 }], | 1373 }], |
1374 ['OS=="android"', { | 1374 ['OS=="android"', { |
1375 'sources': [ | 1375 'sources': [ |
1376 'shell/android/browsertests_apk/content_browser_tests_android.cc
', | 1376 'shell/android/browsertests_apk/content_browser_tests_android.cc
', |
1377 ], | 1377 ], |
| 1378 'sources!': [ |
| 1379 'browser/battery_status/battery_monitor_impl_browsertest.cc', |
| 1380 ], |
1378 'dependencies': [ | 1381 'dependencies': [ |
1379 'content_shell_jni_headers', | 1382 'content_shell_jni_headers', |
1380 'content_shell_lib', | 1383 'content_shell_lib', |
1381 '../testing/android/native_test.gyp:native_test_util', | 1384 '../testing/android/native_test.gyp:native_test_util', |
1382 ], | 1385 ], |
1383 }], | 1386 }], |
1384 ['OS=="mac"', { | 1387 ['OS=="mac"', { |
1385 'dependencies': [ | 1388 'dependencies': [ |
1386 'content_shell', # Needed for Content Shell.app's Helper. | 1389 'content_shell', # Needed for Content Shell.app's Helper. |
1387 ], | 1390 ], |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2069 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2072 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2070 }, | 2073 }, |
2071 ], | 2074 ], |
2072 }], | 2075 }], |
2073 ], | 2076 ], |
2074 }, | 2077 }, |
2075 ], | 2078 ], |
2076 }], | 2079 }], |
2077 ], | 2080 ], |
2078 } | 2081 } |
OLD | NEW |