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

Side by Side Diff: chrome/chrome_renderer.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/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('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) 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 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/banners/app_banner_client.cc', 8 'renderer/banners/app_banner_client.cc',
9 'renderer/banners/app_banner_client.h', 9 'renderer/banners/app_banner_client.h',
10 'renderer/benchmarking_extension.cc', 10 'renderer/benchmarking_extension.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 '../components/components.gyp:error_page_renderer', 253 '../components/components.gyp:error_page_renderer',
254 '../components/components.gyp:startup_metric_utils', 254 '../components/components.gyp:startup_metric_utils',
255 '../components/components.gyp:password_manager_content_renderer', 255 '../components/components.gyp:password_manager_content_renderer',
256 '../components/components.gyp:plugins_renderer', 256 '../components/components.gyp:plugins_renderer',
257 '../components/components.gyp:translate_content_renderer', 257 '../components/components.gyp:translate_content_renderer',
258 '../components/components.gyp:visitedlink_renderer', 258 '../components/components.gyp:visitedlink_renderer',
259 '../components/components.gyp:web_cache_renderer', 259 '../components/components.gyp:web_cache_renderer',
260 '../content/app/resources/content_resources.gyp:content_resources', 260 '../content/app/resources/content_resources.gyp:content_resources',
261 '../content/app/strings/content_strings.gyp:content_strings', 261 '../content/app/strings/content_strings.gyp:content_strings',
262 '../content/content.gyp:content_renderer', 262 '../content/content.gyp:content_renderer',
263 '../media/media.gyp:media',
263 '../net/net.gyp:net', 264 '../net/net.gyp:net',
264 '../skia/skia.gyp:skia', 265 '../skia/skia.gyp:skia',
265 '../third_party/WebKit/public/blink.gyp:blink', 266 '../third_party/WebKit/public/blink.gyp:blink',
266 '../third_party/icu/icu.gyp:icui18n', 267 '../third_party/icu/icu.gyp:icui18n',
267 '../third_party/icu/icu.gyp:icuuc', 268 '../third_party/icu/icu.gyp:icuuc',
268 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 269 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
269 ], 270 ],
270 'include_dirs': [ 271 'include_dirs': [
271 '..', 272 '..',
272 # Needed by chrome_content_renderer_client.cc. 273 # Needed by chrome_content_renderer_client.cc.
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'export_dependent_settings': [ 398 'export_dependent_settings': [
398 '<(allocator_target)', 399 '<(allocator_target)',
399 ], 400 ],
400 }], 401 }],
401 ], 402 ],
402 }], 403 }],
403 ], 404 ],
404 }, 405 },
405 ], 406 ],
406 } 407 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698