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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'browser/cert_store.cc', | 68 'browser/cert_store.cc', |
69 'browser/cert_store.h', | 69 'browser/cert_store.h', |
70 'browser/child_process_launcher.cc', | 70 'browser/child_process_launcher.cc', |
71 'browser/child_process_launcher.h', | 71 'browser/child_process_launcher.h', |
72 'browser/child_process_security_policy.cc', | 72 'browser/child_process_security_policy.cc', |
73 'browser/child_process_security_policy.h', | 73 'browser/child_process_security_policy.h', |
74 'browser/chrome_blob_storage_context.cc', | 74 'browser/chrome_blob_storage_context.cc', |
75 'browser/chrome_blob_storage_context.h', | 75 'browser/chrome_blob_storage_context.h', |
76 'browser/clipboard_dispatcher.h', | 76 'browser/clipboard_dispatcher.h', |
77 'browser/clipboard_dispatcher.cc', | 77 'browser/clipboard_dispatcher.cc', |
78 'browser/content_browser_client.h', | |
79 'browser/cross_site_request_manager.cc', | 78 'browser/cross_site_request_manager.cc', |
80 'browser/cross_site_request_manager.h', | 79 'browser/cross_site_request_manager.h', |
81 'browser/debugger/devtools_agent_host.cc', | 80 'browser/debugger/devtools_agent_host.cc', |
82 'browser/debugger/devtools_agent_host.h', | 81 'browser/debugger/devtools_agent_host.h', |
83 'browser/debugger/devtools_client_host.cc', | 82 'browser/debugger/devtools_client_host.cc', |
84 'browser/debugger/devtools_client_host.h', | 83 'browser/debugger/devtools_client_host.h', |
85 'browser/debugger/devtools_http_protocol_handler.cc', | 84 'browser/debugger/devtools_http_protocol_handler.cc', |
86 'browser/debugger/devtools_http_protocol_handler.h', | 85 'browser/debugger/devtools_http_protocol_handler.h', |
87 'browser/debugger/devtools_manager.cc', | 86 'browser/debugger/devtools_manager.cc', |
88 'browser/debugger/devtools_manager.h', | 87 'browser/debugger/devtools_manager.h', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 'browser/worker_host/worker_message_filter.cc', | 551 'browser/worker_host/worker_message_filter.cc', |
553 'browser/worker_host/worker_message_filter.h', | 552 'browser/worker_host/worker_message_filter.h', |
554 'browser/worker_host/worker_process_host.cc', | 553 'browser/worker_host/worker_process_host.cc', |
555 'browser/worker_host/worker_process_host.h', | 554 'browser/worker_host/worker_process_host.h', |
556 'browser/worker_host/worker_service.cc', | 555 'browser/worker_host/worker_service.cc', |
557 'browser/worker_host/worker_service.h', | 556 'browser/worker_host/worker_service.h', |
558 'browser/worker_host/worker_service_observer.h', | 557 'browser/worker_host/worker_service_observer.h', |
559 'browser/zygote_host_linux.cc', | 558 'browser/zygote_host_linux.cc', |
560 'browser/zygote_host_linux.h', | 559 'browser/zygote_host_linux.h', |
561 'browser/zygote_main_linux.cc', | 560 'browser/zygote_main_linux.cc', |
| 561 'public/browser/content_browser_client.h', |
562 'public/browser/native_web_keyboard_event.h', | 562 'public/browser/native_web_keyboard_event.h', |
563 'public/browser/navigation_types.h', | 563 'public/browser/navigation_types.h', |
564 'public/browser/notification_types.h', | 564 'public/browser/notification_types.h', |
565 ], | 565 ], |
566 'conditions': [ | 566 'conditions': [ |
567 ['p2p_apis==1', { | 567 ['p2p_apis==1', { |
568 'sources': [ | 568 'sources': [ |
569 'browser/renderer_host/p2p/socket_host.cc', | 569 'browser/renderer_host/p2p/socket_host.cc', |
570 'browser/renderer_host/p2p/socket_host.h', | 570 'browser/renderer_host/p2p/socket_host.h', |
571 'browser/renderer_host/p2p/socket_host_tcp.cc', | 571 'browser/renderer_host/p2p/socket_host_tcp.cc', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], | 681 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
682 ], | 682 ], |
683 }, { | 683 }, { |
684 'sources/': [ | 684 'sources/': [ |
685 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 685 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
686 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 686 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
687 ], | 687 ], |
688 }], | 688 }], |
689 ], | 689 ], |
690 } | 690 } |
OLD | NEW |