| 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 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
| 10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
| (...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1519 'browser/prefs/pref_value_store_unittest.cc', | 1519 'browser/prefs/pref_value_store_unittest.cc', |
| 1520 'browser/prefs/proxy_config_dictionary_unittest.cc', | 1520 'browser/prefs/proxy_config_dictionary_unittest.cc', |
| 1521 'browser/prefs/proxy_policy_unittest.cc', | 1521 'browser/prefs/proxy_policy_unittest.cc', |
| 1522 'browser/prefs/proxy_prefs_unittest.cc', | 1522 'browser/prefs/proxy_prefs_unittest.cc', |
| 1523 'browser/prefs/scoped_user_pref_update_unittest.cc', | 1523 'browser/prefs/scoped_user_pref_update_unittest.cc', |
| 1524 'browser/prefs/session_startup_pref_unittest.cc', | 1524 'browser/prefs/session_startup_pref_unittest.cc', |
| 1525 'browser/prerender/prerender_history_unittest.cc', | 1525 'browser/prerender/prerender_history_unittest.cc', |
| 1526 'browser/prerender/prerender_manager_unittest.cc', | 1526 'browser/prerender/prerender_manager_unittest.cc', |
| 1527 'browser/prerender/prerender_tracker_unittest.cc', | 1527 'browser/prerender/prerender_tracker_unittest.cc', |
| 1528 'browser/prerender/prerender_util_unittest.cc', | 1528 'browser/prerender/prerender_util_unittest.cc', |
| 1529 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', |
| 1529 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1530 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
| 1530 'browser/printing/print_dialog_cloud_unittest.cc', | 1531 'browser/printing/print_dialog_cloud_unittest.cc', |
| 1531 'browser/printing/print_job_unittest.cc', | 1532 'browser/printing/print_job_unittest.cc', |
| 1532 'browser/printing/print_preview_tab_controller_unittest.cc', | 1533 'browser/printing/print_preview_tab_controller_unittest.cc', |
| 1533 'browser/process_info_snapshot_mac_unittest.cc', | 1534 'browser/process_info_snapshot_mac_unittest.cc', |
| 1534 'browser/process_singleton_mac_unittest.cc', | 1535 'browser/process_singleton_mac_unittest.cc', |
| 1535 'browser/profiles/avatar_menu_model_unittest.cc', | 1536 'browser/profiles/avatar_menu_model_unittest.cc', |
| 1536 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 1537 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
| 1537 'browser/profiles/profile_dependency_manager_unittest.cc', | 1538 'browser/profiles/profile_dependency_manager_unittest.cc', |
| 1538 'browser/profiles/profile_info_cache_unittest.cc', | 1539 'browser/profiles/profile_info_cache_unittest.cc', |
| (...skipping 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4259 # Use outputs of this action as inputs for the main target build. | 4260 # Use outputs of this action as inputs for the main target build. |
| 4260 # Seems as a misnomer but makes this happy on Linux (scons). | 4261 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4261 'process_outputs_as_sources': 1, | 4262 'process_outputs_as_sources': 1, |
| 4262 }, | 4263 }, |
| 4263 ], # 'actions' | 4264 ], # 'actions' |
| 4264 }, | 4265 }, |
| 4265 ] | 4266 ] |
| 4266 }], # 'coverage!=0' | 4267 }], # 'coverage!=0' |
| 4267 ], # 'conditions' | 4268 ], # 'conditions' |
| 4268 } | 4269 } |
| OLD | NEW |