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 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
11 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
12 '../third_party/flac/flac.gyp:libflac', | 12 '../third_party/flac/flac.gyp:libflac', |
13 # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed. | 13 # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed. |
14 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 14 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
15 '../third_party/speex/speex.gyp:libspeex', | 15 '../third_party/speex/speex.gyp:libspeex', |
16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
17 '../third_party/zlib/zlib.gyp:zlib', | 17 '../third_party/zlib/zlib.gyp:zlib', |
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_main_parts.h', |
| 29 'public/browser/browser_thread.h', |
| 30 'public/browser/content_browser_client.h', |
| 31 'public/browser/download_manager_delegate.h', |
| 32 'public/browser/native_web_keyboard_event.h', |
| 33 'public/browser/navigation_types.h', |
| 34 'public/browser/notification_details.h', |
| 35 'public/browser/notification_observer.h', |
| 36 'public/browser/notification_registrar.cc', |
| 37 'public/browser/notification_registrar.h', |
| 38 'public/browser/notification_service.h', |
| 39 'public/browser/notification_source.h', |
| 40 'public/browser/notification_types.h', |
| 41 'public/browser/plugin_data_remover.h', |
| 42 'public/browser/resource_dispatcher_host_delegate.h', |
28 'browser/accessibility/browser_accessibility.cc', | 43 'browser/accessibility/browser_accessibility.cc', |
29 'browser/accessibility/browser_accessibility.h', | 44 'browser/accessibility/browser_accessibility.h', |
30 'browser/accessibility/browser_accessibility_cocoa.h', | 45 'browser/accessibility/browser_accessibility_cocoa.h', |
31 'browser/accessibility/browser_accessibility_cocoa.mm', | 46 'browser/accessibility/browser_accessibility_cocoa.mm', |
32 'browser/accessibility/browser_accessibility_delegate_mac.h', | 47 'browser/accessibility/browser_accessibility_delegate_mac.h', |
33 'browser/accessibility/browser_accessibility_mac.h', | 48 'browser/accessibility/browser_accessibility_mac.h', |
34 'browser/accessibility/browser_accessibility_mac.mm', | 49 'browser/accessibility/browser_accessibility_mac.mm', |
35 'browser/accessibility/browser_accessibility_manager.cc', | 50 'browser/accessibility/browser_accessibility_manager.cc', |
36 'browser/accessibility/browser_accessibility_manager.h', | 51 'browser/accessibility/browser_accessibility_manager.h', |
37 'browser/accessibility/browser_accessibility_manager_mac.h', | 52 'browser/accessibility/browser_accessibility_manager_mac.h', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'browser/net/url_request_failed_dns_job.cc', | 288 'browser/net/url_request_failed_dns_job.cc', |
274 'browser/net/url_request_failed_dns_job.h', | 289 'browser/net/url_request_failed_dns_job.h', |
275 'browser/net/url_request_mock_http_job.cc', | 290 'browser/net/url_request_mock_http_job.cc', |
276 'browser/net/url_request_mock_http_job.h', | 291 'browser/net/url_request_mock_http_job.h', |
277 'browser/net/url_request_slow_download_job.cc', | 292 'browser/net/url_request_slow_download_job.cc', |
278 'browser/net/url_request_slow_download_job.h', | 293 'browser/net/url_request_slow_download_job.h', |
279 'browser/net/url_request_slow_http_job.cc', | 294 'browser/net/url_request_slow_http_job.cc', |
280 'browser/net/url_request_slow_http_job.h', | 295 'browser/net/url_request_slow_http_job.h', |
281 'browser/notification_service_impl.cc', | 296 'browser/notification_service_impl.cc', |
282 'browser/notification_service_impl.h', | 297 'browser/notification_service_impl.h', |
| 298 'browser/plugin_data_remover_impl.cc', |
| 299 'browser/plugin_data_remover_impl.h', |
283 'browser/plugin_loader_posix.cc', | 300 'browser/plugin_loader_posix.cc', |
284 'browser/plugin_loader_posix.h', | 301 'browser/plugin_loader_posix.h', |
285 'browser/plugin_process_host.cc', | 302 'browser/plugin_process_host.cc', |
286 'browser/plugin_process_host.h', | 303 'browser/plugin_process_host.h', |
287 'browser/plugin_process_host_mac.cc', | 304 'browser/plugin_process_host_mac.cc', |
288 'browser/plugin_service.cc', | 305 'browser/plugin_service.cc', |
289 'browser/plugin_service.h', | 306 'browser/plugin_service.h', |
290 'browser/plugin_service_filter.h', | 307 'browser/plugin_service_filter.h', |
291 'browser/power_save_blocker.h', | 308 'browser/power_save_blocker.h', |
292 'browser/power_save_blocker_common.cc', | 309 'browser/power_save_blocker_common.cc', |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 'browser/worker_host/worker_message_filter.cc', | 591 'browser/worker_host/worker_message_filter.cc', |
575 'browser/worker_host/worker_message_filter.h', | 592 'browser/worker_host/worker_message_filter.h', |
576 'browser/worker_host/worker_process_host.cc', | 593 'browser/worker_host/worker_process_host.cc', |
577 'browser/worker_host/worker_process_host.h', | 594 'browser/worker_host/worker_process_host.h', |
578 'browser/worker_host/worker_service.cc', | 595 'browser/worker_host/worker_service.cc', |
579 'browser/worker_host/worker_service.h', | 596 'browser/worker_host/worker_service.h', |
580 'browser/worker_host/worker_service_observer.h', | 597 'browser/worker_host/worker_service_observer.h', |
581 'browser/zygote_host_linux.cc', | 598 'browser/zygote_host_linux.cc', |
582 'browser/zygote_host_linux.h', | 599 'browser/zygote_host_linux.h', |
583 'browser/zygote_main_linux.cc', | 600 'browser/zygote_main_linux.cc', |
584 'public/browser/browser_main_parts.h', | |
585 'public/browser/browser_thread.h', | |
586 'public/browser/content_browser_client.h', | |
587 'public/browser/download_manager_delegate.h', | |
588 'public/browser/native_web_keyboard_event.h', | |
589 'public/browser/navigation_types.h', | |
590 'public/browser/notification_details.h', | |
591 'public/browser/notification_observer.h', | |
592 'public/browser/notification_registrar.cc', | |
593 'public/browser/notification_registrar.h', | |
594 'public/browser/notification_service.h', | |
595 'public/browser/notification_source.h', | |
596 'public/browser/notification_types.h', | |
597 'public/browser/resource_dispatcher_host_delegate.h', | |
598 ], | 601 ], |
599 'conditions': [ | 602 'conditions': [ |
600 ['p2p_apis==1', { | 603 ['p2p_apis==1', { |
601 'sources': [ | 604 'sources': [ |
602 'browser/renderer_host/p2p/socket_host.cc', | 605 'browser/renderer_host/p2p/socket_host.cc', |
603 'browser/renderer_host/p2p/socket_host.h', | 606 'browser/renderer_host/p2p/socket_host.h', |
604 'browser/renderer_host/p2p/socket_host_tcp.cc', | 607 'browser/renderer_host/p2p/socket_host_tcp.cc', |
605 'browser/renderer_host/p2p/socket_host_tcp.h', | 608 'browser/renderer_host/p2p/socket_host_tcp.h', |
606 'browser/renderer_host/p2p/socket_host_tcp_server.cc', | 609 'browser/renderer_host/p2p/socket_host_tcp_server.cc', |
607 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 610 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', | 783 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', |
781 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', | 784 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', |
782 'browser/renderer_host/java/java_bridge_dispatcher_host.h', | 785 'browser/renderer_host/java/java_bridge_dispatcher_host.h', |
783 'browser/renderer_host/java/java_method.cc', | 786 'browser/renderer_host/java/java_method.cc', |
784 'browser/renderer_host/java/java_method.h', | 787 'browser/renderer_host/java/java_method.h', |
785 ], | 788 ], |
786 }], | 789 }], |
787 ], | 790 ], |
788 } | 791 } |
789 | 792 |
OLD | NEW |