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

Side by Side Diff: content/content_browser.gypi

Issue 10069007: Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: clang Created 8 years, 8 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'browser/intents/intent_injector.cc', 394 'browser/intents/intent_injector.cc',
395 'browser/intents/intent_injector.h', 395 'browser/intents/intent_injector.h',
396 'browser/intents/internal_web_intents_dispatcher.cc', 396 'browser/intents/internal_web_intents_dispatcher.cc',
397 'browser/intents/internal_web_intents_dispatcher.h', 397 'browser/intents/internal_web_intents_dispatcher.h',
398 'browser/intents/web_intents_dispatcher_impl.cc', 398 'browser/intents/web_intents_dispatcher_impl.cc',
399 'browser/intents/web_intents_dispatcher_impl.h', 399 'browser/intents/web_intents_dispatcher_impl.h',
400 'browser/load_from_memory_cache_details.cc', 400 'browser/load_from_memory_cache_details.cc',
401 'browser/load_from_memory_cache_details.h', 401 'browser/load_from_memory_cache_details.h',
402 'browser/mach_broker_mac.cc', 402 'browser/mach_broker_mac.cc',
403 'browser/mach_broker_mac.h', 403 'browser/mach_broker_mac.h',
404 'browser/media_device_notifications_linux.cc',
405 'browser/media_device_notifications_linux.h',
406 'browser/mime_registry_message_filter.cc', 404 'browser/mime_registry_message_filter.cc',
407 'browser/mime_registry_message_filter.h', 405 'browser/mime_registry_message_filter.h',
408 'browser/net/browser_online_state_observer.cc', 406 'browser/net/browser_online_state_observer.cc',
409 'browser/net/browser_online_state_observer.h', 407 'browser/net/browser_online_state_observer.h',
410 'browser/net/view_blob_internals_job_factory.cc', 408 'browser/net/view_blob_internals_job_factory.cc',
411 'browser/net/view_blob_internals_job_factory.h', 409 'browser/net/view_blob_internals_job_factory.h',
412 'browser/net/view_http_cache_job_factory.cc', 410 'browser/net/view_http_cache_job_factory.cc',
413 'browser/net/view_http_cache_job_factory.h', 411 'browser/net/view_http_cache_job_factory.h',
414 'browser/notification_service_impl.cc', 412 'browser/notification_service_impl.cc',
415 'browser/notification_service_impl.h', 413 'browser/notification_service_impl.h',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 ], 916 ],
919 }], 917 }],
920 ['input_speech==0', { 918 ['input_speech==0', {
921 'sources/': [ 919 'sources/': [
922 ['exclude', '^browser/speech/'], 920 ['exclude', '^browser/speech/'],
923 ], 921 ],
924 }], 922 }],
925 ], 923 ],
926 } 924 }
927 925
OLDNEW
« no previous file with comments | « content/browser/media_device_notifications_linux_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698