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

Side by Side Diff: ash/ash.gyp

Issue 22339020: Remove chrome.pak references, build resources into resources.pak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove chrome.pak references so 'all' builds 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 | 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 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 'product_name': 'AuraShell', 903 'product_name': 'AuraShell',
904 'mac_bundle': 1, 904 'mac_bundle': 1,
905 'sources/': [ 905 'sources/': [
906 ['exclude', 'shell/shell_main_parts.cc'], 906 ['exclude', 'shell/shell_main_parts.cc'],
907 ], 907 ],
908 'mac_bundle_resources': [ 908 'mac_bundle_resources': [
909 'shell/cocoa/app.icns', 909 'shell/cocoa/app.icns',
910 'shell/cocoa/app-Info.plist', 910 'shell/cocoa/app-Info.plist',
911 'shell/cocoa/nibs/MainMenu.xib', 911 'shell/cocoa/nibs/MainMenu.xib',
912 'shell/cocoa/nibs/RootWindow.xib', 912 'shell/cocoa/nibs/RootWindow.xib',
913 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
914 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s < (SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', 913 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s < (SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
915 ], 914 ],
916 'mac_bundle_resources!': [ 915 'mac_bundle_resources!': [
917 'shell/cocoa/app-Info.plist', 916 'shell/cocoa/app-Info.plist',
918 ], 917 ],
919 'xcode_settings': { 918 'xcode_settings': {
920 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 919 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
921 }, 920 },
922 }], 921 }],
923 ], 922 ],
924 }, 923 },
925 ], 924 ],
926 } 925 }
OLDNEW
« no previous file with comments | « no previous file | 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