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

Side by Side Diff: chrome/chrome.gyp

Issue 1996993002: i18n of Copyright line to use locally correct numeric glyphs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add time.h includes, as per review (also merge) Created 4 years, 6 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/ui/webui/version_ui.cc ('k') | chrome/tools/mac_helpers/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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 }, 315 },
316 ], # 'actions' 316 ], # 'actions'
317 }, 317 },
318 { 318 {
319 'target_name': 'infoplist_strings_tool', 319 'target_name': 'infoplist_strings_tool',
320 'type': 'executable', 320 'type': 'executable',
321 'variables': { 'enable_wexit_time_destructors': 1, }, 321 'variables': { 'enable_wexit_time_destructors': 1, },
322 'dependencies': [ 322 'dependencies': [
323 'chrome_resources.gyp:chrome_strings', 323 'chrome_resources.gyp:chrome_strings',
324 '../base/base.gyp:base', 324 '../base/base.gyp:base',
325 '../base/base.gyp:base_i18n',
325 '../ui/base/ui_base.gyp:ui_data_pack', 326 '../ui/base/ui_base.gyp:ui_data_pack',
326 ], 327 ],
327 'include_dirs': [ 328 'include_dirs': [
328 '<(grit_out_dir)', 329 '<(grit_out_dir)',
329 ], 330 ],
330 'sources': [ 331 'sources': [
331 'tools/mac_helpers/infoplist_strings_util.mm', 332 'tools/mac_helpers/infoplist_strings_util.mm',
332 ], 333 ],
333 }, 334 },
334 ], # targets 335 ], # targets
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 # expired. crbug.com/577698 731 # expired. crbug.com/577698
731 '../components/components.gyp:startup_metric_utils_common', 732 '../components/components.gyp:startup_metric_utils_common',
732 ], 733 ],
733 }], 734 }],
734 ], 735 ],
735 }, 736 },
736 ], 737 ],
737 }], 738 }],
738 ], # 'conditions' 739 ], # 'conditions'
739 } 740 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/tools/mac_helpers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698