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

Side by Side Diff: content/content_child.gypi

Issue 476293002: Pass through geofencing API calls to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and add region_id sanity check Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'child/fileapi/webfilesystem_impl.cc', 65 'child/fileapi/webfilesystem_impl.cc',
66 'child/fileapi/webfilesystem_impl.h', 66 'child/fileapi/webfilesystem_impl.h',
67 'child/fileapi/webfilewriter_base.cc', 67 'child/fileapi/webfilewriter_base.cc',
68 'child/fileapi/webfilewriter_base.h', 68 'child/fileapi/webfilewriter_base.h',
69 'child/fileapi/webfilewriter_impl.cc', 69 'child/fileapi/webfilewriter_impl.cc',
70 'child/fileapi/webfilewriter_impl.h', 70 'child/fileapi/webfilewriter_impl.h',
71 'child/fling_animator_impl_android.cc', 71 'child/fling_animator_impl_android.cc',
72 'child/fling_animator_impl_android.h', 72 'child/fling_animator_impl_android.h',
73 'child/ftp_directory_listing_response_delegate.cc', 73 'child/ftp_directory_listing_response_delegate.cc',
74 'child/ftp_directory_listing_response_delegate.h', 74 'child/ftp_directory_listing_response_delegate.h',
75 'child/geofencing/geofencing_dispatcher.cc',
76 'child/geofencing/geofencing_dispatcher.h',
77 'child/geofencing/geofencing_message_filter.cc',
78 'child/geofencing/geofencing_message_filter.h',
79 'child/geofencing/web_geofencing_provider_impl.cc',
80 'child/geofencing/web_geofencing_provider_impl.h',
75 'child/image_decoder.cc', 81 'child/image_decoder.cc',
76 'child/image_decoder.h', 82 'child/image_decoder.h',
77 'child/indexed_db/indexed_db_dispatcher.cc', 83 'child/indexed_db/indexed_db_dispatcher.cc',
78 'child/indexed_db/indexed_db_dispatcher.h', 84 'child/indexed_db/indexed_db_dispatcher.h',
79 'child/indexed_db/indexed_db_key_builders.cc', 85 'child/indexed_db/indexed_db_key_builders.cc',
80 'child/indexed_db/indexed_db_key_builders.h', 86 'child/indexed_db/indexed_db_key_builders.h',
81 'child/indexed_db/indexed_db_message_filter.cc', 87 'child/indexed_db/indexed_db_message_filter.cc',
82 'child/indexed_db/indexed_db_message_filter.h', 88 'child/indexed_db/indexed_db_message_filter.h',
83 'child/indexed_db/webidbcursor_impl.cc', 89 'child/indexed_db/webidbcursor_impl.cc',
84 'child/indexed_db/webidbcursor_impl.h', 90 'child/indexed_db/webidbcursor_impl.h',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 }, { 365 }, {
360 'dependencies': [ 366 'dependencies': [
361 '../third_party/nss/nss.gyp:nspr', 367 '../third_party/nss/nss.gyp:nspr',
362 '../third_party/nss/nss.gyp:nss', 368 '../third_party/nss/nss.gyp:nss',
363 ], 369 ],
364 }], 370 }],
365 ], 371 ],
366 }], 372 }],
367 ], 373 ],
368 } 374 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698