Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: content/content_browser.gypi

Issue 8342048: Make NotificationService an interface in the content namespace, and switch callers to use it. Mov... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 # TODO: These should be moved to test_support (see below), but 270 # TODO: These should be moved to test_support (see below), but
271 # are currently used by production code in automation_provider.cc. 271 # are currently used by production code in automation_provider.cc.
272 'browser/net/url_request_failed_dns_job.cc', 272 'browser/net/url_request_failed_dns_job.cc',
273 'browser/net/url_request_failed_dns_job.h', 273 'browser/net/url_request_failed_dns_job.h',
274 'browser/net/url_request_mock_http_job.cc', 274 'browser/net/url_request_mock_http_job.cc',
275 'browser/net/url_request_mock_http_job.h', 275 'browser/net/url_request_mock_http_job.h',
276 'browser/net/url_request_slow_download_job.cc', 276 'browser/net/url_request_slow_download_job.cc',
277 'browser/net/url_request_slow_download_job.h', 277 'browser/net/url_request_slow_download_job.h',
278 'browser/net/url_request_slow_http_job.cc', 278 'browser/net/url_request_slow_http_job.cc',
279 'browser/net/url_request_slow_http_job.h', 279 'browser/net/url_request_slow_http_job.h',
280 'browser/notification_service_impl.cc',
281 'browser/notification_service_impl.h',
280 'browser/plugin_loader_posix.cc', 282 'browser/plugin_loader_posix.cc',
281 'browser/plugin_loader_posix.h', 283 'browser/plugin_loader_posix.h',
282 'browser/plugin_process_host.cc', 284 'browser/plugin_process_host.cc',
283 'browser/plugin_process_host.h', 285 'browser/plugin_process_host.h',
284 'browser/plugin_process_host_mac.cc', 286 'browser/plugin_process_host_mac.cc',
285 'browser/plugin_service.cc', 287 'browser/plugin_service.cc',
286 'browser/plugin_service.h', 288 'browser/plugin_service.h',
287 'browser/plugin_service_filter.h', 289 'browser/plugin_service_filter.h',
288 'browser/power_save_blocker.h', 290 'browser/power_save_blocker.h',
289 'browser/power_save_blocker_common.cc', 291 'browser/power_save_blocker_common.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'browser/worker_host/worker_service_observer.h', 562 'browser/worker_host/worker_service_observer.h',
561 'browser/zygote_host_linux.cc', 563 'browser/zygote_host_linux.cc',
562 'browser/zygote_host_linux.h', 564 'browser/zygote_host_linux.h',
563 'browser/zygote_main_linux.cc', 565 'browser/zygote_main_linux.cc',
564 'public/browser/native_web_keyboard_event.h', 566 'public/browser/native_web_keyboard_event.h',
565 'public/browser/navigation_types.h', 567 'public/browser/navigation_types.h',
566 'public/browser/notification_details.h', 568 'public/browser/notification_details.h',
567 'public/browser/notification_observer.h', 569 'public/browser/notification_observer.h',
568 'public/browser/notification_registrar.cc', 570 'public/browser/notification_registrar.cc',
569 'public/browser/notification_registrar.h', 571 'public/browser/notification_registrar.h',
572 'public/browser/notification_service.h',
570 'public/browser/notification_source.h', 573 'public/browser/notification_source.h',
571 'public/browser/notification_types.h', 574 'public/browser/notification_types.h',
572 ], 575 ],
573 'conditions': [ 576 'conditions': [
574 ['p2p_apis==1', { 577 ['p2p_apis==1', {
575 'sources': [ 578 'sources': [
576 'browser/renderer_host/p2p/socket_host.cc', 579 'browser/renderer_host/p2p/socket_host.cc',
577 'browser/renderer_host/p2p/socket_host.h', 580 'browser/renderer_host/p2p/socket_host.h',
578 'browser/renderer_host/p2p/socket_host_tcp.cc', 581 'browser/renderer_host/p2p/socket_host_tcp.cc',
579 'browser/renderer_host/p2p/socket_host_tcp.h', 582 'browser/renderer_host/p2p/socket_host_tcp.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 691 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
689 ], 692 ],
690 }, { 693 }, {
691 'sources/': [ 694 'sources/': [
692 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 695 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
693 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 696 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
694 ], 697 ],
695 }], 698 }],
696 ], 699 ],
697 } 700 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698