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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 22557005: Revert 216822 "Remove chrome.pak references, build resources int..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | trunk/src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java » ('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 'includes': [ 10 'includes': [
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'product_name': 'AuraShell', 898 'product_name': 'AuraShell',
899 'mac_bundle': 1, 899 'mac_bundle': 1,
900 'sources/': [ 900 'sources/': [
901 ['exclude', 'shell/shell_main_parts.cc'], 901 ['exclude', 'shell/shell_main_parts.cc'],
902 ], 902 ],
903 'mac_bundle_resources': [ 903 'mac_bundle_resources': [
904 'shell/cocoa/app.icns', 904 'shell/cocoa/app.icns',
905 'shell/cocoa/app-Info.plist', 905 'shell/cocoa/app-Info.plist',
906 'shell/cocoa/nibs/MainMenu.xib', 906 'shell/cocoa/nibs/MainMenu.xib',
907 'shell/cocoa/nibs/RootWindow.xib', 907 'shell/cocoa/nibs/RootWindow.xib',
908 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
908 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s < (SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', 909 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s < (SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
909 ], 910 ],
910 'mac_bundle_resources!': [ 911 'mac_bundle_resources!': [
911 'shell/cocoa/app-Info.plist', 912 'shell/cocoa/app-Info.plist',
912 ], 913 ],
913 'xcode_settings': { 914 'xcode_settings': {
914 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 915 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
915 }, 916 },
916 }], 917 }],
917 ], 918 ],
918 }, 919 },
919 ], 920 ],
920 } 921 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698