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_base.gyp:mojo_environment_chromium', | 9 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
10 '../mojo/mojo_base.gyp:mojo_common_lib', | 10 '../mojo/mojo_base.gyp:mojo_common_lib', |
11 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
12 '../ui/base/ui_base.gyp:ui_base', | 12 '../ui/base/ui_base.gyp:ui_base', |
13 '../ui/gfx/gfx.gyp:gfx', | 13 '../ui/gfx/gfx.gyp:gfx', |
14 '../ui/gfx/gfx.gyp:gfx_geometry', | 14 '../ui/gfx/gfx.gyp:gfx_geometry', |
15 '../url/url.gyp:url_lib', | 15 '../url/url.gyp:url_lib', |
16 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 16 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
17 ], | 17 ], |
18 'include_dirs': [ | 18 'include_dirs': [ |
19 '..', | 19 '..', |
20 ], | 20 ], |
21 'export_dependent_settings': [ | 21 'export_dependent_settings': [ |
22 '../base/base.gyp:base', | 22 '../base/base.gyp:base', |
23 ], | 23 ], |
24 'variables': { | 24 'variables': { |
25 'public_child_sources': [ | 25 'public_child_sources': [ |
| 26 'public/child/child_thread.h', |
26 'public/child/image_decoder_utils.h', | 27 'public/child/image_decoder_utils.h', |
27 'public/child/request_peer.h', | 28 'public/child/request_peer.h', |
28 'public/child/resource_dispatcher_delegate.h', | 29 'public/child/resource_dispatcher_delegate.h', |
29 ], | 30 ], |
30 'private_child_sources': [ | 31 'private_child_sources': [ |
31 'child/appcache/appcache_backend_proxy.cc', | 32 'child/appcache/appcache_backend_proxy.cc', |
32 'child/appcache/appcache_backend_proxy.h', | 33 'child/appcache/appcache_backend_proxy.h', |
33 'child/appcache/appcache_dispatcher.cc', | 34 'child/appcache/appcache_dispatcher.cc', |
34 'child/appcache/appcache_dispatcher.h', | 35 'child/appcache/appcache_dispatcher.h', |
35 'child/appcache/appcache_frontend_impl.cc', | 36 'child/appcache/appcache_frontend_impl.cc', |
(...skipping 18 matching lines...) Expand all Loading... |
54 'child/child_histogram_message_filter.cc', | 55 'child/child_histogram_message_filter.cc', |
55 'child/child_histogram_message_filter.h', | 56 'child/child_histogram_message_filter.h', |
56 'child/child_message_filter.cc', | 57 'child/child_message_filter.cc', |
57 'child/child_message_filter.h', | 58 'child/child_message_filter.h', |
58 'child/child_process.cc', | 59 'child/child_process.cc', |
59 'child/child_process.h', | 60 'child/child_process.h', |
60 'child/child_resource_message_filter.cc', | 61 'child/child_resource_message_filter.cc', |
61 'child/child_resource_message_filter.h', | 62 'child/child_resource_message_filter.h', |
62 'child/child_shared_bitmap_manager.cc', | 63 'child/child_shared_bitmap_manager.cc', |
63 'child/child_shared_bitmap_manager.h', | 64 'child/child_shared_bitmap_manager.h', |
64 'child/child_thread.cc', | 65 'child/child_thread_impl.cc', |
65 'child/child_thread.h', | 66 'child/child_thread_impl.h', |
66 'child/content_child_helpers.cc', | 67 'child/content_child_helpers.cc', |
67 'child/content_child_helpers.h', | 68 'child/content_child_helpers.h', |
68 'child/database_util.cc', | 69 'child/database_util.cc', |
69 'child/database_util.h', | 70 'child/database_util.h', |
70 'child/db_message_filter.cc', | 71 'child/db_message_filter.cc', |
71 'child/db_message_filter.h', | 72 'child/db_message_filter.h', |
72 'child/file_info_util.cc', | 73 'child/file_info_util.cc', |
73 'child/file_info_util.h', | 74 'child/file_info_util.h', |
74 'child/fileapi/file_system_dispatcher.cc', | 75 'child/fileapi/file_system_dispatcher.cc', |
75 'child/fileapi/file_system_dispatcher.h', | 76 'child/fileapi/file_system_dispatcher.h', |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 }, { | 395 }, { |
395 'dependencies': [ | 396 'dependencies': [ |
396 '../third_party/nss/nss.gyp:nspr', | 397 '../third_party/nss/nss.gyp:nspr', |
397 '../third_party/nss/nss.gyp:nss', | 398 '../third_party/nss/nss.gyp:nss', |
398 ], | 399 ], |
399 }], | 400 }], |
400 ], | 401 ], |
401 }], | 402 }], |
402 ], | 403 ], |
403 } | 404 } |
OLD | NEW |