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 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
10 '../ui/ui.gyp:ui', | 10 '../ui/ui.gyp:ui', |
(...skipping 13 matching lines...) Expand all Loading... |
24 'child/appcache/appcache_dispatcher.cc', | 24 'child/appcache/appcache_dispatcher.cc', |
25 'child/appcache/appcache_dispatcher.h', | 25 'child/appcache/appcache_dispatcher.h', |
26 'child/appcache/appcache_frontend_impl.cc', | 26 'child/appcache/appcache_frontend_impl.cc', |
27 'child/appcache/appcache_frontend_impl.h', | 27 'child/appcache/appcache_frontend_impl.h', |
28 'child/appcache/web_application_cache_host_impl.cc', | 28 'child/appcache/web_application_cache_host_impl.cc', |
29 'child/appcache/web_application_cache_host_impl.h', | 29 'child/appcache/web_application_cache_host_impl.h', |
30 'child/browser_font_resource_trusted.cc', | 30 'child/browser_font_resource_trusted.cc', |
31 'child/browser_font_resource_trusted.h', | 31 'child/browser_font_resource_trusted.h', |
32 'child/child_histogram_message_filter.cc', | 32 'child/child_histogram_message_filter.cc', |
33 'child/child_histogram_message_filter.h', | 33 'child/child_histogram_message_filter.h', |
| 34 'child/child_message_filter.cc', |
| 35 'child/child_message_filter.h', |
34 'child/child_process.cc', | 36 'child/child_process.cc', |
35 'child/child_process.h', | 37 'child/child_process.h', |
36 'child/child_resource_message_filter.cc', | 38 'child/child_resource_message_filter.cc', |
37 'child/child_resource_message_filter.h', | 39 'child/child_resource_message_filter.h', |
38 'child/child_thread.cc', | 40 'child/child_thread.cc', |
39 'child/child_thread.h', | 41 'child/child_thread.h', |
40 'child/database_util.cc', | 42 'child/database_util.cc', |
41 'child/database_util.h', | 43 'child/database_util.h', |
42 'child/db_message_filter.cc', | 44 'child/db_message_filter.cc', |
43 'child/db_message_filter.h', | 45 'child/db_message_filter.h', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'child/npapi/webplugin_delegate_impl_mac.mm', | 180 'child/npapi/webplugin_delegate_impl_mac.mm', |
179 ], | 181 ], |
180 }], | 182 }], |
181 ['use_aura==1 and OS=="win"', { | 183 ['use_aura==1 and OS=="win"', { |
182 'sources!': [ | 184 'sources!': [ |
183 'child/npapi/webplugin_delegate_impl_aura.cc', | 185 'child/npapi/webplugin_delegate_impl_aura.cc', |
184 ], | 186 ], |
185 }], | 187 }], |
186 ], | 188 ], |
187 } | 189 } |
OLD | NEW |