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 19 matching lines...) Expand all Loading... |
30 '../ui/app_list/app_list.gyp:app_list', | 30 '../ui/app_list/app_list.gyp:app_list', |
31 '../ui/aura/aura.gyp:aura', | 31 '../ui/aura/aura.gyp:aura', |
32 '../ui/base/strings/ui_strings.gyp:ui_strings', | 32 '../ui/base/strings/ui_strings.gyp:ui_strings', |
33 '../ui/compositor/compositor.gyp:compositor', | 33 '../ui/compositor/compositor.gyp:compositor', |
34 '../ui/message_center/message_center.gyp:message_center', | 34 '../ui/message_center/message_center.gyp:message_center', |
35 '../ui/oak/oak.gyp:oak', | 35 '../ui/oak/oak.gyp:oak', |
36 '../ui/ui.gyp:ui', | 36 '../ui/ui.gyp:ui', |
37 '../ui/ui.gyp:ui_resources', | 37 '../ui/ui.gyp:ui_resources', |
38 '../ui/views/controls/webview/webview.gyp:webview', | 38 '../ui/views/controls/webview/webview.gyp:webview', |
39 '../ui/views/views.gyp:views', | 39 '../ui/views/views.gyp:views', |
| 40 '../ui/keyboard/keyboard.gyp:keyboard', |
40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
41 'ash_resources', | 42 'ash_resources', |
42 'ash_wallpaper_resources', | 43 'ash_wallpaper_resources', |
43 ], | 44 ], |
44 'defines': [ | 45 'defines': [ |
45 'ASH_IMPLEMENTATION', | 46 'ASH_IMPLEMENTATION', |
46 ], | 47 ], |
47 'sources': [ | 48 'sources': [ |
48 # All .cc, .h under ash, except unittests | 49 # All .cc, .h under ash, except unittests |
49 'accelerators/accelerator_controller.cc', | 50 'accelerators/accelerator_controller.cc', |
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 'shell/cocoa/app-Info.plist', | 825 'shell/cocoa/app-Info.plist', |
825 ], | 826 ], |
826 'xcode_settings': { | 827 'xcode_settings': { |
827 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 828 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
828 }, | 829 }, |
829 }], | 830 }], |
830 ], | 831 ], |
831 }, | 832 }, |
832 ], | 833 ], |
833 } | 834 } |
OLD | NEW |