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 '../ui/ui.gyp:ui', | 9 '../ui/ui.gyp:ui', |
10 '../url/url.gyp:url_lib', | 10 '../url/url.gyp:url_lib', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'child/fileapi/webfilesystem_impl.cc', | 42 'child/fileapi/webfilesystem_impl.cc', |
43 'child/fileapi/webfilesystem_impl.h', | 43 'child/fileapi/webfilesystem_impl.h', |
44 'child/fileapi/webfilewriter_impl.cc', | 44 'child/fileapi/webfilewriter_impl.cc', |
45 'child/fileapi/webfilewriter_impl.h', | 45 'child/fileapi/webfilewriter_impl.h', |
46 'child/image_decoder.cc', | 46 'child/image_decoder.cc', |
47 'child/image_decoder.h', | 47 'child/image_decoder.h', |
48 'child/indexed_db/indexed_db_dispatcher.cc', | 48 'child/indexed_db/indexed_db_dispatcher.cc', |
49 'child/indexed_db/indexed_db_dispatcher.h', | 49 'child/indexed_db/indexed_db_dispatcher.h', |
50 'child/indexed_db/indexed_db_message_filter.cc', | 50 'child/indexed_db/indexed_db_message_filter.cc', |
51 'child/indexed_db/indexed_db_message_filter.h', | 51 'child/indexed_db/indexed_db_message_filter.h', |
| 52 'child/indexed_db/indexed_db_key_builders.cc', |
| 53 'child/indexed_db/indexed_db_key_builders.h', |
52 'child/indexed_db/proxy_webidbcursor_impl.cc', | 54 'child/indexed_db/proxy_webidbcursor_impl.cc', |
53 'child/indexed_db/proxy_webidbcursor_impl.h', | 55 'child/indexed_db/proxy_webidbcursor_impl.h', |
54 'child/indexed_db/proxy_webidbdatabase_impl.cc', | 56 'child/indexed_db/proxy_webidbdatabase_impl.cc', |
55 'child/indexed_db/proxy_webidbdatabase_impl.h', | 57 'child/indexed_db/proxy_webidbdatabase_impl.h', |
56 'child/indexed_db/proxy_webidbfactory_impl.cc', | 58 'child/indexed_db/proxy_webidbfactory_impl.cc', |
57 'child/indexed_db/proxy_webidbfactory_impl.h', | 59 'child/indexed_db/proxy_webidbfactory_impl.h', |
58 'child/np_channel_base.cc', | 60 'child/np_channel_base.cc', |
59 'child/np_channel_base.h', | 61 'child/np_channel_base.h', |
60 'child/npobject_base.h', | 62 'child/npobject_base.h', |
61 'child/npobject_proxy.cc', | 63 'child/npobject_proxy.cc', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 }, { # OS!="ios" | 109 }, { # OS!="ios" |
108 'dependencies': [ | 110 'dependencies': [ |
109 '../third_party/WebKit/public/blink.gyp:blink', | 111 '../third_party/WebKit/public/blink.gyp:blink', |
110 '../third_party/npapi/npapi.gyp:npapi', | 112 '../third_party/npapi/npapi.gyp:npapi', |
111 '../webkit/common/webkit_common.gyp:webkit_common', | 113 '../webkit/common/webkit_common.gyp:webkit_common', |
112 '../webkit/support/webkit_support.gyp:glue_child', | 114 '../webkit/support/webkit_support.gyp:glue_child', |
113 ], | 115 ], |
114 }], | 116 }], |
115 ], | 117 ], |
116 } | 118 } |
OLD | NEW |