OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
11 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 11 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
12 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
13 '../third_party/flac/flac.gyp:libflac', | 13 '../third_party/flac/flac.gyp:libflac', |
14 '../third_party/speex/speex.gyp:libspeex', | 14 '../third_party/speex/speex.gyp:libspeex', |
15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
16 '../third_party/zlib/zlib.gyp:zlib', | 16 '../third_party/zlib/zlib.gyp:zlib', |
17 '../ui/gfx/surface/surface.gyp:surface', | 17 '../ui/gfx/surface/surface.gyp:surface', |
18 '../ui/ui.gyp:ui', | 18 '../ui/ui.gyp:ui', |
19 '../ui/ui.gyp:ui_resources', | 19 '../ui/ui.gyp:ui_resources', |
20 '../webkit/support/webkit_support.gyp:webkit_resources', | 20 '../webkit/support/webkit_support.gyp:webkit_resources', |
21 '../webkit/support/webkit_support.gyp:webkit_strings', | 21 '../webkit/support/webkit_support.gyp:webkit_strings', |
22 ], | 22 ], |
23 'include_dirs': [ | 23 'include_dirs': [ |
24 '..', | 24 '..', |
25 '<(INTERMEDIATE_DIR)', | 25 '<(INTERMEDIATE_DIR)', |
26 ], | 26 ], |
27 'sources': [ | 27 'sources': [ |
| 28 'public/browser/browser_context.h', |
28 'public/browser/browser_main_parts.h', | 29 'public/browser/browser_main_parts.h', |
29 'public/browser/browser_shutdown.h', | 30 'public/browser/browser_shutdown.h', |
30 'public/browser/browser_thread.h', | 31 'public/browser/browser_thread.h', |
31 'public/browser/browser_thread_delegate.h', | 32 'public/browser/browser_thread_delegate.h', |
32 'public/browser/child_process_data.h', | 33 'public/browser/child_process_data.h', |
33 'public/browser/content_browser_client.h', | 34 'public/browser/content_browser_client.h', |
34 'public/browser/content_ipc_logging.h', | 35 'public/browser/content_ipc_logging.h', |
35 'public/browser/devtools_agent_host_registry.h', | 36 'public/browser/devtools_agent_host_registry.h', |
36 'public/browser/devtools_client_host.h', | 37 'public/browser/devtools_client_host.h', |
37 'public/browser/devtools_frontend_host_delegate.h', | 38 'public/browser/devtools_frontend_host_delegate.h', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'browser/accessibility/browser_accessibility_win.cc', | 79 'browser/accessibility/browser_accessibility_win.cc', |
79 'browser/accessibility/browser_accessibility_win.h', | 80 'browser/accessibility/browser_accessibility_win.h', |
80 'browser/appcache/appcache_dispatcher_host.cc', | 81 'browser/appcache/appcache_dispatcher_host.cc', |
81 'browser/appcache/appcache_dispatcher_host.h', | 82 'browser/appcache/appcache_dispatcher_host.h', |
82 'browser/appcache/appcache_frontend_proxy.cc', | 83 'browser/appcache/appcache_frontend_proxy.cc', |
83 'browser/appcache/appcache_frontend_proxy.h', | 84 'browser/appcache/appcache_frontend_proxy.h', |
84 'browser/appcache/chrome_appcache_service.cc', | 85 'browser/appcache/chrome_appcache_service.cc', |
85 'browser/appcache/chrome_appcache_service.h', | 86 'browser/appcache/chrome_appcache_service.h', |
86 'browser/browser_child_process_host.cc', | 87 'browser/browser_child_process_host.cc', |
87 'browser/browser_child_process_host.h', | 88 'browser/browser_child_process_host.h', |
88 'browser/browser_context.h', | |
89 'browser/browser_main.cc', | 89 'browser/browser_main.cc', |
90 'browser/browser_main.h', | 90 'browser/browser_main.h', |
91 'browser/browser_main_loop.cc', | 91 'browser/browser_main_loop.cc', |
92 'browser/browser_main_loop.h', | 92 'browser/browser_main_loop.h', |
93 'browser/browser_message_filter.cc', | 93 'browser/browser_message_filter.cc', |
94 'browser/browser_message_filter.h', | 94 'browser/browser_message_filter.h', |
95 'browser/browser_process_sub_thread.cc', | 95 'browser/browser_process_sub_thread.cc', |
96 'browser/browser_process_sub_thread.h', | 96 'browser/browser_process_sub_thread.h', |
97 'browser/browser_thread_impl.cc', | 97 'browser/browser_thread_impl.cc', |
98 'browser/browser_thread_impl.h', | 98 'browser/browser_thread_impl.h', |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
797 'ENABLE_JAVA_BRIDGE', | 797 'ENABLE_JAVA_BRIDGE', |
798 ], | 798 ], |
799 }, { | 799 }, { |
800 'sources/': [ | 800 'sources/': [ |
801 ['exclude', '^browser/renderer_host/java/'], | 801 ['exclude', '^browser/renderer_host/java/'], |
802 ], | 802 ], |
803 }], | 803 }], |
804 ], | 804 ], |
805 } | 805 } |
806 | 806 |
OLD | NEW |