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 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1405 'browser/external_protocol/external_protocol_handler_unittest.cc', | 1405 'browser/external_protocol/external_protocol_handler_unittest.cc', |
1406 'browser/favicon/favicon_handler_unittest.cc', | 1406 'browser/favicon/favicon_handler_unittest.cc', |
1407 'browser/first_run/first_run_unittest.cc', | 1407 'browser/first_run/first_run_unittest.cc', |
1408 'browser/fragmentation_checker_unittest_win.cc', | 1408 'browser/fragmentation_checker_unittest_win.cc', |
1409 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', | 1409 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', |
1410 'browser/geolocation/geolocation_settings_state_unittest.cc', | 1410 'browser/geolocation/geolocation_settings_state_unittest.cc', |
1411 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', | 1411 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', |
1412 'browser/global_keyboard_shortcuts_mac_unittest.mm', | 1412 'browser/global_keyboard_shortcuts_mac_unittest.mm', |
1413 'browser/google/google_update_settings_unittest.cc', | 1413 'browser/google/google_update_settings_unittest.cc', |
1414 'browser/google/google_url_tracker_unittest.cc', | 1414 'browser/google/google_url_tracker_unittest.cc', |
| 1415 'browser/google/google_util_unittest.cc', |
1415 'browser/history/expire_history_backend_unittest.cc', | 1416 'browser/history/expire_history_backend_unittest.cc', |
1416 'browser/history/history_backend_unittest.cc', | 1417 'browser/history/history_backend_unittest.cc', |
1417 'browser/history/history_querying_unittest.cc', | 1418 'browser/history/history_querying_unittest.cc', |
1418 'browser/history/history_types_unittest.cc', | 1419 'browser/history/history_types_unittest.cc', |
1419 'browser/history/history_unittest.cc', | 1420 'browser/history/history_unittest.cc', |
1420 'browser/history/history_unittest_base.cc', | 1421 'browser/history/history_unittest_base.cc', |
1421 'browser/history/history_unittest_base.h', | 1422 'browser/history/history_unittest_base.h', |
1422 'browser/history/in_memory_url_index_types_unittest.cc', | 1423 'browser/history/in_memory_url_index_types_unittest.cc', |
1423 'browser/history/in_memory_url_index_unittest.cc', | 1424 'browser/history/in_memory_url_index_unittest.cc', |
1424 'browser/history/query_parser_unittest.cc', | 1425 'browser/history/query_parser_unittest.cc', |
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4319 # Use outputs of this action as inputs for the main target build. | 4320 # Use outputs of this action as inputs for the main target build. |
4320 # Seems as a misnomer but makes this happy on Linux (scons). | 4321 # Seems as a misnomer but makes this happy on Linux (scons). |
4321 'process_outputs_as_sources': 1, | 4322 'process_outputs_as_sources': 1, |
4322 }, | 4323 }, |
4323 ], # 'actions' | 4324 ], # 'actions' |
4324 }, | 4325 }, |
4325 ] | 4326 ] |
4326 }], # 'coverage!=0' | 4327 }], # 'coverage!=0' |
4327 ], # 'conditions' | 4328 ], # 'conditions' |
4328 } | 4329 } |
OLD | NEW |