| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 '../components/components.gyp:policy_test_support', | 350 '../components/components.gyp:policy_test_support', |
| 351 ], | 351 ], |
| 352 }], | 352 }], |
| 353 ['safe_browsing!=1', { | 353 ['safe_browsing!=1', { |
| 354 'sources/': [ | 354 'sources/': [ |
| 355 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 355 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
| 356 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.cc'], | 356 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.cc'], |
| 357 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.h'], | 357 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.h'], |
| 358 ], | 358 ], |
| 359 }], | 359 }], |
| 360 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 360 ['OS=="linux"', { |
| 361 'dependencies': [ | 361 'dependencies': [ |
| 362 '../build/linux/system.gyp:ssl', | 362 '../build/linux/system.gyp:ssl', |
| 363 ], | 363 ], |
| 364 }], | 364 }], |
| 365 ['enable_printing==1', { | 365 ['enable_printing==1', { |
| 366 'dependencies': [ | 366 'dependencies': [ |
| 367 'service', | 367 'service', |
| 368 ], | 368 ], |
| 369 }], | 369 }], |
| 370 ['enable_printing==0', { | 370 ['enable_printing==0', { |
| (...skipping 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2278 'browser/extensions/api/enterprise_platform_keys_private/enterprise_
platform_keys_private_api_unittest.cc', | 2278 'browser/extensions/api/enterprise_platform_keys_private/enterprise_
platform_keys_private_api_unittest.cc', |
| 2279 'browser/notifications/login_state_notification_blocker_chromeos_uni
ttest.cc', | 2279 'browser/notifications/login_state_notification_blocker_chromeos_uni
ttest.cc', |
| 2280 'browser/extensions/api/log_private/syslog_parser_unittest.cc', | 2280 'browser/extensions/api/log_private/syslog_parser_unittest.cc', |
| 2281 ], | 2281 ], |
| 2282 }], | 2282 }], |
| 2283 ['use_x11==1', { | 2283 ['use_x11==1', { |
| 2284 'dependencies': [ | 2284 'dependencies': [ |
| 2285 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2285 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2286 ], | 2286 ], |
| 2287 }], | 2287 }], |
| 2288 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 2288 ['OS=="linux"', { |
| 2289 'dependencies': [ | 2289 'dependencies': [ |
| 2290 '../build/linux/system.gyp:ssl', | 2290 '../build/linux/system.gyp:ssl', |
| 2291 ], | 2291 ], |
| 2292 }], | 2292 }], |
| 2293 ['use_gnome_keyring == 0', { | 2293 ['use_gnome_keyring == 0', { |
| 2294 # Disable the GNOME Keyring tests if we are not using it. | 2294 # Disable the GNOME Keyring tests if we are not using it. |
| 2295 'sources!': [ | 2295 'sources!': [ |
| 2296 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2296 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
| 2297 ], | 2297 ], |
| 2298 }, { | 2298 }, { |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2838 'browser/ui/app_list/test/fake_profile_store.h', | 2838 'browser/ui/app_list/test/fake_profile_store.h', |
| 2839 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2839 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2840 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2840 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2841 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2841 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2842 ], | 2842 ], |
| 2843 }, | 2843 }, |
| 2844 ], | 2844 ], |
| 2845 }], | 2845 }], |
| 2846 ], # 'conditions' | 2846 ], # 'conditions' |
| 2847 } | 2847 } |
| OLD | NEW |