| 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 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1414 }, | 1414 }, |
| 1415 }, | 1415 }, |
| 1416 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1416 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1417 'msvs_disabled_warnings': [ 4267, ], | 1417 'msvs_disabled_warnings': [ 4267, ], |
| 1418 }], | 1418 }], |
| 1419 ['OS=="win" and win_use_allocator_shim==1', { | 1419 ['OS=="win" and win_use_allocator_shim==1', { |
| 1420 'dependencies': [ | 1420 'dependencies': [ |
| 1421 '../base/allocator/allocator.gyp:allocator', | 1421 '../base/allocator/allocator.gyp:allocator', |
| 1422 ], | 1422 ], |
| 1423 }], | 1423 }], |
| 1424 ['OS=="linux"', { | |
| 1425 'sources!': [ | |
| 1426 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | |
| 1427 ], | |
| 1428 }], | |
| 1429 ['OS=="android"', { | 1424 ['OS=="android"', { |
| 1430 'sources': [ '<@(content_browsertests_android_sources)' ], | 1425 'sources': [ '<@(content_browsertests_android_sources)' ], |
| 1431 'sources!': [ | 1426 'sources!': [ |
| 1432 'browser/battery_status/battery_monitor_impl_browsertest.cc', | 1427 'browser/battery_status/battery_monitor_impl_browsertest.cc', |
| 1433 ], | 1428 ], |
| 1434 'dependencies': [ | 1429 'dependencies': [ |
| 1435 'content_shell_jni_headers', | 1430 'content_shell_jni_headers', |
| 1436 'content_shell_lib', | 1431 'content_shell_lib', |
| 1437 '../testing/android/native_test.gyp:native_test_util', | 1432 '../testing/android/native_test.gyp:native_test_util', |
| 1438 ], | 1433 ], |
| (...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2145 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2151 }, | 2146 }, |
| 2152 ], | 2147 ], |
| 2153 }], | 2148 }], |
| 2154 ], | 2149 ], |
| 2155 }, | 2150 }, |
| 2156 ], | 2151 ], |
| 2157 }], | 2152 }], |
| 2158 ], | 2153 ], |
| 2159 } | 2154 } |
| OLD | NEW |