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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 ], | 786 ], |
787 }, | 787 }, |
788 { | 788 { |
789 'target_name': 'ash_shell', | 789 'target_name': 'ash_shell', |
790 'type': 'executable', | 790 'type': 'executable', |
791 'dependencies': [ | 791 'dependencies': [ |
792 'ash_strings.gyp:ash_strings', | 792 'ash_strings.gyp:ash_strings', |
793 '../base/base.gyp:base', | 793 '../base/base.gyp:base', |
794 '../base/base.gyp:base_i18n', | 794 '../base/base.gyp:base_i18n', |
795 '../chrome/chrome_resources.gyp:packed_resources', | 795 '../chrome/chrome_resources.gyp:packed_resources', |
796 '../content/content.gyp:content_shell_lib', | |
797 '../content/content.gyp:content', | 796 '../content/content.gyp:content', |
| 797 '../content/content_shell.gyp:content_shell_lib', |
798 '../skia/skia.gyp:skia', | 798 '../skia/skia.gyp:skia', |
799 '../third_party/icu/icu.gyp:icui18n', | 799 '../third_party/icu/icu.gyp:icui18n', |
800 '../third_party/icu/icu.gyp:icuuc', | 800 '../third_party/icu/icu.gyp:icuuc', |
801 '../ui/app_list/app_list.gyp:app_list', | 801 '../ui/app_list/app_list.gyp:app_list', |
802 '../ui/aura/aura.gyp:aura', | 802 '../ui/aura/aura.gyp:aura', |
803 '../ui/compositor/compositor.gyp:compositor', | 803 '../ui/compositor/compositor.gyp:compositor', |
804 '../ui/keyboard/keyboard.gyp:keyboard', | 804 '../ui/keyboard/keyboard.gyp:keyboard', |
805 '../ui/message_center/message_center.gyp:message_center', | 805 '../ui/message_center/message_center.gyp:message_center', |
806 '../ui/ui.gyp:ui', | 806 '../ui/ui.gyp:ui', |
807 '../ui/ui.gyp:ui_resources', | 807 '../ui/ui.gyp:ui_resources', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 'shell/cocoa/app-Info.plist', | 877 'shell/cocoa/app-Info.plist', |
878 ], | 878 ], |
879 'xcode_settings': { | 879 'xcode_settings': { |
880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
881 }, | 881 }, |
882 }], | 882 }], |
883 ], | 883 ], |
884 }, | 884 }, |
885 ], | 885 ], |
886 } | 886 } |
OLD | NEW |