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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1458 'browser/plugin_prefs_unittest.cc', | 1458 'browser/plugin_prefs_unittest.cc', |
1459 'browser/policy/asynchronous_policy_loader_unittest.cc', | 1459 'browser/policy/asynchronous_policy_loader_unittest.cc', |
1460 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1460 'browser/policy/asynchronous_policy_provider_unittest.cc', |
1461 'browser/policy/asynchronous_policy_test_base.cc', | 1461 'browser/policy/asynchronous_policy_test_base.cc', |
1462 'browser/policy/asynchronous_policy_test_base.h', | 1462 'browser/policy/asynchronous_policy_test_base.h', |
1463 'browser/policy/cloud_policy_controller_unittest.cc', | 1463 'browser/policy/cloud_policy_controller_unittest.cc', |
1464 'browser/policy/cloud_policy_provider_unittest.cc', | 1464 'browser/policy/cloud_policy_provider_unittest.cc', |
1465 'browser/policy/cloud_policy_subsystem_unittest.cc', | 1465 'browser/policy/cloud_policy_subsystem_unittest.cc', |
1466 'browser/policy/config_dir_policy_provider_unittest.cc', | 1466 'browser/policy/config_dir_policy_provider_unittest.cc', |
1467 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1467 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1468 'browser/policy/configuration_policy_provider_test.cc', | |
1469 'browser/policy/configuration_policy_provider_test.h', | |
Joao da Silva
2011/11/09 15:37:47
Nit: not sure if in this case this goes here, or a
Mattias Nissler (ping if slow)
2011/11/09 17:04:11
Done.
| |
1468 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1470 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1469 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1471 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1470 'browser/policy/configuration_policy_reader_unittest.cc', | 1472 'browser/policy/configuration_policy_reader_unittest.cc', |
1471 'browser/policy/device_management_backend_mock.cc', | 1473 'browser/policy/device_management_backend_mock.cc', |
1472 'browser/policy/device_management_backend_mock.h', | 1474 'browser/policy/device_management_backend_mock.h', |
1473 'browser/policy/device_management_service_unittest.cc', | 1475 'browser/policy/device_management_service_unittest.cc', |
1474 'browser/policy/device_policy_cache_unittest.cc', | 1476 'browser/policy/device_policy_cache_unittest.cc', |
1475 'browser/policy/device_token_fetcher_unittest.cc', | 1477 'browser/policy/device_token_fetcher_unittest.cc', |
1476 'browser/policy/enterprise_install_attributes_unittest.cc', | 1478 'browser/policy/enterprise_install_attributes_unittest.cc', |
1477 'browser/policy/file_based_policy_provider_unittest.cc', | 1479 'browser/policy/file_based_policy_provider_unittest.cc', |
(...skipping 2743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4221 # Use outputs of this action as inputs for the main target build. | 4223 # Use outputs of this action as inputs for the main target build. |
4222 # Seems as a misnomer but makes this happy on Linux (scons). | 4224 # Seems as a misnomer but makes this happy on Linux (scons). |
4223 'process_outputs_as_sources': 1, | 4225 'process_outputs_as_sources': 1, |
4224 }, | 4226 }, |
4225 ], # 'actions' | 4227 ], # 'actions' |
4226 }, | 4228 }, |
4227 ] | 4229 ] |
4228 }], # 'coverage!=0' | 4230 }], # 'coverage!=0' |
4229 ], # 'conditions' | 4231 ], # 'conditions' |
4230 } | 4232 } |
OLD | NEW |