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 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1457 'browser/password_manager/password_store_x_unittest.cc', | 1457 'browser/password_manager/password_store_x_unittest.cc', |
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_handler_chromeos_unittest.cc', |
1467 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1468 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1468 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1469 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1469 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1470 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1470 'browser/policy/configuration_policy_reader_unittest.cc', | 1471 'browser/policy/configuration_policy_reader_unittest.cc', |
1471 'browser/policy/device_management_backend_mock.cc', | 1472 'browser/policy/device_management_backend_mock.cc', |
1472 'browser/policy/device_management_backend_mock.h', | 1473 'browser/policy/device_management_backend_mock.h', |
1473 'browser/policy/device_management_service_unittest.cc', | 1474 'browser/policy/device_management_service_unittest.cc', |
1474 'browser/policy/device_policy_cache_unittest.cc', | 1475 'browser/policy/device_policy_cache_unittest.cc', |
1475 'browser/policy/device_token_fetcher_unittest.cc', | 1476 'browser/policy/device_token_fetcher_unittest.cc', |
1476 'browser/policy/enterprise_install_attributes_unittest.cc', | 1477 'browser/policy/enterprise_install_attributes_unittest.cc', |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2075 'sources!': [ | 2076 'sources!': [ |
2076 'browser/chromeos/login/user_controller_unittest.cc', | 2077 'browser/chromeos/login/user_controller_unittest.cc', |
2077 'browser/chromeos/notifications/desktop_notifications_unittest.c
c', | 2078 'browser/chromeos/notifications/desktop_notifications_unittest.c
c', |
2078 ], | 2079 ], |
2079 }], | 2080 }], |
2080 ], | 2081 ], |
2081 }, { # else: chromeos == 0 | 2082 }, { # else: chromeos == 0 |
2082 'sources/': [ | 2083 'sources/': [ |
2083 ['exclude', '^browser/chromeos/'], | 2084 ['exclude', '^browser/chromeos/'], |
2084 ['exclude', '^browser/oom_priority_manager_unittest.cc'], | 2085 ['exclude', '^browser/oom_priority_manager_unittest.cc'], |
| 2086 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u
nittest.cc' ], |
2085 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 2087 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
2086 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 2088 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
2087 ['exclude', '^browser/policy/network_configuration_updater_unittest.
cc' ], | 2089 ['exclude', '^browser/policy/network_configuration_updater_unittest.
cc' ], |
2088 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], | 2090 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], |
2089 ['exclude', '^browser/ui/webui/chromeos/login'], | 2091 ['exclude', '^browser/ui/webui/chromeos/login'], |
2090 ['exclude', '^browser/ui/webui/options/chromeos/'], | 2092 ['exclude', '^browser/ui/webui/options/chromeos/'], |
2091 ], | 2093 ], |
2092 }], | 2094 }], |
2093 ['toolkit_uses_gtk == 1', { | 2095 ['toolkit_uses_gtk == 1', { |
2094 'conditions': [ | 2096 'conditions': [ |
(...skipping 2126 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 |