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', |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
574 'browser/worker_host/worker_service.cc', | 574 'browser/worker_host/worker_service.cc', |
575 'browser/worker_host/worker_service.h', | 575 'browser/worker_host/worker_service.h', |
576 'browser/worker_host/worker_service_observer.h', | 576 'browser/worker_host/worker_service_observer.h', |
577 'browser/zygote_host_linux.cc', | 577 'browser/zygote_host_linux.cc', |
578 'browser/zygote_host_linux.h', | 578 'browser/zygote_host_linux.h', |
579 'browser/zygote_main_linux.cc', | 579 'browser/zygote_main_linux.cc', |
580 'public/browser/browser_main_parts.h', | 580 'public/browser/browser_main_parts.h', |
581 'public/browser/browser_thread.h', | 581 'public/browser/browser_thread.h', |
582 'public/browser/content_browser_client.h', | 582 'public/browser/content_browser_client.h', |
583 'public/browser/download_manager_delegate.h', | 583 'public/browser/download_manager_delegate.h', |
584 'public/browser/render_process_host.h', | |
jam
2011/11/11 03:24:29
nit: spacing
ananta
2011/11/16 19:47:14
Done.
| |
584 'public/browser/native_web_keyboard_event.h', | 585 'public/browser/native_web_keyboard_event.h', |
585 'public/browser/navigation_types.h', | 586 'public/browser/navigation_types.h', |
586 'public/browser/notification_details.h', | 587 'public/browser/notification_details.h', |
587 'public/browser/notification_observer.h', | 588 'public/browser/notification_observer.h', |
588 'public/browser/notification_registrar.cc', | 589 'public/browser/notification_registrar.cc', |
589 'public/browser/notification_registrar.h', | 590 'public/browser/notification_registrar.h', |
590 'public/browser/notification_service.h', | 591 'public/browser/notification_service.h', |
591 'public/browser/notification_source.h', | 592 'public/browser/notification_source.h', |
592 'public/browser/notification_types.h', | 593 'public/browser/notification_types.h', |
593 'public/browser/resource_dispatcher_host_delegate.h', | 594 'public/browser/resource_dispatcher_host_delegate.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
772 'browser/renderer_host/java_bridge_channel_host.h', | 773 'browser/renderer_host/java_bridge_channel_host.h', |
773 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc', | 774 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc', |
774 'browser/renderer_host/java_bridge_dispatcher_host_manager.h', | 775 'browser/renderer_host/java_bridge_dispatcher_host_manager.h', |
775 'browser/renderer_host/java_bridge_dispatcher_host.cc', | 776 'browser/renderer_host/java_bridge_dispatcher_host.cc', |
776 'browser/renderer_host/java_bridge_dispatcher_host.h', | 777 'browser/renderer_host/java_bridge_dispatcher_host.h', |
777 ], | 778 ], |
778 }], | 779 }], |
779 ], | 780 ], |
780 } | 781 } |
781 | 782 |
OLD | NEW |