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 15 matching lines...) Expand all Loading... |
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/ui.gyp:ui_resources_wallpapers', |
| 36 '../ui/views/controls/webview/webview.gyp:webview', |
36 '../ui/views/views.gyp:views', | 37 '../ui/views/views.gyp:views', |
37 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 38 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
38 ], | 39 ], |
39 'defines': [ | 40 'defines': [ |
40 'ASH_IMPLEMENTATION', | 41 'ASH_IMPLEMENTATION', |
41 ], | 42 ], |
42 'sources': [ | 43 'sources': [ |
43 # All .cc, .h under ash, except unittests | 44 # All .cc, .h under ash, except unittests |
44 'accelerators/accelerator_controller.cc', | 45 'accelerators/accelerator_controller.cc', |
45 'accelerators/accelerator_controller.h', | 46 'accelerators/accelerator_controller.h', |
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 'shell/cocoa/app-Info.plist', | 633 'shell/cocoa/app-Info.plist', |
633 ], | 634 ], |
634 'xcode_settings': { | 635 'xcode_settings': { |
635 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 636 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
636 }, | 637 }, |
637 }], | 638 }], |
638 ], | 639 ], |
639 }, | 640 }, |
640 ], | 641 ], |
641 } | 642 } |
OLD | NEW |