OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |