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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 # TODO: These should be moved to test_support (see below), but | 269 # TODO: These should be moved to test_support (see below), but |
270 # are currently used by production code in automation_provider.cc. | 270 # are currently used by production code in automation_provider.cc. |
271 'browser/net/url_request_failed_dns_job.cc', | 271 'browser/net/url_request_failed_dns_job.cc', |
272 'browser/net/url_request_failed_dns_job.h', | 272 'browser/net/url_request_failed_dns_job.h', |
273 'browser/net/url_request_mock_http_job.cc', | 273 'browser/net/url_request_mock_http_job.cc', |
274 'browser/net/url_request_mock_http_job.h', | 274 'browser/net/url_request_mock_http_job.h', |
275 'browser/net/url_request_slow_download_job.cc', | 275 'browser/net/url_request_slow_download_job.cc', |
276 'browser/net/url_request_slow_download_job.h', | 276 'browser/net/url_request_slow_download_job.h', |
277 'browser/net/url_request_slow_http_job.cc', | 277 'browser/net/url_request_slow_http_job.cc', |
278 'browser/net/url_request_slow_http_job.h', | 278 'browser/net/url_request_slow_http_job.h', |
| 279 'browser/notification_service_impl.cc', |
| 280 'browser/notification_service_impl.h', |
279 'browser/plugin_loader_posix.cc', | 281 'browser/plugin_loader_posix.cc', |
280 'browser/plugin_loader_posix.h', | 282 'browser/plugin_loader_posix.h', |
281 'browser/plugin_process_host.cc', | 283 'browser/plugin_process_host.cc', |
282 'browser/plugin_process_host.h', | 284 'browser/plugin_process_host.h', |
283 'browser/plugin_process_host_mac.cc', | 285 'browser/plugin_process_host_mac.cc', |
284 'browser/plugin_service.cc', | 286 'browser/plugin_service.cc', |
285 'browser/plugin_service.h', | 287 'browser/plugin_service.h', |
286 'browser/plugin_service_filter.h', | 288 'browser/plugin_service_filter.h', |
287 'browser/power_save_blocker.h', | 289 'browser/power_save_blocker.h', |
288 'browser/power_save_blocker_common.cc', | 290 'browser/power_save_blocker_common.cc', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 'browser/zygote_host_linux.cc', | 564 'browser/zygote_host_linux.cc', |
563 'browser/zygote_host_linux.h', | 565 'browser/zygote_host_linux.h', |
564 'browser/zygote_main_linux.cc', | 566 'browser/zygote_main_linux.cc', |
565 'public/browser/content_browser_client.h', | 567 'public/browser/content_browser_client.h', |
566 'public/browser/native_web_keyboard_event.h', | 568 'public/browser/native_web_keyboard_event.h', |
567 'public/browser/navigation_types.h', | 569 'public/browser/navigation_types.h', |
568 'public/browser/notification_details.h', | 570 'public/browser/notification_details.h', |
569 'public/browser/notification_observer.h', | 571 'public/browser/notification_observer.h', |
570 'public/browser/notification_registrar.cc', | 572 'public/browser/notification_registrar.cc', |
571 'public/browser/notification_registrar.h', | 573 'public/browser/notification_registrar.h', |
| 574 'public/browser/notification_service.h', |
572 'public/browser/notification_source.h', | 575 'public/browser/notification_source.h', |
573 'public/browser/notification_types.h', | 576 'public/browser/notification_types.h', |
574 ], | 577 ], |
575 'conditions': [ | 578 'conditions': [ |
576 ['p2p_apis==1', { | 579 ['p2p_apis==1', { |
577 'sources': [ | 580 'sources': [ |
578 'browser/renderer_host/p2p/socket_host.cc', | 581 'browser/renderer_host/p2p/socket_host.cc', |
579 'browser/renderer_host/p2p/socket_host.h', | 582 'browser/renderer_host/p2p/socket_host.h', |
580 'browser/renderer_host/p2p/socket_host_tcp.cc', | 583 'browser/renderer_host/p2p/socket_host_tcp.cc', |
581 'browser/renderer_host/p2p/socket_host_tcp.h', | 584 'browser/renderer_host/p2p/socket_host_tcp.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 ], | 713 ], |
711 }, { | 714 }, { |
712 'sources/': [ | 715 'sources/': [ |
713 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
cc'], | 716 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
cc'], |
714 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
h'], | 717 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux.
h'], |
715 ], | 718 ], |
716 }], | 719 }], |
717 ], | 720 ], |
718 } | 721 } |
719 | 722 |
OLD | NEW |