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

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: address more comments Created 6 years, 3 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/fling_curve_configuration.cc', 73 'child/fling_curve_configuration.cc',
74 'child/fling_curve_configuration.h', 74 'child/fling_curve_configuration.h',
75 'child/ftp_directory_listing_response_delegate.cc', 75 'child/ftp_directory_listing_response_delegate.cc',
76 'child/ftp_directory_listing_response_delegate.h', 76 'child/ftp_directory_listing_response_delegate.h',
77 'child/geofencing/geofencing_dispatcher.cc',
78 'child/geofencing/geofencing_dispatcher.h',
79 'child/geofencing/geofencing_message_filter.cc',
80 'child/geofencing/geofencing_message_filter.h',
81 'child/geofencing/web_geofencing_provider_impl.cc',
82 'child/geofencing/web_geofencing_provider_impl.h',
77 'child/image_decoder.cc', 83 'child/image_decoder.cc',
78 'child/image_decoder.h', 84 'child/image_decoder.h',
79 'child/indexed_db/indexed_db_dispatcher.cc', 85 'child/indexed_db/indexed_db_dispatcher.cc',
80 'child/indexed_db/indexed_db_dispatcher.h', 86 'child/indexed_db/indexed_db_dispatcher.h',
81 'child/indexed_db/indexed_db_key_builders.cc', 87 'child/indexed_db/indexed_db_key_builders.cc',
82 'child/indexed_db/indexed_db_key_builders.h', 88 'child/indexed_db/indexed_db_key_builders.h',
83 'child/indexed_db/indexed_db_message_filter.cc', 89 'child/indexed_db/indexed_db_message_filter.cc',
84 'child/indexed_db/indexed_db_message_filter.h', 90 'child/indexed_db/indexed_db_message_filter.h',
85 'child/indexed_db/webidbcursor_impl.cc', 91 'child/indexed_db/webidbcursor_impl.cc',
86 'child/indexed_db/webidbcursor_impl.h', 92 'child/indexed_db/webidbcursor_impl.h',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 }, { 367 }, {
362 'dependencies': [ 368 'dependencies': [
363 '../third_party/nss/nss.gyp:nspr', 369 '../third_party/nss/nss.gyp:nspr',
364 '../third_party/nss/nss.gyp:nss', 370 '../third_party/nss/nss.gyp:nss',
365 ], 371 ],
366 }], 372 }],
367 ], 373 ],
368 }], 374 }],
369 ], 375 ],
370 } 376 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698