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

Side by Side Diff: ash/ash.gyp

Issue 10830085: Allow "cross-compiling" with GRIT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_dll.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) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'mac_bundle': 1, 589 'mac_bundle': 1,
590 'sources/': [ 590 'sources/': [
591 ['exclude', 'shell/shell_main_parts.cc'], 591 ['exclude', 'shell/shell_main_parts.cc'],
592 ], 592 ],
593 'mac_bundle_resources': [ 593 'mac_bundle_resources': [
594 'shell/cocoa/app.icns', 594 'shell/cocoa/app.icns',
595 'shell/cocoa/app-Info.plist', 595 'shell/cocoa/app-Info.plist',
596 'shell/cocoa/nibs/MainMenu.xib', 596 'shell/cocoa/nibs/MainMenu.xib',
597 'shell/cocoa/nibs/RootWindow.xib', 597 'shell/cocoa/nibs/RootWindow.xib',
598 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', 598 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
599 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_I NTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', 599 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s < (SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
600 ], 600 ],
601 'mac_bundle_resources!': [ 601 'mac_bundle_resources!': [
602 'shell/cocoa/app-Info.plist', 602 'shell/cocoa/app-Info.plist',
603 ], 603 ],
604 'xcode_settings': { 604 'xcode_settings': {
605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
606 }, 606 },
607 }], 607 }],
608 ], 608 ],
609 }, 609 },
610 ], 610 ],
611 } 611 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698