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

Side by Side Diff: content/content_child.gypi

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 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 | « content/content_browser.gypi ('k') | content/content_common.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 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 { 4 {
5 'dependencies': [ 5 'dependencies': [
6 '../base/base.gyp:base', 6 '../base/base.gyp:base',
7 '../components/mime_util/mime_util.gyp:mime_util', 7 '../components/mime_util/mime_util.gyp:mime_util',
8 '../components/scheduler/scheduler.gyp:scheduler', 8 '../components/scheduler/scheduler.gyp:scheduler',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'child/fileapi/webfilesystem_impl.cc', 104 'child/fileapi/webfilesystem_impl.cc',
105 'child/fileapi/webfilesystem_impl.h', 105 'child/fileapi/webfilesystem_impl.h',
106 'child/fileapi/webfilewriter_base.cc', 106 'child/fileapi/webfilewriter_base.cc',
107 'child/fileapi/webfilewriter_base.h', 107 'child/fileapi/webfilewriter_base.h',
108 'child/fileapi/webfilewriter_impl.cc', 108 'child/fileapi/webfilewriter_impl.cc',
109 'child/fileapi/webfilewriter_impl.h', 109 'child/fileapi/webfilewriter_impl.h',
110 'child/font_warmup_win.cc', 110 'child/font_warmup_win.cc',
111 'child/font_warmup_win.h', 111 'child/font_warmup_win.h',
112 'child/ftp_directory_listing_response_delegate.cc', 112 'child/ftp_directory_listing_response_delegate.cc',
113 'child/ftp_directory_listing_response_delegate.h', 113 'child/ftp_directory_listing_response_delegate.h',
114 'child/geofencing/geofencing_dispatcher.cc',
115 'child/geofencing/geofencing_dispatcher.h',
116 'child/geofencing/geofencing_message_filter.cc',
117 'child/geofencing/geofencing_message_filter.h',
118 'child/geofencing/web_geofencing_provider_impl.cc',
119 'child/geofencing/web_geofencing_provider_impl.h',
120 'child/image_decoder.cc', 114 'child/image_decoder.cc',
121 'child/image_decoder.h', 115 'child/image_decoder.h',
122 'child/indexed_db/indexed_db_dispatcher.cc', 116 'child/indexed_db/indexed_db_dispatcher.cc',
123 'child/indexed_db/indexed_db_dispatcher.h', 117 'child/indexed_db/indexed_db_dispatcher.h',
124 'child/indexed_db/indexed_db_key_builders.cc', 118 'child/indexed_db/indexed_db_key_builders.cc',
125 'child/indexed_db/indexed_db_key_builders.h', 119 'child/indexed_db/indexed_db_key_builders.h',
126 'child/indexed_db/indexed_db_message_filter.cc', 120 'child/indexed_db/indexed_db_message_filter.cc',
127 'child/indexed_db/indexed_db_message_filter.h', 121 'child/indexed_db/indexed_db_message_filter.h',
128 'child/indexed_db/webidbcursor_impl.cc', 122 'child/indexed_db/webidbcursor_impl.cc',
129 'child/indexed_db/webidbcursor_impl.h', 123 'child/indexed_db/webidbcursor_impl.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '../build/android/ndk.gyp:cpu_features', 254 '../build/android/ndk.gyp:cpu_features',
261 ], 255 ],
262 }], 256 }],
263 ['enable_plugins==0', { 257 ['enable_plugins==0', {
264 'sources!': [ 258 'sources!': [
265 'child/browser_font_resource_trusted.cc', 259 'child/browser_font_resource_trusted.cc',
266 ], 260 ],
267 }], 261 }],
268 ], 262 ],
269 } 263 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698