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': [ |
11 'ash_resources.gypi', | 11 'ash_resources.gypi', |
12 ], | 12 ], |
13 'targets': [ | 13 'targets': [ |
14 { | 14 { |
15 'target_name': 'ash', | 15 'target_name': 'ash', |
16 'type': '<(component)', | 16 'type': '<(component)', |
17 'dependencies': [ | 17 'dependencies': [ |
18 'ash_strings.gyp:ash_strings', | 18 'ash_strings.gyp:ash_strings', |
19 '../base/base.gyp:base', | 19 '../base/base.gyp:base', |
20 '../base/base.gyp:base_i18n', | 20 '../base/base.gyp:base_i18n', |
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
22 '../build/temp_gyp/googleurl.gyp:googleurl', | 22 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 23 '../cc/cc.gyp:cc', |
23 '../content/content.gyp:content', | 24 '../content/content.gyp:content', |
24 '../content/content.gyp:content_browser', | 25 '../content/content.gyp:content_browser', |
25 '../ipc/ipc.gyp:ipc', | 26 '../ipc/ipc.gyp:ipc', |
26 '../net/net.gyp:net', | 27 '../net/net.gyp:net', |
27 '../skia/skia.gyp:skia', | 28 '../skia/skia.gyp:skia', |
28 '../third_party/icu/icu.gyp:icui18n', | 29 '../third_party/icu/icu.gyp:icui18n', |
29 '../third_party/icu/icu.gyp:icuuc', | 30 '../third_party/icu/icu.gyp:icuuc', |
30 '../ui/app_list/app_list.gyp:app_list', | 31 '../ui/app_list/app_list.gyp:app_list', |
31 '../ui/aura/aura.gyp:aura', | 32 '../ui/aura/aura.gyp:aura', |
32 '../ui/base/strings/ui_strings.gyp:ui_strings', | 33 '../ui/base/strings/ui_strings.gyp:ui_strings', |
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 'shell/cocoa/app-Info.plist', | 842 'shell/cocoa/app-Info.plist', |
842 ], | 843 ], |
843 'xcode_settings': { | 844 'xcode_settings': { |
844 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 845 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
845 }, | 846 }, |
846 }], | 847 }], |
847 ], | 848 ], |
848 }, | 849 }, |
849 ], | 850 ], |
850 } | 851 } |
OLD | NEW |