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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 'browser/worker_host/worker_message_filter.cc', | 557 'browser/worker_host/worker_message_filter.cc', |
558 'browser/worker_host/worker_message_filter.h', | 558 'browser/worker_host/worker_message_filter.h', |
559 'browser/worker_host/worker_process_host.cc', | 559 'browser/worker_host/worker_process_host.cc', |
560 'browser/worker_host/worker_process_host.h', | 560 'browser/worker_host/worker_process_host.h', |
561 'browser/worker_host/worker_service.cc', | 561 'browser/worker_host/worker_service.cc', |
562 'browser/worker_host/worker_service.h', | 562 'browser/worker_host/worker_service.h', |
563 'browser/worker_host/worker_service_observer.h', | 563 'browser/worker_host/worker_service_observer.h', |
564 'browser/zygote_host_linux.cc', | 564 'browser/zygote_host_linux.cc', |
565 'browser/zygote_host_linux.h', | 565 'browser/zygote_host_linux.h', |
566 'browser/zygote_main_linux.cc', | 566 'browser/zygote_main_linux.cc', |
| 567 'public/browser/browser_main_parts.h', |
567 'public/browser/content_browser_client.h', | 568 'public/browser/content_browser_client.h', |
568 'public/browser/native_web_keyboard_event.h', | 569 'public/browser/native_web_keyboard_event.h', |
569 'public/browser/navigation_types.h', | 570 'public/browser/navigation_types.h', |
570 'public/browser/notification_details.h', | 571 'public/browser/notification_details.h', |
571 'public/browser/notification_observer.h', | 572 'public/browser/notification_observer.h', |
572 'public/browser/notification_registrar.cc', | 573 'public/browser/notification_registrar.cc', |
573 'public/browser/notification_registrar.h', | 574 'public/browser/notification_registrar.h', |
574 'public/browser/notification_service.h', | 575 'public/browser/notification_service.h', |
575 'public/browser/notification_source.h', | 576 'public/browser/notification_source.h', |
576 'public/browser/notification_types.h', | 577 'public/browser/notification_types.h', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 ], | 714 ], |
714 }, { | 715 }, { |
715 'sources/': [ | 716 'sources/': [ |
716 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
cc'], | 717 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
cc'], |
717 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
h'], | 718 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
h'], |
718 ], | 719 ], |
719 }], | 720 }], |
720 ], | 721 ], |
721 } | 722 } |
722 | 723 |
OLD | NEW |