OLD | NEW |
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 Loading... |
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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 }, { | 366 }, { |
361 'dependencies': [ | 367 'dependencies': [ |
362 '../third_party/nss/nss.gyp:nspr', | 368 '../third_party/nss/nss.gyp:nspr', |
363 '../third_party/nss/nss.gyp:nss', | 369 '../third_party/nss/nss.gyp:nss', |
364 ], | 370 ], |
365 }], | 371 }], |
366 ], | 372 ], |
367 }], | 373 }], |
368 ], | 374 ], |
369 } | 375 } |
OLD | NEW |