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

Side by Side Diff: content/content_common.gypi

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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) 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'public/common/cdm_info.h', 107 'public/common/cdm_info.h',
108 'public/common/child_process_host.h', 108 'public/common/child_process_host.h',
109 'public/common/child_process_host_delegate.cc', 109 'public/common/child_process_host_delegate.cc',
110 'public/common/child_process_host_delegate.h', 110 'public/common/child_process_host_delegate.h',
111 'public/common/child_process_sandbox_support_linux.h', 111 'public/common/child_process_sandbox_support_linux.h',
112 'public/common/color_suggestion.cc', 112 'public/common/color_suggestion.cc',
113 'public/common/color_suggestion.h', 113 'public/common/color_suggestion.h',
114 'public/common/common_param_traits.cc', 114 'public/common/common_param_traits.cc',
115 'public/common/common_param_traits.h', 115 'public/common/common_param_traits.h',
116 'public/common/common_param_traits_macros.h', 116 'public/common/common_param_traits_macros.h',
117 'public/common/connection_filter.h',
117 'public/common/console_message_level.h', 118 'public/common/console_message_level.h',
118 'public/common/connection_filter.h',
119 'public/common/content_client.cc', 119 'public/common/content_client.cc',
120 'public/common/content_client.h', 120 'public/common/content_client.h',
121 'public/common/content_constants.cc', 121 'public/common/content_constants.cc',
122 'public/common/content_constants.h', 122 'public/common/content_constants.h',
123 'public/common/content_descriptors.h', 123 'public/common/content_descriptors.h',
124 'public/common/content_features.cc', 124 'public/common/content_features.cc',
125 'public/common/content_features.h', 125 'public/common/content_features.h',
126 'public/common/content_ipc_logging.h', 126 'public/common/content_ipc_logging.h',
127 'public/common/content_paths.h', 127 'public/common/content_paths.h',
128 'public/common/content_switches.cc', 128 'public/common/content_switches.cc',
129 'public/common/content_switches.h', 129 'public/common/content_switches.h',
130 'public/common/context_menu_params.cc', 130 'public/common/context_menu_params.cc',
131 'public/common/context_menu_params.h', 131 'public/common/context_menu_params.h',
132 'public/common/drop_data.cc', 132 'public/common/drop_data.cc',
133 'public/common/drop_data.h', 133 'public/common/drop_data.h',
134 'public/common/favicon_url.cc', 134 'public/common/favicon_url.cc',
135 'public/common/favicon_url.h', 135 'public/common/favicon_url.h',
136 'public/common/file_chooser_file_info.cc', 136 'public/common/file_chooser_file_info.cc',
137 'public/common/file_chooser_file_info.h', 137 'public/common/file_chooser_file_info.h',
138 'public/common/file_chooser_params.cc', 138 'public/common/file_chooser_params.cc',
139 'public/common/file_chooser_params.h', 139 'public/common/file_chooser_params.h',
140 'public/common/frame_navigate_params.cc', 140 'public/common/frame_navigate_params.cc',
141 'public/common/frame_navigate_params.h', 141 'public/common/frame_navigate_params.h',
142 'public/common/geoposition.cc',
143 'public/common/geoposition.h',
144 'public/common/injection_test_mac.h', 142 'public/common/injection_test_mac.h',
145 'public/common/injection_test_win.h', 143 'public/common/injection_test_win.h',
146 'public/common/javascript_message_type.h', 144 'public/common/javascript_message_type.h',
147 'public/common/main_function_params.h', 145 'public/common/main_function_params.h',
148 'public/common/manifest.cc', 146 'public/common/manifest.cc',
149 'public/common/manifest.h', 147 'public/common/manifest.h',
150 'public/common/media_metadata.cc', 148 'public/common/media_metadata.cc',
151 'public/common/media_metadata.h', 149 'public/common/media_metadata.h',
152 'public/common/media_stream_request.cc', 150 'public/common/media_stream_request.cc',
153 'public/common/media_stream_request.h', 151 'public/common/media_stream_request.h',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 ], 662 ],
665 }], 663 }],
666 ['enable_ipc_fuzzer==1', { 664 ['enable_ipc_fuzzer==1', {
667 'sources': [ 665 'sources': [
668 'common/external_ipc_dumper.cc', 666 'common/external_ipc_dumper.cc',
669 'common/external_ipc_dumper.h', 667 'common/external_ipc_dumper.h',
670 ], 668 ],
671 }], 669 }],
672 ], 670 ],
673 } 671 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698