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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 ], | 330 ], |
331 }], | 331 }], |
332 ['configuration_policy==0', { | 332 ['configuration_policy==0', { |
333 'sources/': [ | 333 'sources/': [ |
334 ['exclude', '^browser/policy'], | 334 ['exclude', '^browser/policy'], |
335 ['exclude', 'browser/net/disk_cache_dir_policy_handler_unittest.cc']
, | 335 ['exclude', 'browser/net/disk_cache_dir_policy_handler_unittest.cc']
, |
336 ], | 336 ], |
337 }], | 337 }], |
338 ['configuration_policy==1', { | 338 ['configuration_policy==1', { |
339 'dependencies': [ | 339 'dependencies': [ |
340 'app/policy/cloud_policy_codegen.gyp:policy_test_support', | |
341 '../components/components.gyp:policy_component_test_support', | 340 '../components/components.gyp:policy_component_test_support', |
| 341 '../components/components.gyp:policy_test_support', |
342 ], | 342 ], |
343 'export_dependent_settings': [ | 343 'export_dependent_settings': [ |
344 'app/policy/cloud_policy_codegen.gyp:policy_test_support', | |
345 '../components/components.gyp:policy_component_test_support', | 344 '../components/components.gyp:policy_component_test_support', |
| 345 '../components/components.gyp:policy_test_support', |
346 ], | 346 ], |
347 }], | 347 }], |
348 ['safe_browsing!=1', { | 348 ['safe_browsing!=1', { |
349 'sources/': [ | 349 'sources/': [ |
350 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 350 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
351 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.cc'], | 351 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.cc'], |
352 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.h'], | 352 ['exclude', '^browser/extensions/fake_safe_browsing_database_manager
.h'], |
353 ], | 353 ], |
354 }], | 354 }], |
355 ['toolkit_uses_gtk == 1', { | 355 ['toolkit_uses_gtk == 1', { |
(...skipping 2546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2902 'browser/ui/app_list/test/fake_profile_store.h', | 2902 'browser/ui/app_list/test/fake_profile_store.h', |
2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2906 ], | 2906 ], |
2907 }, | 2907 }, |
2908 ], | 2908 ], |
2909 }], | 2909 }], |
2910 ], # 'conditions' | 2910 ], # 'conditions' |
2911 } | 2911 } |
OLD | NEW |