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 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 'browser/policy/testing_cloud_policy_subsystem.cc', | 1494 'browser/policy/testing_cloud_policy_subsystem.cc', |
1495 'browser/policy/testing_cloud_policy_subsystem.h', | 1495 'browser/policy/testing_cloud_policy_subsystem.h', |
1496 'browser/policy/testing_policy_url_fetcher_factory.cc', | 1496 'browser/policy/testing_policy_url_fetcher_factory.cc', |
1497 'browser/policy/testing_policy_url_fetcher_factory.h', | 1497 'browser/policy/testing_policy_url_fetcher_factory.h', |
1498 'browser/policy/url_blacklist_manager_unittest.cc', | 1498 'browser/policy/url_blacklist_manager_unittest.cc', |
1499 'browser/policy/user_policy_cache_unittest.cc', | 1499 'browser/policy/user_policy_cache_unittest.cc', |
1500 'browser/preferences_mock_mac.cc', | 1500 'browser/preferences_mock_mac.cc', |
1501 'browser/preferences_mock_mac.h', | 1501 'browser/preferences_mock_mac.h', |
1502 'browser/prefs/command_line_pref_store_unittest.cc', | 1502 'browser/prefs/command_line_pref_store_unittest.cc', |
1503 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1503 'browser/prefs/incognito_mode_prefs_unittest.cc', |
1504 'browser/prefs/incognito_user_pref_store_unittest.cc', | 1504 'browser/prefs/overlay_user_pref_store_unittest.cc', |
1505 'browser/prefs/pref_change_registrar_unittest.cc', | 1505 'browser/prefs/pref_change_registrar_unittest.cc', |
1506 'browser/prefs/pref_member_unittest.cc', | 1506 'browser/prefs/pref_member_unittest.cc', |
1507 'browser/prefs/pref_model_associator_unittest.cc', | 1507 'browser/prefs/pref_model_associator_unittest.cc', |
1508 'browser/prefs/pref_notifier_impl_unittest.cc', | 1508 'browser/prefs/pref_notifier_impl_unittest.cc', |
1509 'browser/prefs/pref_service_unittest.cc', | 1509 'browser/prefs/pref_service_unittest.cc', |
1510 'browser/prefs/pref_set_observer_unittest.cc', | 1510 'browser/prefs/pref_set_observer_unittest.cc', |
1511 'browser/prefs/pref_value_map_unittest.cc', | 1511 'browser/prefs/pref_value_map_unittest.cc', |
1512 'browser/prefs/pref_value_store_unittest.cc', | 1512 'browser/prefs/pref_value_store_unittest.cc', |
1513 'browser/prefs/proxy_config_dictionary_unittest.cc', | 1513 'browser/prefs/proxy_config_dictionary_unittest.cc', |
1514 'browser/prefs/proxy_policy_unittest.cc', | 1514 'browser/prefs/proxy_policy_unittest.cc', |
(...skipping 2710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4225 # Use outputs of this action as inputs for the main target build. | 4225 # Use outputs of this action as inputs for the main target build. |
4226 # Seems as a misnomer but makes this happy on Linux (scons). | 4226 # Seems as a misnomer but makes this happy on Linux (scons). |
4227 'process_outputs_as_sources': 1, | 4227 'process_outputs_as_sources': 1, |
4228 }, | 4228 }, |
4229 ], # 'actions' | 4229 ], # 'actions' |
4230 }, | 4230 }, |
4231 ] | 4231 ] |
4232 }], # 'coverage!=0' | 4232 }], # 'coverage!=0' |
4233 ], # 'conditions' | 4233 ], # 'conditions' |
4234 } | 4234 } |
OLD | NEW |