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 | 10 |
(...skipping 14 matching lines...) Expand all Loading... |
25 '../skia/skia.gyp:skia', | 25 '../skia/skia.gyp:skia', |
26 '../third_party/icu/icu.gyp:icui18n', | 26 '../third_party/icu/icu.gyp:icui18n', |
27 '../third_party/icu/icu.gyp:icuuc', | 27 '../third_party/icu/icu.gyp:icuuc', |
28 '../ui/app_list/app_list.gyp:app_list', | 28 '../ui/app_list/app_list.gyp:app_list', |
29 '../ui/aura/aura.gyp:aura', | 29 '../ui/aura/aura.gyp:aura', |
30 '../ui/base/strings/ui_strings.gyp:ui_strings', | 30 '../ui/base/strings/ui_strings.gyp:ui_strings', |
31 '../ui/compositor/compositor.gyp:compositor', | 31 '../ui/compositor/compositor.gyp:compositor', |
32 '../ui/oak/oak.gyp:oak', | 32 '../ui/oak/oak.gyp:oak', |
33 '../ui/ui.gyp:ui', | 33 '../ui/ui.gyp:ui', |
34 '../ui/ui.gyp:ui_resources', | 34 '../ui/ui.gyp:ui_resources', |
| 35 '../ui/ui.gyp:ui_resources_wallpapers', |
35 '../ui/views/views.gyp:views', | 36 '../ui/views/views.gyp:views', |
36 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 37 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
37 ], | 38 ], |
38 'defines': [ | 39 'defines': [ |
39 'ASH_IMPLEMENTATION', | 40 'ASH_IMPLEMENTATION', |
40 ], | 41 ], |
41 'sources': [ | 42 'sources': [ |
42 # All .cc, .h under ash, except unittests | 43 # All .cc, .h under ash, except unittests |
43 'accelerators/accelerator_controller.cc', | 44 'accelerators/accelerator_controller.cc', |
44 'accelerators/accelerator_controller.h', | 45 'accelerators/accelerator_controller.h', |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 'shell/cocoa/app-Info.plist', | 590 'shell/cocoa/app-Info.plist', |
590 ], | 591 ], |
591 'xcode_settings': { | 592 'xcode_settings': { |
592 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 593 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
593 }, | 594 }, |
594 }], | 595 }], |
595 ], | 596 ], |
596 }, | 597 }, |
597 ], | 598 ], |
598 } | 599 } |
OLD | NEW |