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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1101033003: Move IsOriginSecure() into //content and use it in ServiceWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added disallow copy/assign 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
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',
90 'common/omnibox_focus_state.h', 88 'common/omnibox_focus_state.h',
91 'common/partial_circular_buffer.cc', 89 'common/partial_circular_buffer.cc',
92 'common/partial_circular_buffer.h', 90 'common/partial_circular_buffer.h',
93 'common/pref_names_util.cc', 91 'common/pref_names_util.cc',
94 'common/pref_names_util.h', 92 'common/pref_names_util.h',
95 'common/prerender_types.h', 93 'common/prerender_types.h',
96 'common/profiling.cc', 94 'common/profiling.cc',
97 'common/profiling.h', 95 'common/profiling.h',
98 'common/ref_counted_util.h', 96 'common/ref_counted_util.h',
99 'common/render_messages.cc', 97 'common/render_messages.cc',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'common/safe_browsing/csd.proto' 678 'common/safe_browsing/csd.proto'
681 ], 679 ],
682 'variables': { 680 'variables': {
683 'proto_in_dir': 'common/safe_browsing', 681 'proto_in_dir': 'common/safe_browsing',
684 'proto_out_dir': 'chrome/common/safe_browsing', 682 'proto_out_dir': 'chrome/common/safe_browsing',
685 }, 683 },
686 'includes': [ '../build/protoc.gypi' ], 684 'includes': [ '../build/protoc.gypi' ],
687 }, 685 },
688 ], 686 ],
689 } 687 }
OLDNEW
« no previous file with comments | « chrome/browser/content_settings/permission_context_base.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698