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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9368046: Allow NaCl for non web store apps if their top level URL is whitelisted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Allow NaCl for non web store apps if their top level URL is whitelisted. 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
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after
2071 'common/random_unittest.cc', 2071 'common/random_unittest.cc',
2072 'common/service_process_util_unittest.cc', 2072 'common/service_process_util_unittest.cc',
2073 'common/string_ordinal_unittest.cc', 2073 'common/string_ordinal_unittest.cc',
2074 'common/switch_utils_unittest.cc', 2074 'common/switch_utils_unittest.cc',
2075 'common/thumbnail_score_unittest.cc', 2075 'common/thumbnail_score_unittest.cc',
2076 'common/time_format_unittest.cc', 2076 'common/time_format_unittest.cc',
2077 'common/web_apps_unittest.cc', 2077 'common/web_apps_unittest.cc',
2078 'common/worker_thread_ticker_unittest.cc', 2078 'common/worker_thread_ticker_unittest.cc',
2079 'common/zip_reader_unittest.cc', 2079 'common/zip_reader_unittest.cc',
2080 'common/zip_unittest.cc', 2080 'common/zip_unittest.cc',
2081 'renderer/chrome_content_renderer_client_unittest.cc',
2081 'renderer/content_settings_observer_unittest.cc', 2082 'renderer/content_settings_observer_unittest.cc',
2082 'renderer/extensions/chrome_v8_context_set_unittest.cc', 2083 'renderer/extensions/chrome_v8_context_set_unittest.cc',
2083 'renderer/extensions/json_schema_unittest.cc', 2084 'renderer/extensions/json_schema_unittest.cc',
2084 'renderer/net/predictor_queue_unittest.cc', 2085 'renderer/net/predictor_queue_unittest.cc',
2085 'renderer/net/renderer_predictor_unittest.cc', 2086 'renderer/net/renderer_predictor_unittest.cc',
2086 'renderer/plugins/plugin_uma_unittest.cc', 2087 'renderer/plugins/plugin_uma_unittest.cc',
2087 'renderer/safe_browsing/features_unittest.cc', 2088 'renderer/safe_browsing/features_unittest.cc',
2088 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 2089 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
2089 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 2090 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
2090 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 2091 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 # Use outputs of this action as inputs for the main target build. 4668 # Use outputs of this action as inputs for the main target build.
4668 # Seems as a misnomer but makes this happy on Linux (scons). 4669 # Seems as a misnomer but makes this happy on Linux (scons).
4669 'process_outputs_as_sources': 1, 4670 'process_outputs_as_sources': 1,
4670 }, 4671 },
4671 ], # 'actions' 4672 ], # 'actions'
4672 }, 4673 },
4673 ] 4674 ]
4674 }], # 'coverage!=0' 4675 }], # 'coverage!=0'
4675 ], # 'conditions' 4676 ], # 'conditions'
4676 } 4677 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698