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 'variables' : { | 5 'variables' : { |
6 # Variables for js2gtest rules | 6 # Variables for js2gtest rules |
7 'gypv8sh': '../tools/gypv8sh.py', | 7 'gypv8sh': '../tools/gypv8sh.py', |
8 'js2gtest': 'test/base/js2gtest.js', | 8 'js2gtest': 'test/base/js2gtest.js', |
9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', | 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', |
10 'mock_js': 'third_party/mock4js/mock4js.js', | 10 'mock_js': 'third_party/mock4js/mock4js.js', |
(...skipping 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1462 'browser/plugin_prefs_unittest.cc', | 1462 'browser/plugin_prefs_unittest.cc', |
1463 'browser/policy/asynchronous_policy_loader_unittest.cc', | 1463 'browser/policy/asynchronous_policy_loader_unittest.cc', |
1464 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1464 'browser/policy/asynchronous_policy_provider_unittest.cc', |
1465 'browser/policy/asynchronous_policy_test_base.cc', | 1465 'browser/policy/asynchronous_policy_test_base.cc', |
1466 'browser/policy/asynchronous_policy_test_base.h', | 1466 'browser/policy/asynchronous_policy_test_base.h', |
1467 'browser/policy/cloud_policy_controller_unittest.cc', | 1467 'browser/policy/cloud_policy_controller_unittest.cc', |
1468 'browser/policy/cloud_policy_provider_unittest.cc', | 1468 'browser/policy/cloud_policy_provider_unittest.cc', |
1469 'browser/policy/cloud_policy_subsystem_unittest.cc', | 1469 'browser/policy/cloud_policy_subsystem_unittest.cc', |
1470 'browser/policy/config_dir_policy_provider_unittest.cc', | 1470 'browser/policy/config_dir_policy_provider_unittest.cc', |
1471 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1471 'browser/policy/configuration_policy_pref_store_unittest.cc', |
| 1472 'browser/policy/configuration_policy_provider_test.cc', |
| 1473 'browser/policy/configuration_policy_provider_test.h', |
1472 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1474 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1473 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1475 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1474 'browser/policy/configuration_policy_reader_unittest.cc', | 1476 'browser/policy/configuration_policy_reader_unittest.cc', |
1475 'browser/policy/device_management_backend_mock.cc', | 1477 'browser/policy/device_management_backend_mock.cc', |
1476 'browser/policy/device_management_backend_mock.h', | 1478 'browser/policy/device_management_backend_mock.h', |
1477 'browser/policy/device_management_service_unittest.cc', | 1479 'browser/policy/device_management_service_unittest.cc', |
1478 'browser/policy/device_policy_cache_unittest.cc', | 1480 'browser/policy/device_policy_cache_unittest.cc', |
1479 'browser/policy/device_token_fetcher_unittest.cc', | 1481 'browser/policy/device_token_fetcher_unittest.cc', |
1480 'browser/policy/enterprise_install_attributes_unittest.cc', | 1482 'browser/policy/enterprise_install_attributes_unittest.cc', |
1481 'browser/policy/file_based_policy_provider_unittest.cc', | 1483 'browser/policy/file_based_policy_provider_unittest.cc', |
(...skipping 2743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4225 # Use outputs of this action as inputs for the main target build. | 4227 # Use outputs of this action as inputs for the main target build. |
4226 # Seems as a misnomer but makes this happy on Linux (scons). | 4228 # Seems as a misnomer but makes this happy on Linux (scons). |
4227 'process_outputs_as_sources': 1, | 4229 'process_outputs_as_sources': 1, |
4228 }, | 4230 }, |
4229 ], # 'actions' | 4231 ], # 'actions' |
4230 }, | 4232 }, |
4231 ] | 4233 ] |
4232 }], # 'coverage!=0' | 4234 }], # 'coverage!=0' |
4233 ], # 'conditions' | 4235 ], # 'conditions' |
4234 } | 4236 } |
OLD | NEW |