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

Side by Side Diff: content/content_browser.gypi

Issue 9363008: Add Media device notification to SystemMonitor and Mac impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move mac notification code to content Created 8 years, 10 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'browser/in_process_webkit/webkit_context.h', 370 'browser/in_process_webkit/webkit_context.h',
371 'browser/in_process_webkit/webkit_thread.cc', 371 'browser/in_process_webkit/webkit_thread.cc',
372 'browser/in_process_webkit/webkit_thread.h', 372 'browser/in_process_webkit/webkit_thread.h',
373 'browser/intents/intent_injector.cc', 373 'browser/intents/intent_injector.cc',
374 'browser/intents/intent_injector.h', 374 'browser/intents/intent_injector.h',
375 'browser/intents/web_intents_dispatcher_impl.cc', 375 'browser/intents/web_intents_dispatcher_impl.cc',
376 'browser/intents/web_intents_dispatcher_impl.h', 376 'browser/intents/web_intents_dispatcher_impl.h',
377 'browser/load_from_memory_cache_details.cc', 377 'browser/load_from_memory_cache_details.cc',
378 'browser/load_from_memory_cache_details.h', 378 'browser/load_from_memory_cache_details.h',
379 'browser/load_notification_details.h', 379 'browser/load_notification_details.h',
380 'browser/mac/media_device_notifications.h',
381 'browser/mac/media_device_notifications.mm',
380 'browser/mach_broker_mac.cc', 382 'browser/mach_broker_mac.cc',
381 'browser/mach_broker_mac.h', 383 'browser/mach_broker_mac.h',
382 'browser/mime_registry_message_filter.cc', 384 'browser/mime_registry_message_filter.cc',
383 'browser/mime_registry_message_filter.h', 385 'browser/mime_registry_message_filter.h',
384 'browser/net/browser_online_state_observer.cc', 386 'browser/net/browser_online_state_observer.cc',
385 'browser/net/browser_online_state_observer.h', 387 'browser/net/browser_online_state_observer.h',
386 # TODO: These should be moved to test_support (see below), but 388 # TODO: These should be moved to test_support (see below), but
387 # are currently used by production code in automation_provider.cc. 389 # are currently used by production code in automation_provider.cc.
388 'browser/net/url_request_failed_dns_job.cc', 390 'browser/net/url_request_failed_dns_job.cc',
389 'browser/net/url_request_failed_dns_job.h', 391 'browser/net/url_request_failed_dns_job.h',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 ], 871 ],
870 }], 872 }],
871 ['input_speech==0', { 873 ['input_speech==0', {
872 'sources/': [ 874 'sources/': [
873 ['exclude', '^browser/speech/'], 875 ['exclude', '^browser/speech/'],
874 ], 876 ],
875 }], 877 }],
876 ], 878 ],
877 } 879 }
878 880
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698