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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1049533002: Add IsOriginSecure and GURL::SchemeUsesTLS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the comments for real. Created 5 years, 8 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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | url/gurl.h » ('J')
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'common/media/webrtc_logging_message_data.cc', 78 'common/media/webrtc_logging_message_data.cc',
79 'common/media/webrtc_logging_message_data.h', 79 'common/media/webrtc_logging_message_data.h',
80 'common/media/webrtc_logging_messages.h', 80 'common/media/webrtc_logging_messages.h',
81 'common/media_galleries/metadata_types.h', 81 'common/media_galleries/metadata_types.h',
82 'common/metrics/version_utils.cc', 82 'common/metrics/version_utils.cc',
83 'common/metrics/version_utils.h', 83 'common/metrics/version_utils.h',
84 'common/multi_process_lock.h', 84 'common/multi_process_lock.h',
85 'common/multi_process_lock_linux.cc', 85 'common/multi_process_lock_linux.cc',
86 'common/multi_process_lock_mac.cc', 86 'common/multi_process_lock_mac.cc',
87 'common/multi_process_lock_win.cc', 87 'common/multi_process_lock_win.cc',
88 'common/origin_util.cc',
89 'common/origin_util.h',
88 'common/omnibox_focus_state.h', 90 'common/omnibox_focus_state.h',
89 'common/partial_circular_buffer.cc', 91 'common/partial_circular_buffer.cc',
90 'common/partial_circular_buffer.h', 92 'common/partial_circular_buffer.h',
91 'common/pref_names_util.cc', 93 'common/pref_names_util.cc',
92 'common/pref_names_util.h', 94 'common/pref_names_util.h',
93 'common/prerender_types.h', 95 'common/prerender_types.h',
94 'common/profiling.cc', 96 'common/profiling.cc',
95 'common/profiling.h', 97 'common/profiling.h',
96 'common/ref_counted_util.h', 98 'common/ref_counted_util.h',
97 'common/render_messages.cc', 99 'common/render_messages.cc',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'common/safe_browsing/csd.proto' 698 'common/safe_browsing/csd.proto'
697 ], 699 ],
698 'variables': { 700 'variables': {
699 'proto_in_dir': 'common/safe_browsing', 701 'proto_in_dir': 'common/safe_browsing',
700 'proto_out_dir': 'chrome/common/safe_browsing', 702 'proto_out_dir': 'chrome/common/safe_browsing',
701 }, 703 },
702 'includes': [ '../build/protoc.gypi' ], 704 'includes': [ '../build/protoc.gypi' ],
703 }, 705 },
704 ], 706 ],
705 } 707 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | url/gurl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698