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

Side by Side Diff: chrome/chrome.gyp

Issue 1914233005: [Mac/GN] Add BUILD.gn file for //chrome/tools/mac_helpers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-nibs
Patch Set: Fix gyp Created 4 years, 7 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 | « no previous file | chrome/tools/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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 '../ui/base/ui_base.gyp:ui_data_pack', 325 '../ui/base/ui_base.gyp:ui_data_pack',
326 '../ui/gfx/gfx.gyp:gfx',
327 '../ui/gfx/gfx.gyp:gfx_geometry',
328 ], 326 ],
329 'include_dirs': [ 327 'include_dirs': [
330 '<(grit_out_dir)', 328 '<(grit_out_dir)',
331 ], 329 ],
332 'sources': [ 330 'sources': [
333 'tools/mac_helpers/infoplist_strings_util.mm', 331 'tools/mac_helpers/infoplist_strings_util.mm',
334 ], 332 ],
335 }, 333 },
336 ], # targets 334 ], # targets
337 }], # OS=="mac" 335 }], # OS=="mac"
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 # expired. crbug.com/577698 754 # expired. crbug.com/577698
757 '../components/components.gyp:startup_metric_utils_common', 755 '../components/components.gyp:startup_metric_utils_common',
758 ], 756 ],
759 }], 757 }],
760 ], 758 ],
761 }, 759 },
762 ], 760 ],
763 }], 761 }],
764 ], # 'conditions' 762 ], # 'conditions'
765 } 763 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698