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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'child/fileapi/file_system_dispatcher.cc', | 63 'child/fileapi/file_system_dispatcher.cc', |
64 'child/fileapi/file_system_dispatcher.h', | 64 'child/fileapi/file_system_dispatcher.h', |
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/fling_curve_configuration.cc', | |
74 'child/fling_curve_configuration.h', | |
75 'child/ftp_directory_listing_response_delegate.cc', | 73 'child/ftp_directory_listing_response_delegate.cc', |
76 'child/ftp_directory_listing_response_delegate.h', | 74 'child/ftp_directory_listing_response_delegate.h', |
77 'child/image_decoder.cc', | 75 'child/image_decoder.cc', |
78 'child/image_decoder.h', | 76 'child/image_decoder.h', |
79 'child/indexed_db/indexed_db_dispatcher.cc', | 77 'child/indexed_db/indexed_db_dispatcher.cc', |
80 'child/indexed_db/indexed_db_dispatcher.h', | 78 'child/indexed_db/indexed_db_dispatcher.h', |
81 'child/indexed_db/indexed_db_key_builders.cc', | 79 'child/indexed_db/indexed_db_key_builders.cc', |
82 'child/indexed_db/indexed_db_key_builders.h', | 80 'child/indexed_db/indexed_db_key_builders.h', |
83 'child/indexed_db/indexed_db_message_filter.cc', | 81 'child/indexed_db/indexed_db_message_filter.cc', |
84 'child/indexed_db/indexed_db_message_filter.h', | 82 'child/indexed_db/indexed_db_message_filter.h', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 }, { | 359 }, { |
362 'dependencies': [ | 360 'dependencies': [ |
363 '../third_party/nss/nss.gyp:nspr', | 361 '../third_party/nss/nss.gyp:nspr', |
364 '../third_party/nss/nss.gyp:nss', | 362 '../third_party/nss/nss.gyp:nss', |
365 ], | 363 ], |
366 }], | 364 }], |
367 ], | 365 ], |
368 }], | 366 }], |
369 ], | 367 ], |
370 } | 368 } |
OLD | NEW |