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

Side by Side Diff: content/content_common.gypi

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_jni.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) 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',
11 '../device/geolocation/geolocation.gyp:device_geolocation',
12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
13 '../gpu/gpu.gyp:command_buffer_service', 12 '../gpu/gpu.gyp:command_buffer_service',
14 '../gpu/gpu.gyp:gles2_c_lib', 13 '../gpu/gpu.gyp:gles2_c_lib',
15 '../gpu/gpu.gyp:gles2_implementation', 14 '../gpu/gpu.gyp:gles2_implementation',
16 '../gpu/gpu.gyp:gpu', 15 '../gpu/gpu.gyp:gpu',
17 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
18 '../ipc/ipc.gyp:ipc', 17 '../ipc/ipc.gyp:ipc',
19 '../media/base/ipc/media_base_ipc.gyp:media_base_ipc', 18 '../media/base/ipc/media_base_ipc.gyp:media_base_ipc',
20 '../media/capture/capture.gyp:capture', 19 '../media/capture/capture.gyp:capture',
21 '../media/media.gyp:media', 20 '../media/media.gyp:media',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'public/common/cdm_info.h', 107 'public/common/cdm_info.h',
109 'public/common/child_process_host.h', 108 'public/common/child_process_host.h',
110 'public/common/child_process_host_delegate.cc', 109 'public/common/child_process_host_delegate.cc',
111 'public/common/child_process_host_delegate.h', 110 'public/common/child_process_host_delegate.h',
112 'public/common/child_process_sandbox_support_linux.h', 111 'public/common/child_process_sandbox_support_linux.h',
113 'public/common/color_suggestion.cc', 112 'public/common/color_suggestion.cc',
114 'public/common/color_suggestion.h', 113 'public/common/color_suggestion.h',
115 'public/common/common_param_traits.cc', 114 'public/common/common_param_traits.cc',
116 'public/common/common_param_traits.h', 115 'public/common/common_param_traits.h',
117 'public/common/common_param_traits_macros.h', 116 'public/common/common_param_traits_macros.h',
117 'public/common/console_message_level.h',
118 'public/common/connection_filter.h', 118 'public/common/connection_filter.h',
119 'public/common/console_message_level.h',
120 'public/common/content_client.cc', 119 'public/common/content_client.cc',
121 'public/common/content_client.h', 120 'public/common/content_client.h',
122 'public/common/content_constants.cc', 121 'public/common/content_constants.cc',
123 'public/common/content_constants.h', 122 'public/common/content_constants.h',
124 'public/common/content_descriptors.h', 123 'public/common/content_descriptors.h',
125 'public/common/content_features.cc', 124 'public/common/content_features.cc',
126 'public/common/content_features.h', 125 'public/common/content_features.h',
127 'public/common/content_ipc_logging.h', 126 'public/common/content_ipc_logging.h',
128 'public/common/content_paths.h', 127 'public/common/content_paths.h',
129 'public/common/content_switches.cc', 128 'public/common/content_switches.cc',
130 'public/common/content_switches.h', 129 'public/common/content_switches.h',
131 'public/common/context_menu_params.cc', 130 'public/common/context_menu_params.cc',
132 'public/common/context_menu_params.h', 131 'public/common/context_menu_params.h',
133 'public/common/drop_data.cc', 132 'public/common/drop_data.cc',
134 'public/common/drop_data.h', 133 'public/common/drop_data.h',
135 'public/common/favicon_url.cc', 134 'public/common/favicon_url.cc',
136 'public/common/favicon_url.h', 135 'public/common/favicon_url.h',
137 'public/common/file_chooser_file_info.cc', 136 'public/common/file_chooser_file_info.cc',
138 'public/common/file_chooser_file_info.h', 137 'public/common/file_chooser_file_info.h',
139 'public/common/file_chooser_params.cc', 138 'public/common/file_chooser_params.cc',
140 'public/common/file_chooser_params.h', 139 'public/common/file_chooser_params.h',
141 'public/common/frame_navigate_params.cc', 140 'public/common/frame_navigate_params.cc',
142 'public/common/frame_navigate_params.h', 141 'public/common/frame_navigate_params.h',
142 'public/common/geoposition.cc',
143 'public/common/geoposition.h',
143 'public/common/injection_test_mac.h', 144 'public/common/injection_test_mac.h',
144 'public/common/injection_test_win.h', 145 'public/common/injection_test_win.h',
145 'public/common/javascript_message_type.h', 146 'public/common/javascript_message_type.h',
146 'public/common/main_function_params.h', 147 'public/common/main_function_params.h',
147 'public/common/manifest.cc', 148 'public/common/manifest.cc',
148 'public/common/manifest.h', 149 'public/common/manifest.h',
149 'public/common/media_metadata.cc', 150 'public/common/media_metadata.cc',
150 'public/common/media_metadata.h', 151 'public/common/media_metadata.h',
151 'public/common/media_stream_request.cc', 152 'public/common/media_stream_request.cc',
152 'public/common/media_stream_request.h', 153 'public/common/media_stream_request.h',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 664 ],
664 }], 665 }],
665 ['enable_ipc_fuzzer==1', { 666 ['enable_ipc_fuzzer==1', {
666 'sources': [ 667 'sources': [
667 'common/external_ipc_dumper.cc', 668 'common/external_ipc_dumper.cc',
668 'common/external_ipc_dumper.h', 669 'common/external_ipc_dumper.h',
669 ], 670 ],
670 }], 671 }],
671 ], 672 ],
672 } 673 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698