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 15 matching lines...) Expand all Loading... |
26 'child/child_histogram_message_filter.cc', | 26 'child/child_histogram_message_filter.cc', |
27 'child/child_histogram_message_filter.h', | 27 'child/child_histogram_message_filter.h', |
28 'child/child_process.cc', | 28 'child/child_process.cc', |
29 'child/child_process.h', | 29 'child/child_process.h', |
30 'child/child_resource_message_filter.cc', | 30 'child/child_resource_message_filter.cc', |
31 'child/child_resource_message_filter.h', | 31 'child/child_resource_message_filter.h', |
32 'child/child_thread.cc', | 32 'child/child_thread.cc', |
33 'child/child_thread.h', | 33 'child/child_thread.h', |
34 'child/database_util.cc', | 34 'child/database_util.cc', |
35 'child/database_util.h', | 35 'child/database_util.h', |
| 36 'child/db_message_filter.cc', |
| 37 'child/db_message_filter.h', |
36 'child/fileapi/file_system_dispatcher.cc', | 38 'child/fileapi/file_system_dispatcher.cc', |
37 'child/fileapi/file_system_dispatcher.h', | 39 'child/fileapi/file_system_dispatcher.h', |
38 'child/fileapi/webfilesystem_callback_adapters.cc', | 40 'child/fileapi/webfilesystem_callback_adapters.cc', |
39 'child/fileapi/webfilesystem_callback_adapters.h', | 41 'child/fileapi/webfilesystem_callback_adapters.h', |
40 'child/fileapi/webfilesystem_impl.cc', | 42 'child/fileapi/webfilesystem_impl.cc', |
41 'child/fileapi/webfilesystem_impl.h', | 43 'child/fileapi/webfilesystem_impl.h', |
42 'child/fileapi/webfilewriter_impl.cc', | 44 'child/fileapi/webfilewriter_impl.cc', |
43 'child/fileapi/webfilewriter_impl.h', | 45 'child/fileapi/webfilewriter_impl.h', |
44 'child/image_decoder.cc', | 46 'child/image_decoder.cc', |
45 'child/image_decoder.h', | 47 'child/image_decoder.h', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 }, { # OS!="ios" | 107 }, { # OS!="ios" |
106 'dependencies': [ | 108 'dependencies': [ |
107 '../third_party/WebKit/public/blink.gyp:blink', | 109 '../third_party/WebKit/public/blink.gyp:blink', |
108 '../third_party/npapi/npapi.gyp:npapi', | 110 '../third_party/npapi/npapi.gyp:npapi', |
109 '../webkit/common/webkit_common.gyp:webkit_common', | 111 '../webkit/common/webkit_common.gyp:webkit_common', |
110 '../webkit/support/webkit_support.gyp:glue_child', | 112 '../webkit/support/webkit_support.gyp:glue_child', |
111 ], | 113 ], |
112 }], | 114 }], |
113 ], | 115 ], |
114 } | 116 } |
OLD | NEW |