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 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1971 'common/random_unittest.cc', | 1971 'common/random_unittest.cc', |
1972 'common/service_process_util_unittest.cc', | 1972 'common/service_process_util_unittest.cc', |
1973 'common/string_ordinal_unittest.cc', | 1973 'common/string_ordinal_unittest.cc', |
1974 'common/switch_utils_unittest.cc', | 1974 'common/switch_utils_unittest.cc', |
1975 'common/thumbnail_score_unittest.cc', | 1975 'common/thumbnail_score_unittest.cc', |
1976 'common/time_format_unittest.cc', | 1976 'common/time_format_unittest.cc', |
1977 'common/web_apps_unittest.cc', | 1977 'common/web_apps_unittest.cc', |
1978 'common/worker_thread_ticker_unittest.cc', | 1978 'common/worker_thread_ticker_unittest.cc', |
1979 'common/zip_reader_unittest.cc', | 1979 'common/zip_reader_unittest.cc', |
1980 'common/zip_unittest.cc', | 1980 'common/zip_unittest.cc', |
| 1981 'renderer/content_settings_observer_unittest.cc', |
1981 'renderer/extensions/chrome_v8_context_set_unittest.cc', | 1982 'renderer/extensions/chrome_v8_context_set_unittest.cc', |
1982 'renderer/extensions/extension_api_json_validity_unittest.cc', | 1983 'renderer/extensions/extension_api_json_validity_unittest.cc', |
1983 'renderer/extensions/json_schema_unittest.cc', | 1984 'renderer/extensions/json_schema_unittest.cc', |
1984 'renderer/net/predictor_queue_unittest.cc', | 1985 'renderer/net/predictor_queue_unittest.cc', |
1985 'renderer/net/renderer_predictor_unittest.cc', | 1986 'renderer/net/renderer_predictor_unittest.cc', |
1986 'renderer/plugins/plugin_uma_unittest.cc', | 1987 'renderer/plugins/plugin_uma_unittest.cc', |
1987 'renderer/renderer_about_handler_unittest.cc', | 1988 'renderer/renderer_about_handler_unittest.cc', |
1988 'renderer/safe_browsing/features_unittest.cc', | 1989 'renderer/safe_browsing/features_unittest.cc', |
1989 'renderer/safe_browsing/murmurhash3_util_unittest.cc', | 1990 'renderer/safe_browsing/murmurhash3_util_unittest.cc', |
1990 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', | 1991 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', |
(...skipping 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4326 # Use outputs of this action as inputs for the main target build. | 4327 # Use outputs of this action as inputs for the main target build. |
4327 # Seems as a misnomer but makes this happy on Linux (scons). | 4328 # Seems as a misnomer but makes this happy on Linux (scons). |
4328 'process_outputs_as_sources': 1, | 4329 'process_outputs_as_sources': 1, |
4329 }, | 4330 }, |
4330 ], # 'actions' | 4331 ], # 'actions' |
4331 }, | 4332 }, |
4332 ] | 4333 ] |
4333 }], # 'coverage!=0' | 4334 }], # 'coverage!=0' |
4334 ], # 'conditions' | 4335 ], # 'conditions' |
4335 } | 4336 } |
OLD | NEW |