Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: ash/ash.gyp

Issue 307993007: ash: Convert ash_resources to a normal GYP file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/ash_resources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': [
11 'ash_resources.gypi',
12 ],
13 'targets': [ 10 'targets': [
14 { 11 {
15 'target_name': 'ash', 12 'target_name': 'ash',
16 'type': '<(component)', 13 'type': '<(component)',
17 'dependencies': [ 14 'dependencies': [
18 '../base/base.gyp:base', 15 '../base/base.gyp:base',
19 '../base/base.gyp:base_i18n', 16 '../base/base.gyp:base_i18n',
20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
21 '../cc/cc.gyp:cc', 18 '../cc/cc.gyp:cc',
22 '../content/content.gyp:content_browser', 19 '../content/content.gyp:content_browser',
(...skipping 13 matching lines...) Expand all
36 '../ui/gfx/gfx.gyp:gfx_geometry', 33 '../ui/gfx/gfx.gyp:gfx_geometry',
37 '../ui/keyboard/keyboard.gyp:keyboard', 34 '../ui/keyboard/keyboard.gyp:keyboard',
38 '../ui/message_center/message_center.gyp:message_center', 35 '../ui/message_center/message_center.gyp:message_center',
39 '../ui/resources/ui_resources.gyp:ui_resources', 36 '../ui/resources/ui_resources.gyp:ui_resources',
40 '../ui/strings/ui_strings.gyp:ui_strings', 37 '../ui/strings/ui_strings.gyp:ui_strings',
41 '../ui/views/controls/webview/webview.gyp:webview', 38 '../ui/views/controls/webview/webview.gyp:webview',
42 '../ui/views/views.gyp:views', 39 '../ui/views/views.gyp:views',
43 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
44 '../ui/wm/wm.gyp:wm', 41 '../ui/wm/wm.gyp:wm',
45 '../url/url.gyp:url_lib', 42 '../url/url.gyp:url_lib',
43 'ash_resources.gyp:ash_resources',
46 'ash_strings.gyp:ash_strings', 44 'ash_strings.gyp:ash_strings',
47 'ash_resources',
48 ], 45 ],
49 'defines': [ 46 'defines': [
50 'ASH_IMPLEMENTATION', 47 'ASH_IMPLEMENTATION',
51 ], 48 ],
52 'sources': [ 49 'sources': [
53 # All .cc, .h under ash, except unittests 50 # All .cc, .h under ash, except unittests
54 'accelerators/accelerator_commands.cc', 51 'accelerators/accelerator_commands.cc',
55 'accelerators/accelerator_commands.h', 52 'accelerators/accelerator_commands.h',
56 'accelerators/accelerator_controller.cc', 53 'accelerators/accelerator_controller.cc',
57 'accelerators/accelerator_controller.h', 54 'accelerators/accelerator_controller.h',
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 '../ui/compositor/compositor.gyp:compositor', 753 '../ui/compositor/compositor.gyp:compositor',
757 '../ui/events/events.gyp:events', 754 '../ui/events/events.gyp:events',
758 '../ui/gfx/gfx.gyp:gfx', 755 '../ui/gfx/gfx.gyp:gfx',
759 '../ui/gfx/gfx.gyp:gfx_geometry', 756 '../ui/gfx/gfx.gyp:gfx_geometry',
760 '../ui/resources/ui_resources.gyp:ui_resources', 757 '../ui/resources/ui_resources.gyp:ui_resources',
761 '../ui/strings/ui_strings.gyp:ui_strings', 758 '../ui/strings/ui_strings.gyp:ui_strings',
762 '../ui/views/controls/webview/webview.gyp:webview', 759 '../ui/views/controls/webview/webview.gyp:webview',
763 '../ui/views/views.gyp:views', 760 '../ui/views/views.gyp:views',
764 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 761 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
765 '../url/url.gyp:url_lib', 762 '../url/url.gyp:url_lib',
763 'ash',
764 'ash_resources.gyp:ash_resources',
766 'ash_strings.gyp:ash_strings', 765 'ash_strings.gyp:ash_strings',
767 'ash',
768 'ash_resources',
769 ], 766 ],
770 'defines': [ 767 'defines': [
771 'ASH_WITH_CONTENT_IMPLEMENTATION', 768 'ASH_WITH_CONTENT_IMPLEMENTATION',
772 ], 769 ],
773 'sources': [ 770 'sources': [
774 'content_support/ash_with_content_export.h', 771 'content_support/ash_with_content_export.h',
775 'content_support/gpu_support_impl.cc', 772 'content_support/gpu_support_impl.cc',
776 'content_support/gpu_support_impl.h', 773 'content_support/gpu_support_impl.h',
777 'screensaver/screensaver_view.cc', 774 'screensaver/screensaver_view.cc',
778 'screensaver/screensaver_view.h', 775 'screensaver/screensaver_view.h',
779 'keyboard_overlay/keyboard_overlay_delegate.cc', 776 'keyboard_overlay/keyboard_overlay_delegate.cc',
780 'keyboard_overlay/keyboard_overlay_delegate.h', 777 'keyboard_overlay/keyboard_overlay_delegate.h',
781 'keyboard_overlay/keyboard_overlay_view.cc', 778 'keyboard_overlay/keyboard_overlay_view.cc',
782 'keyboard_overlay/keyboard_overlay_view.h', 779 'keyboard_overlay/keyboard_overlay_view.h',
783 ], 780 ],
784 }, 781 },
785 { 782 {
786 'target_name': 'ash_test_support', 783 'target_name': 'ash_test_support',
787 'type': 'static_library', 784 'type': 'static_library',
788 'dependencies': [ 785 'dependencies': [
789 '../skia/skia.gyp:skia', 786 '../skia/skia.gyp:skia',
790 '../testing/gtest.gyp:gtest', 787 '../testing/gtest.gyp:gtest',
791 '../ui/accessibility/accessibility.gyp:ax_gen', 788 '../ui/accessibility/accessibility.gyp:ax_gen',
792 '../ui/app_list/app_list.gyp:app_list_test_support', 789 '../ui/app_list/app_list.gyp:app_list_test_support',
793 '../ui/views/views.gyp:views_test_support', 790 '../ui/views/views.gyp:views_test_support',
794 'ash', 791 'ash',
795 'ash_resources', 792 'ash_resources.gyp:ash_resources',
796 ], 793 ],
797 'sources': [ 794 'sources': [
798 'desktop_background/desktop_background_controller_test_api.cc', 795 'desktop_background/desktop_background_controller_test_api.cc',
799 'desktop_background/desktop_background_controller_test_api.h', 796 'desktop_background/desktop_background_controller_test_api.h',
800 'shell/keyboard_controller_proxy_stub.cc', 797 'shell/keyboard_controller_proxy_stub.cc',
801 'shell/keyboard_controller_proxy_stub.h', 798 'shell/keyboard_controller_proxy_stub.h',
802 'shell/toplevel_window.cc', 799 'shell/toplevel_window.cc',
803 'shell/toplevel_window.h', 800 'shell/toplevel_window.h',
804 'test/app_list_controller_test_api.cc', 801 'test/app_list_controller_test_api.cc',
805 'test/app_list_controller_test_api.h', 802 'test/app_list_controller_test_api.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 '../ui/keyboard/keyboard.gyp:keyboard', 898 '../ui/keyboard/keyboard.gyp:keyboard',
902 '../ui/message_center/message_center.gyp:message_center', 899 '../ui/message_center/message_center.gyp:message_center',
903 '../ui/message_center/message_center.gyp:message_center_test_support', 900 '../ui/message_center/message_center.gyp:message_center_test_support',
904 '../ui/resources/ui_resources.gyp:ui_resources', 901 '../ui/resources/ui_resources.gyp:ui_resources',
905 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 902 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
906 '../ui/views/views.gyp:views', 903 '../ui/views/views.gyp:views',
907 '../ui/views/views.gyp:views_test_support', 904 '../ui/views/views.gyp:views_test_support',
908 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 905 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
909 '../ui/wm/wm.gyp:wm', 906 '../ui/wm/wm.gyp:wm',
910 '../url/url.gyp:url_lib', 907 '../url/url.gyp:url_lib',
908 'ash',
909 'ash_resources.gyp:ash_resources',
911 'ash_strings.gyp:ash_strings', 910 'ash_strings.gyp:ash_strings',
912 'ash',
913 'ash_resources',
914 'ash_test_support', 911 'ash_test_support',
915 'ash_with_content', 912 'ash_with_content',
916 ], 913 ],
917 'sources': [ 914 'sources': [
918 'accelerators/accelerator_commands_unittest.cc', 915 'accelerators/accelerator_commands_unittest.cc',
919 'accelerators/accelerator_controller_unittest.cc', 916 'accelerators/accelerator_controller_unittest.cc',
920 'accelerators/accelerator_filter_unittest.cc', 917 'accelerators/accelerator_filter_unittest.cc',
921 'accelerators/accelerator_table_unittest.cc', 918 'accelerators/accelerator_table_unittest.cc',
922 'accelerators/magnifier_key_scroller_unittest.cc', 919 'accelerators/magnifier_key_scroller_unittest.cc',
923 'accelerators/spoken_feedback_toggler_unittest.cc', 920 'accelerators/spoken_feedback_toggler_unittest.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 '../ui/gfx/gfx.gyp:gfx', 1120 '../ui/gfx/gfx.gyp:gfx',
1124 '../ui/gfx/gfx.gyp:gfx_geometry', 1121 '../ui/gfx/gfx.gyp:gfx_geometry',
1125 '../ui/keyboard/keyboard.gyp:keyboard', 1122 '../ui/keyboard/keyboard.gyp:keyboard',
1126 '../ui/message_center/message_center.gyp:message_center', 1123 '../ui/message_center/message_center.gyp:message_center',
1127 '../ui/resources/ui_resources.gyp:ui_resources', 1124 '../ui/resources/ui_resources.gyp:ui_resources',
1128 '../ui/views/examples/examples.gyp:views_examples_lib', 1125 '../ui/views/examples/examples.gyp:views_examples_lib',
1129 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1126 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1130 '../ui/views/views.gyp:views', 1127 '../ui/views/views.gyp:views',
1131 '../ui/views/views.gyp:views_test_support', 1128 '../ui/views/views.gyp:views_test_support',
1132 'ash', 1129 'ash',
1133 'ash_resources', 1130 'ash_resources.gyp:ash_resources',
1134 'ash_strings.gyp:ash_strings', 1131 'ash_strings.gyp:ash_strings',
1132 'ash_test_support',
1135 'ash_with_content', 1133 'ash_with_content',
1136 'ash_test_support',
1137 ], 1134 ],
1138 'sources': [ 1135 'sources': [
1139 '../content/app/startup_helper_win.cc', 1136 '../content/app/startup_helper_win.cc',
1140 '../ui/views/test/test_views_delegate_aura.cc', 1137 '../ui/views/test/test_views_delegate_aura.cc',
1141 'shell/app_list.cc', 1138 'shell/app_list.cc',
1142 'shell/bubble.cc', 1139 'shell/bubble.cc',
1143 'shell/content_client/shell_browser_main_parts.cc', 1140 'shell/content_client/shell_browser_main_parts.cc',
1144 'shell/content_client/shell_browser_main_parts.h', 1141 'shell/content_client/shell_browser_main_parts.h',
1145 'shell/content_client/shell_content_browser_client.cc', 1142 'shell/content_client/shell_content_browser_client.cc',
1146 'shell/content_client/shell_content_browser_client.h', 1143 'shell/content_client/shell_content_browser_client.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 'conditions': [ 1214 'conditions': [
1218 ['chromeos==1', { 1215 ['chromeos==1', {
1219 'dependencies': [ 1216 'dependencies': [
1220 '../ui/display/display.gyp:display', 1217 '../ui/display/display.gyp:display',
1221 ], 1218 ],
1222 }], 1219 }],
1223 ], 1220 ],
1224 }, 1221 },
1225 ], 1222 ],
1226 } 1223 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698