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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'child/indexed_db/indexed_db_dispatcher.cc', | 43 'child/indexed_db/indexed_db_dispatcher.cc', |
44 'child/indexed_db/indexed_db_dispatcher.h', | 44 'child/indexed_db/indexed_db_dispatcher.h', |
45 'child/indexed_db/indexed_db_message_filter.cc', | 45 'child/indexed_db/indexed_db_message_filter.cc', |
46 'child/indexed_db/indexed_db_message_filter.h', | 46 'child/indexed_db/indexed_db_message_filter.h', |
47 'child/indexed_db/proxy_webidbcursor_impl.cc', | 47 'child/indexed_db/proxy_webidbcursor_impl.cc', |
48 'child/indexed_db/proxy_webidbcursor_impl.h', | 48 'child/indexed_db/proxy_webidbcursor_impl.h', |
49 'child/indexed_db/proxy_webidbdatabase_impl.cc', | 49 'child/indexed_db/proxy_webidbdatabase_impl.cc', |
50 'child/indexed_db/proxy_webidbdatabase_impl.h', | 50 'child/indexed_db/proxy_webidbdatabase_impl.h', |
51 'child/indexed_db/proxy_webidbfactory_impl.cc', | 51 'child/indexed_db/proxy_webidbfactory_impl.cc', |
52 'child/indexed_db/proxy_webidbfactory_impl.h', | 52 'child/indexed_db/proxy_webidbfactory_impl.h', |
| 53 'child/memory_pressure_message_filter.cc', |
| 54 'child/memory_pressure_message_filter.h', |
53 'child/np_channel_base.cc', | 55 'child/np_channel_base.cc', |
54 'child/np_channel_base.h', | 56 'child/np_channel_base.h', |
55 'child/npobject_base.h', | 57 'child/npobject_base.h', |
56 'child/npobject_proxy.cc', | 58 'child/npobject_proxy.cc', |
57 'child/npobject_proxy.h', | 59 'child/npobject_proxy.h', |
58 'child/npobject_stub.cc', | 60 'child/npobject_stub.cc', |
59 'child/npobject_stub.h', | 61 'child/npobject_stub.h', |
60 'child/npobject_util.cc', | 62 'child/npobject_util.cc', |
61 'child/npobject_util.h', | 63 'child/npobject_util.h', |
62 'child/plugin_message_generator.cc', | 64 'child/plugin_message_generator.cc', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 }, { # OS!="ios" | 102 }, { # OS!="ios" |
101 'dependencies': [ | 103 'dependencies': [ |
102 '../third_party/WebKit/public/blink.gyp:blink', | 104 '../third_party/WebKit/public/blink.gyp:blink', |
103 '../third_party/npapi/npapi.gyp:npapi', | 105 '../third_party/npapi/npapi.gyp:npapi', |
104 '../webkit/base/webkit_base.gyp:webkit_base', | 106 '../webkit/base/webkit_base.gyp:webkit_base', |
105 '../webkit/support/webkit_support.gyp:glue_child', | 107 '../webkit/support/webkit_support.gyp:glue_child', |
106 ], | 108 ], |
107 }], | 109 }], |
108 ], | 110 ], |
109 } | 111 } |
OLD | NEW |