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.gyp:mojo_environment_chromium', | 9 '../mojo/mojo.gyp:mojo_environment_chromium', |
10 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 10 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
(...skipping 17 matching lines...) Expand all Loading... |
28 ], | 28 ], |
29 'private_child_sources': [ | 29 'private_child_sources': [ |
30 'child/appcache/appcache_backend_proxy.cc', | 30 'child/appcache/appcache_backend_proxy.cc', |
31 'child/appcache/appcache_backend_proxy.h', | 31 'child/appcache/appcache_backend_proxy.h', |
32 'child/appcache/appcache_dispatcher.cc', | 32 'child/appcache/appcache_dispatcher.cc', |
33 'child/appcache/appcache_dispatcher.h', | 33 'child/appcache/appcache_dispatcher.h', |
34 'child/appcache/appcache_frontend_impl.cc', | 34 'child/appcache/appcache_frontend_impl.cc', |
35 'child/appcache/appcache_frontend_impl.h', | 35 'child/appcache/appcache_frontend_impl.h', |
36 'child/appcache/web_application_cache_host_impl.cc', | 36 'child/appcache/web_application_cache_host_impl.cc', |
37 'child/appcache/web_application_cache_host_impl.h', | 37 'child/appcache/web_application_cache_host_impl.h', |
| 38 'child/assert_matching_enums.cc', |
38 'child/blink_glue.cc', | 39 'child/blink_glue.cc', |
39 'child/blink_glue.h', | 40 'child/blink_glue.h', |
40 'child/blink_platform_impl.cc', | 41 'child/blink_platform_impl.cc', |
41 'child/blink_platform_impl.h', | 42 'child/blink_platform_impl.h', |
42 'child/browser_font_resource_trusted.cc', | 43 'child/browser_font_resource_trusted.cc', |
43 'child/browser_font_resource_trusted.h', | 44 'child/browser_font_resource_trusted.h', |
44 'child/child_histogram_message_filter.cc', | 45 'child/child_histogram_message_filter.cc', |
45 'child/child_histogram_message_filter.h', | 46 'child/child_histogram_message_filter.h', |
46 'child/child_message_filter.cc', | 47 'child/child_message_filter.cc', |
47 'child/child_message_filter.h', | 48 'child/child_message_filter.h', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 }, { | 305 }, { |
305 'dependencies': [ | 306 'dependencies': [ |
306 '../third_party/nss/nss.gyp:nspr', | 307 '../third_party/nss/nss.gyp:nspr', |
307 '../third_party/nss/nss.gyp:nss', | 308 '../third_party/nss/nss.gyp:nss', |
308 ], | 309 ], |
309 }], | 310 }], |
310 ], | 311 ], |
311 }], | 312 }], |
312 ], | 313 ], |
313 } | 314 } |
OLD | NEW |