OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 11 matching lines...) Expand all Loading... |
22 # production libraries but are used by more than one test executable. | 22 # production libraries but are used by more than one test executable. |
23 'target_name': 'test_support_common', | 23 'target_name': 'test_support_common', |
24 'type': '<(library)', | 24 'type': '<(library)', |
25 'dependencies': [ | 25 'dependencies': [ |
26 'browser', | 26 'browser', |
27 'common', | 27 'common', |
28 'renderer', | 28 'renderer', |
29 'chrome_gpu', | 29 'chrome_gpu', |
30 'chrome_resources', | 30 'chrome_resources', |
31 'chrome_strings', | 31 'chrome_strings', |
| 32 'cloud_policy_proto', |
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 33 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
33 'browser/policy/proto/device_management_proto.gyp:device_management_prot
o_cpp', | |
34 'policy', | 34 'policy', |
35 'theme_resources', | 35 'theme_resources', |
36 '../base/base.gyp:test_support_base', | 36 '../base/base.gyp:test_support_base', |
37 '../ipc/ipc.gyp:test_support_ipc', | 37 '../ipc/ipc.gyp:test_support_ipc', |
38 # 'test/test_url_request_context_getter.h' brings in this requirement. | 38 # 'test/test_url_request_context_getter.h' brings in this requirement. |
39 '../net/net.gyp:net_test_support', | 39 '../net/net.gyp:net_test_support', |
40 '../skia/skia.gyp:skia', | 40 '../skia/skia.gyp:skia', |
41 '../testing/gmock.gyp:gmock', | 41 '../testing/gmock.gyp:gmock', |
42 '../testing/gtest.gyp:gtest', | 42 '../testing/gtest.gyp:gtest', |
43 ], | 43 ], |
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1308 'browser/password_manager/password_form_manager_unittest.cc', | 1308 'browser/password_manager/password_form_manager_unittest.cc', |
1309 'browser/password_manager/password_manager_unittest.cc', | 1309 'browser/password_manager/password_manager_unittest.cc', |
1310 'browser/password_manager/password_store_default_unittest.cc', | 1310 'browser/password_manager/password_store_default_unittest.cc', |
1311 'browser/password_manager/password_store_mac_unittest.cc', | 1311 'browser/password_manager/password_store_mac_unittest.cc', |
1312 'browser/password_manager/password_store_win_unittest.cc', | 1312 'browser/password_manager/password_store_win_unittest.cc', |
1313 'browser/plugin_exceptions_table_model_unittest.cc', | 1313 'browser/plugin_exceptions_table_model_unittest.cc', |
1314 'browser/plugin_service_unittest.cc', | 1314 'browser/plugin_service_unittest.cc', |
1315 'browser/policy/asynchronous_policy_loader_unittest.cc', | 1315 'browser/policy/asynchronous_policy_loader_unittest.cc', |
1316 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1316 'browser/policy/asynchronous_policy_provider_unittest.cc', |
1317 'browser/policy/asynchronous_policy_test_base.h', | 1317 'browser/policy/asynchronous_policy_test_base.h', |
| 1318 'browser/policy/cloud_policy_cache_unittest.cc', |
1318 'browser/policy/config_dir_policy_provider_unittest.cc', | 1319 'browser/policy/config_dir_policy_provider_unittest.cc', |
1319 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1320 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1320 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1321 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1321 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1322 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1322 'browser/policy/device_token_fetcher_unittest.cc', | 1323 'browser/policy/device_token_fetcher_unittest.cc', |
1323 'browser/policy/file_based_policy_provider_unittest.cc', | 1324 'browser/policy/file_based_policy_provider_unittest.cc', |
1324 'browser/policy/device_management_backend_mock.cc', | 1325 'browser/policy/device_management_backend_mock.cc', |
1325 'browser/policy/device_management_backend_mock.h', | 1326 'browser/policy/device_management_backend_mock.h', |
1326 'browser/policy/device_management_service_unittest.cc', | 1327 'browser/policy/device_management_service_unittest.cc', |
1327 'browser/policy/device_management_policy_cache_unittest.cc', | 1328 'browser/policy/device_management_policy_cache_unittest.cc', |
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3683 ] | 3684 ] |
3684 }], # 'coverage!=0' | 3685 }], # 'coverage!=0' |
3685 ], # 'conditions' | 3686 ], # 'conditions' |
3686 } | 3687 } |
3687 | 3688 |
3688 # Local Variables: | 3689 # Local Variables: |
3689 # tab-width:2 | 3690 # tab-width:2 |
3690 # indent-tabs-mode:nil | 3691 # indent-tabs-mode:nil |
3691 # End: | 3692 # End: |
3692 # vim: set expandtab tabstop=2 shiftwidth=2: | 3693 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |