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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1362093002: Re-land: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude media_resource_provider on iOS. Created 5 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'common/localized_error.cc', 62 'common/localized_error.cc',
63 'common/localized_error.h', 63 'common/localized_error.h',
64 'common/logging_chrome.cc', 64 'common/logging_chrome.cc',
65 'common/logging_chrome.h', 65 'common/logging_chrome.h',
66 'common/mac/app_shim_launch.h', 66 'common/mac/app_shim_launch.h',
67 'common/mac/app_shim_messages.h', 67 'common/mac/app_shim_messages.h',
68 'common/mac/cfbundle_blocker.h', 68 'common/mac/cfbundle_blocker.h',
69 'common/mac/cfbundle_blocker.mm', 69 'common/mac/cfbundle_blocker.mm',
70 'common/mac/launchd.h', 70 'common/mac/launchd.h',
71 'common/mac/launchd.mm', 71 'common/mac/launchd.mm',
72 'common/media/media_resource_provider.cc',
73 'common/media/media_resource_provider.h',
72 'common/media/webrtc_logging_message_data.cc', 74 'common/media/webrtc_logging_message_data.cc',
73 'common/media/webrtc_logging_message_data.h', 75 'common/media/webrtc_logging_message_data.h',
74 'common/media/webrtc_logging_messages.h', 76 'common/media/webrtc_logging_messages.h',
75 'common/media_galleries/metadata_types.h', 77 'common/media_galleries/metadata_types.h',
76 'common/multi_process_lock.h', 78 'common/multi_process_lock.h',
77 'common/multi_process_lock_linux.cc', 79 'common/multi_process_lock_linux.cc',
78 'common/multi_process_lock_mac.cc', 80 'common/multi_process_lock_mac.cc',
79 'common/multi_process_lock_win.cc', 81 'common/multi_process_lock_win.cc',
80 'common/partial_circular_buffer.cc', 82 'common/partial_circular_buffer.cc',
81 'common/partial_circular_buffer.h', 83 'common/partial_circular_buffer.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'common_mojo_bindings', 392 'common_mojo_bindings',
391 '<(DEPTH)/components/components.gyp:autofill_core_common', 393 '<(DEPTH)/components/components.gyp:autofill_core_common',
392 '<(DEPTH)/components/components.gyp:autofill_content_common', 394 '<(DEPTH)/components/components.gyp:autofill_content_common',
393 '<(DEPTH)/components/components.gyp:password_manager_core_common', 395 '<(DEPTH)/components/components.gyp:password_manager_core_common',
394 '<(DEPTH)/components/components.gyp:password_manager_content_common' , 396 '<(DEPTH)/components/components.gyp:password_manager_content_common' ,
395 '<(DEPTH)/components/components.gyp:signin_core_common', 397 '<(DEPTH)/components/components.gyp:signin_core_common',
396 '<(DEPTH)/components/components.gyp:translate_content_common', 398 '<(DEPTH)/components/components.gyp:translate_content_common',
397 '<(DEPTH)/components/components.gyp:visitedlink_common', 399 '<(DEPTH)/components/components.gyp:visitedlink_common',
398 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants', 400 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants',
399 '<(DEPTH)/ipc/ipc.gyp:ipc', 401 '<(DEPTH)/ipc/ipc.gyp:ipc',
402 '<(DEPTH)/media/media.gyp:media',
400 '<(DEPTH)/third_party/re2/re2.gyp:re2', 403 '<(DEPTH)/third_party/re2/re2.gyp:re2',
401 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 404 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
402 ], 405 ],
403 }, { # OS == ios 406 }, { # OS == ios
404 'sources/': [ 407 'sources/': [
405 ['exclude', '^common/child_process_'], 408 ['exclude', '^common/child_process_'],
406 ['exclude', '^common/chrome_content_client\\.cc$'], 409 ['exclude', '^common/chrome_content_client\\.cc$'],
407 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 410 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
408 ['exclude', '^common/common_message_generator\\.cc$'], 411 ['exclude', '^common/common_message_generator\\.cc$'],
409 ['exclude', '^common/common_param_traits'], 412 ['exclude', '^common/common_param_traits'],
410 ['exclude', '^common/custom_handlers/'], 413 ['exclude', '^common/custom_handlers/'],
411 ['exclude', '^common/extensions/'], 414 ['exclude', '^common/extensions/'],
412 ['exclude', '^common/logging_chrome\\.'], 415 ['exclude', '^common/logging_chrome\\.'],
416 ['exclude', '^common/media/media_resource_provider'],
413 ['exclude', '^common/media_galleries/'], 417 ['exclude', '^common/media_galleries/'],
414 ['exclude', '^common/multi_process_'], 418 ['exclude', '^common/multi_process_'],
415 ['exclude', '^common/profiling\\.'], 419 ['exclude', '^common/profiling\\.'],
416 ['exclude', '^common/resource_usage_reporter_type_converters'], 420 ['exclude', '^common/resource_usage_reporter_type_converters'],
417 ['exclude', '^common/spellcheck_'], 421 ['exclude', '^common/spellcheck_'],
418 ['exclude', '^common/validation_message_'], 422 ['exclude', '^common/validation_message_'],
419 ['exclude', '^common/web_apps\\.'], 423 ['exclude', '^common/web_apps\\.'],
420 # TODO(ios): Include files here as they are made to work; once 424 # TODO(ios): Include files here as they are made to work; once
421 # everything is online, remove everything below here and just 425 # everything is online, remove everything below here and just
422 # use the exclusions above. 426 # use the exclusions above.
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'sources': [ 636 'sources': [
633 'common/resource_usage_reporter.mojom', 637 'common/resource_usage_reporter.mojom',
634 ], 638 ],
635 'dependencies': [ 639 'dependencies': [
636 '../mojo/mojo_base.gyp:mojo_environment_chromium', 640 '../mojo/mojo_base.gyp:mojo_environment_chromium',
637 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 641 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
638 ], 642 ],
639 }, 643 },
640 ], 644 ],
641 } 645 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698