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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8773028: Allow extenions to override the default content_security_policy, but require (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/csp_validator.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) 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 '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 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 'browser/webdata/web_data_service_unittest.cc', 1934 'browser/webdata/web_data_service_unittest.cc',
1935 'browser/webdata/web_database_migration_unittest.cc', 1935 'browser/webdata/web_database_migration_unittest.cc',
1936 'browser/webdata/web_intents_table_unittest.cc', 1936 'browser/webdata/web_intents_table_unittest.cc',
1937 'common/bzip2_unittest.cc', 1937 'common/bzip2_unittest.cc',
1938 'common/child_process_logging_mac_unittest.mm', 1938 'common/child_process_logging_mac_unittest.mm',
1939 'common/chrome_paths_unittest.cc', 1939 'common/chrome_paths_unittest.cc',
1940 'common/common_param_traits_unittest.cc', 1940 'common/common_param_traits_unittest.cc',
1941 'common/content_settings_helper_unittest.cc', 1941 'common/content_settings_helper_unittest.cc',
1942 'common/content_settings_pattern_parser_unittest.cc', 1942 'common/content_settings_pattern_parser_unittest.cc',
1943 'common/content_settings_pattern_unittest.cc', 1943 'common/content_settings_pattern_unittest.cc',
1944 'common/extensions/csp_validator_unittest.cc',
1944 'common/extensions/extension_action_unittest.cc', 1945 'common/extensions/extension_action_unittest.cc',
1945 'common/extensions/extension_file_util_unittest.cc', 1946 'common/extensions/extension_file_util_unittest.cc',
1946 'common/extensions/extension_icon_set_unittest.cc', 1947 'common/extensions/extension_icon_set_unittest.cc',
1947 'common/extensions/extension_l10n_util_unittest.cc', 1948 'common/extensions/extension_l10n_util_unittest.cc',
1948 'common/extensions/extension_localization_peer_unittest.cc', 1949 'common/extensions/extension_localization_peer_unittest.cc',
1949 'common/extensions/extension_manifests_unittest.cc', 1950 'common/extensions/extension_manifests_unittest.cc',
1950 'common/extensions/extension_message_bundle_unittest.cc', 1951 'common/extensions/extension_message_bundle_unittest.cc',
1951 'common/extensions/extension_permission_set_unittest.cc', 1952 'common/extensions/extension_permission_set_unittest.cc',
1952 'common/extensions/extension_resource_unittest.cc', 1953 'common/extensions/extension_resource_unittest.cc',
1953 'common/extensions/extension_set_unittest.cc', 1954 'common/extensions/extension_set_unittest.cc',
(...skipping 2339 matching lines...) Expand 10 before | Expand all | Expand 10 after
4293 # Use outputs of this action as inputs for the main target build. 4294 # Use outputs of this action as inputs for the main target build.
4294 # Seems as a misnomer but makes this happy on Linux (scons). 4295 # Seems as a misnomer but makes this happy on Linux (scons).
4295 'process_outputs_as_sources': 1, 4296 'process_outputs_as_sources': 1,
4296 }, 4297 },
4297 ], # 'actions' 4298 ], # 'actions'
4298 }, 4299 },
4299 ] 4300 ]
4300 }], # 'coverage!=0' 4301 }], # 'coverage!=0'
4301 ], # 'conditions' 4302 ], # 'conditions'
4302 } 4303 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/csp_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698