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 10 matching lines...) Expand all Loading... |
21 '../cc/cc.gyp:cc', | 21 '../cc/cc.gyp:cc', |
22 '../content/content.gyp:content_browser', | 22 '../content/content.gyp:content_browser', |
23 '../media/media.gyp:media', | 23 '../media/media.gyp:media', |
24 '../net/net.gyp:net', | 24 '../net/net.gyp:net', |
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/accessibility/accessibility.gyp:accessibility', | 28 '../ui/accessibility/accessibility.gyp:accessibility', |
29 '../ui/app_list/app_list.gyp:app_list', | 29 '../ui/app_list/app_list.gyp:app_list', |
30 '../ui/aura/aura.gyp:aura', | 30 '../ui/aura/aura.gyp:aura', |
31 '../ui/base/strings/ui_strings.gyp:ui_strings', | |
32 '../ui/base/ui_base.gyp:ui_base', | 31 '../ui/base/ui_base.gyp:ui_base', |
33 '../ui/compositor/compositor.gyp:compositor', | 32 '../ui/compositor/compositor.gyp:compositor', |
34 '../ui/events/events.gyp:events', | 33 '../ui/events/events.gyp:events', |
35 '../ui/events/events.gyp:events_base', | 34 '../ui/events/events.gyp:events_base', |
36 '../ui/gfx/gfx.gyp:gfx', | 35 '../ui/gfx/gfx.gyp:gfx', |
37 '../ui/gfx/gfx.gyp:gfx_geometry', | 36 '../ui/gfx/gfx.gyp:gfx_geometry', |
38 '../ui/keyboard/keyboard.gyp:keyboard', | 37 '../ui/keyboard/keyboard.gyp:keyboard', |
39 '../ui/message_center/message_center.gyp:message_center', | 38 '../ui/message_center/message_center.gyp:message_center', |
40 '../ui/resources/ui_resources.gyp:ui_resources', | 39 '../ui/resources/ui_resources.gyp:ui_resources', |
| 40 '../ui/strings/ui_strings.gyp:ui_strings', |
41 '../ui/views/controls/webview/webview.gyp:webview', | 41 '../ui/views/controls/webview/webview.gyp:webview', |
42 '../ui/views/views.gyp:views', | 42 '../ui/views/views.gyp:views', |
43 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 43 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
44 '../ui/wm/wm.gyp:wm', | 44 '../ui/wm/wm.gyp:wm', |
45 '../url/url.gyp:url_lib', | 45 '../url/url.gyp:url_lib', |
46 'ash_strings.gyp:ash_strings', | 46 'ash_strings.gyp:ash_strings', |
47 'ash_resources', | 47 'ash_resources', |
48 ], | 48 ], |
49 'defines': [ | 49 'defines': [ |
50 'ASH_IMPLEMENTATION', | 50 'ASH_IMPLEMENTATION', |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 { | 744 { |
745 'target_name': 'ash_with_content', | 745 'target_name': 'ash_with_content', |
746 'type': '<(component)', | 746 'type': '<(component)', |
747 'dependencies': [ | 747 'dependencies': [ |
748 '../base/base.gyp:base', | 748 '../base/base.gyp:base', |
749 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 749 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
750 '../content/content.gyp:content_browser', | 750 '../content/content.gyp:content_browser', |
751 '../ipc/ipc.gyp:ipc', | 751 '../ipc/ipc.gyp:ipc', |
752 '../skia/skia.gyp:skia', | 752 '../skia/skia.gyp:skia', |
753 '../ui/aura/aura.gyp:aura', | 753 '../ui/aura/aura.gyp:aura', |
754 '../ui/base/strings/ui_strings.gyp:ui_strings', | |
755 '../ui/base/ui_base.gyp:ui_base', | 754 '../ui/base/ui_base.gyp:ui_base', |
756 '../ui/compositor/compositor.gyp:compositor', | 755 '../ui/compositor/compositor.gyp:compositor', |
757 '../ui/events/events.gyp:events', | 756 '../ui/events/events.gyp:events', |
758 '../ui/gfx/gfx.gyp:gfx', | 757 '../ui/gfx/gfx.gyp:gfx', |
759 '../ui/gfx/gfx.gyp:gfx_geometry', | 758 '../ui/gfx/gfx.gyp:gfx_geometry', |
760 '../ui/resources/ui_resources.gyp:ui_resources', | 759 '../ui/resources/ui_resources.gyp:ui_resources', |
| 760 '../ui/strings/ui_strings.gyp:ui_strings', |
761 '../ui/views/controls/webview/webview.gyp:webview', | 761 '../ui/views/controls/webview/webview.gyp:webview', |
762 '../ui/views/views.gyp:views', | 762 '../ui/views/views.gyp:views', |
763 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 763 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
764 '../url/url.gyp:url_lib', | 764 '../url/url.gyp:url_lib', |
765 'ash_strings.gyp:ash_strings', | 765 'ash_strings.gyp:ash_strings', |
766 'ash', | 766 'ash', |
767 'ash_resources', | 767 'ash_resources', |
768 ], | 768 ], |
769 'defines': [ | 769 'defines': [ |
770 'ASH_WITH_CONTENT_IMPLEMENTATION', | 770 'ASH_WITH_CONTENT_IMPLEMENTATION', |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1214 'conditions': [ | 1214 'conditions': [ |
1215 ['chromeos==1', { | 1215 ['chromeos==1', { |
1216 'dependencies': [ | 1216 'dependencies': [ |
1217 '../ui/display/display.gyp:display', | 1217 '../ui/display/display.gyp:display', |
1218 ], | 1218 ], |
1219 }], | 1219 }], |
1220 ], | 1220 ], |
1221 }, | 1221 }, |
1222 ], | 1222 ], |
1223 } | 1223 } |
OLD | NEW |