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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1072933006: Support whitelisting to handle insecure origins as trustworthy origins (chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added more tests Created 5 years, 7 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
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/chrome_tests_unit.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'common/profiling.cc', 94 'common/profiling.cc',
95 'common/profiling.h', 95 'common/profiling.h',
96 'common/ref_counted_util.h', 96 'common/ref_counted_util.h',
97 'common/render_messages.cc', 97 'common/render_messages.cc',
98 'common/render_messages.h', 98 'common/render_messages.h',
99 'common/safe_browsing/safebrowsing_messages.h', 99 'common/safe_browsing/safebrowsing_messages.h',
100 'common/search_provider.h', 100 'common/search_provider.h',
101 'common/search_types.h', 101 'common/search_types.h',
102 'common/search_urls.cc', 102 'common/search_urls.cc',
103 'common/search_urls.h', 103 'common/search_urls.h',
104 'common/secure_origin_whitelist.cc',
105 'common/secure_origin_whitelist.h',
104 'common/spellcheck_common.cc', 106 'common/spellcheck_common.cc',
105 'common/spellcheck_common.h', 107 'common/spellcheck_common.h',
106 'common/spellcheck_marker.h', 108 'common/spellcheck_marker.h',
107 'common/spellcheck_messages.h', 109 'common/spellcheck_messages.h',
108 'common/spellcheck_result.h', 110 'common/spellcheck_result.h',
109 'common/switch_utils.cc', 111 'common/switch_utils.cc',
110 'common/switch_utils.h', 112 'common/switch_utils.h',
111 'common/tts_messages.h', 113 'common/tts_messages.h',
112 'common/tts_utterance_request.cc', 114 'common/tts_utterance_request.cc',
113 'common/tts_utterance_request.h', 115 'common/tts_utterance_request.h',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'common/safe_browsing/csd.proto' 670 'common/safe_browsing/csd.proto'
669 ], 671 ],
670 'variables': { 672 'variables': {
671 'proto_in_dir': 'common/safe_browsing', 673 'proto_in_dir': 'common/safe_browsing',
672 'proto_out_dir': 'chrome/common/safe_browsing', 674 'proto_out_dir': 'chrome/common/safe_browsing',
673 }, 675 },
674 'includes': [ '../build/protoc.gypi' ], 676 'includes': [ '../build/protoc.gypi' ],
675 }, 677 },
676 ], 678 ],
677 } 679 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698