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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1339183002: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/mac/objc_zombie.h', 72 'common/mac/objc_zombie.h',
73 'common/mac/objc_zombie.mm', 73 'common/mac/objc_zombie.mm',
74 'common/media/media_resource_provider.cc',
75 'common/media/media_resource_provider.h',
74 'common/media/webrtc_logging_message_data.cc', 76 'common/media/webrtc_logging_message_data.cc',
75 'common/media/webrtc_logging_message_data.h', 77 'common/media/webrtc_logging_message_data.h',
76 'common/media/webrtc_logging_messages.h', 78 'common/media/webrtc_logging_messages.h',
77 'common/media_galleries/metadata_types.h', 79 'common/media_galleries/metadata_types.h',
78 'common/metrics/version_utils.cc', 80 'common/metrics/version_utils.cc',
79 'common/metrics/version_utils.h', 81 'common/metrics/version_utils.h',
80 'common/multi_process_lock.h', 82 'common/multi_process_lock.h',
81 'common/multi_process_lock_linux.cc', 83 'common/multi_process_lock_linux.cc',
82 'common/multi_process_lock_mac.cc', 84 'common/multi_process_lock_mac.cc',
83 'common/multi_process_lock_win.cc', 85 'common/multi_process_lock_win.cc',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 '<(DEPTH)/components/components.gyp:metrics', 340 '<(DEPTH)/components/components.gyp:metrics',
339 '<(DEPTH)/components/components.gyp:omnibox_common', 341 '<(DEPTH)/components/components.gyp:omnibox_common',
340 '<(DEPTH)/components/components.gyp:policy_component_common', 342 '<(DEPTH)/components/components.gyp:policy_component_common',
341 '<(DEPTH)/components/components.gyp:translate_core_common', 343 '<(DEPTH)/components/components.gyp:translate_core_common',
342 '<(DEPTH)/components/components.gyp:variations', 344 '<(DEPTH)/components/components.gyp:variations',
343 '<(DEPTH)/components/components.gyp:version_info', 345 '<(DEPTH)/components/components.gyp:version_info',
344 '<(DEPTH)/components/components_strings.gyp:components_strings', 346 '<(DEPTH)/components/components_strings.gyp:components_strings',
345 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', 347 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter',
346 '<(DEPTH)/content/content.gyp:content_common', 348 '<(DEPTH)/content/content.gyp:content_common',
347 '<(DEPTH)/crypto/crypto.gyp:crypto', 349 '<(DEPTH)/crypto/crypto.gyp:crypto',
350 '<(DEPTH)/media/media.gyp:media',
348 '<(DEPTH)/net/net.gyp:net', 351 '<(DEPTH)/net/net.gyp:net',
349 '<(DEPTH)/skia/skia.gyp:skia', 352 '<(DEPTH)/skia/skia.gyp:skia',
350 '<(DEPTH)/skia/skia.gyp:skia_library', 353 '<(DEPTH)/skia/skia.gyp:skia_library',
351 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 354 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
352 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 355 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
353 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 356 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
354 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 357 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
355 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 358 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
356 '<(DEPTH)/url/url.gyp:url_lib', 359 '<(DEPTH)/url/url.gyp:url_lib',
357 ], 360 ],
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'sources': [ 648 'sources': [
646 'common/resource_usage_reporter.mojom', 649 'common/resource_usage_reporter.mojom',
647 ], 650 ],
648 'dependencies': [ 651 'dependencies': [
649 '../mojo/mojo_base.gyp:mojo_environment_chromium', 652 '../mojo/mojo_base.gyp:mojo_environment_chromium',
650 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 653 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
651 ], 654 ],
652 }, 655 },
653 ], 656 ],
654 } 657 }
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