Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9349010: Move handling of debug urls like chrome://crash, chrome://gpuclean to content. These are for test... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 'common/web_apps_unittest.cc', 2053 'common/web_apps_unittest.cc',
2054 'common/worker_thread_ticker_unittest.cc', 2054 'common/worker_thread_ticker_unittest.cc',
2055 'common/zip_reader_unittest.cc', 2055 'common/zip_reader_unittest.cc',
2056 'common/zip_unittest.cc', 2056 'common/zip_unittest.cc',
2057 'renderer/content_settings_observer_unittest.cc', 2057 'renderer/content_settings_observer_unittest.cc',
2058 'renderer/extensions/chrome_v8_context_set_unittest.cc', 2058 'renderer/extensions/chrome_v8_context_set_unittest.cc',
2059 'renderer/extensions/json_schema_unittest.cc', 2059 'renderer/extensions/json_schema_unittest.cc',
2060 'renderer/net/predictor_queue_unittest.cc', 2060 'renderer/net/predictor_queue_unittest.cc',
2061 'renderer/net/renderer_predictor_unittest.cc', 2061 'renderer/net/renderer_predictor_unittest.cc',
2062 'renderer/plugins/plugin_uma_unittest.cc', 2062 'renderer/plugins/plugin_uma_unittest.cc',
2063 'renderer/renderer_about_handler_unittest.cc',
2064 'renderer/safe_browsing/features_unittest.cc', 2063 'renderer/safe_browsing/features_unittest.cc',
2065 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 2064 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
2066 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 2065 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
2067 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 2066 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
2068 'renderer/safe_browsing/scorer_unittest.cc', 2067 'renderer/safe_browsing/scorer_unittest.cc',
2069 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2068 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2070 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', 2069 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc',
2071 'renderer/spellchecker/spellcheck_unittest.cc', 2070 'renderer/spellchecker/spellcheck_unittest.cc',
2072 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 2071 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
2073 'service/cloud_print/cloud_print_helpers_unittest.cc', 2072 'service/cloud_print/cloud_print_helpers_unittest.cc',
(...skipping 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after
4643 # Use outputs of this action as inputs for the main target build. 4642 # Use outputs of this action as inputs for the main target build.
4644 # Seems as a misnomer but makes this happy on Linux (scons). 4643 # Seems as a misnomer but makes this happy on Linux (scons).
4645 'process_outputs_as_sources': 1, 4644 'process_outputs_as_sources': 1,
4646 }, 4645 },
4647 ], # 'actions' 4646 ], # 'actions'
4648 }, 4647 },
4649 ] 4648 ]
4650 }], # 'coverage!=0' 4649 }], # 'coverage!=0'
4651 ], # 'conditions' 4650 ], # 'conditions'
4652 } 4651 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698