| 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 2625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2636 ['exclude', '^browser/ui/webui/signin/'], | 2636 ['exclude', '^browser/ui/webui/signin/'], |
| 2637 ['exclude', '^browser/ui/webui/suggestions_internals'], | 2637 ['exclude', '^browser/ui/webui/suggestions_internals'], |
| 2638 ['exclude', '^browser/ui/webui/sync_promo'], | 2638 ['exclude', '^browser/ui/webui/sync_promo'], |
| 2639 ['exclude', '^tools/profile_reset/'], | 2639 ['exclude', '^tools/profile_reset/'], |
| 2640 ['exclude', '^utility/importer/'], | 2640 ['exclude', '^utility/importer/'], |
| 2641 ], | 2641 ], |
| 2642 'conditions': [ | 2642 'conditions': [ |
| 2643 ['gtest_target_type == "shared_library"', { | 2643 ['gtest_target_type == "shared_library"', { |
| 2644 'dependencies': [ | 2644 'dependencies': [ |
| 2645 '../testing/android/native_test.gyp:native_test_native_code', | 2645 '../testing/android/native_test.gyp:native_test_native_code', |
| 2646 'chrome.gyp:chrome_android_auxiliary', | |
| 2647 ], | 2646 ], |
| 2648 }], | 2647 }], |
| 2649 ], | 2648 ], |
| 2650 }], # OS == android | 2649 }], # OS == android |
| 2651 ['OS!="android" and OS!="ios" and chromeos==0', { | 2650 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 2652 'sources': [ | 2651 'sources': [ |
| 2653 'browser/download/download_dir_policy_handler_unittest.cc', | 2652 'browser/download/download_dir_policy_handler_unittest.cc', |
| 2654 ], | 2653 ], |
| 2655 }], | 2654 }], |
| 2656 ['enable_printing!=1', { | 2655 ['enable_printing!=1', { |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2869 'browser/ui/app_list/test/fake_profile.h', | 2868 'browser/ui/app_list/test/fake_profile.h', |
| 2870 'browser/ui/app_list/test/fake_profile_store.cc', | 2869 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2871 'browser/ui/app_list/test/fake_profile_store.h', | 2870 'browser/ui/app_list/test/fake_profile_store.h', |
| 2872 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2871 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2873 ], | 2872 ], |
| 2874 }, | 2873 }, |
| 2875 ], | 2874 ], |
| 2876 }], | 2875 }], |
| 2877 ], # 'conditions' | 2876 ], # 'conditions' |
| 2878 } | 2877 } |
| OLD | NEW |