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

Side by Side Diff: ash/ash.gyp

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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 | « android_webview/native/webview_native.gyp ('k') | build/all.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': [ 10 'includes': [
(...skipping 10 matching lines...) Expand all
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/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/base/ui_base.gyp:ui_base',
31 '../ui/compositor/compositor.gyp:compositor', 32 '../ui/compositor/compositor.gyp:compositor',
32 '../ui/events/events.gyp:events', 33 '../ui/events/events.gyp:events',
33 '../ui/gfx/gfx.gyp:gfx', 34 '../ui/gfx/gfx.gyp:gfx',
34 '../ui/gfx/gfx.gyp:gfx_geometry', 35 '../ui/gfx/gfx.gyp:gfx_geometry',
35 '../ui/keyboard/keyboard.gyp:keyboard', 36 '../ui/keyboard/keyboard.gyp:keyboard',
36 '../ui/message_center/message_center.gyp:message_center', 37 '../ui/message_center/message_center.gyp:message_center',
37 '../ui/resources/ui_resources.gyp:ui_resources', 38 '../ui/resources/ui_resources.gyp:ui_resources',
38 '../ui/ui.gyp:ui',
39 '../ui/views/controls/webview/webview.gyp:webview', 39 '../ui/views/controls/webview/webview.gyp:webview',
40 '../ui/views/views.gyp:views', 40 '../ui/views/views.gyp:views',
41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
42 '../ui/wm/wm.gyp:wm_public', 42 '../ui/wm/wm.gyp:wm_public',
43 '../url/url.gyp:url_lib', 43 '../url/url.gyp:url_lib',
44 'ash_strings.gyp:ash_strings', 44 'ash_strings.gyp:ash_strings',
45 'ash_resources', 45 'ash_resources',
46 ], 46 ],
47 'defines': [ 47 'defines': [
48 'ASH_IMPLEMENTATION', 48 'ASH_IMPLEMENTATION',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'target_name': 'ash_with_content', 691 'target_name': 'ash_with_content',
692 'type': '<(component)', 692 'type': '<(component)',
693 'dependencies': [ 693 'dependencies': [
694 '../base/base.gyp:base', 694 '../base/base.gyp:base',
695 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 695 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
696 '../content/content.gyp:content_browser', 696 '../content/content.gyp:content_browser',
697 '../ipc/ipc.gyp:ipc', 697 '../ipc/ipc.gyp:ipc',
698 '../skia/skia.gyp:skia', 698 '../skia/skia.gyp:skia',
699 '../ui/aura/aura.gyp:aura', 699 '../ui/aura/aura.gyp:aura',
700 '../ui/base/strings/ui_strings.gyp:ui_strings', 700 '../ui/base/strings/ui_strings.gyp:ui_strings',
701 '../ui/base/ui_base.gyp:ui_base',
701 '../ui/compositor/compositor.gyp:compositor', 702 '../ui/compositor/compositor.gyp:compositor',
702 '../ui/events/events.gyp:events', 703 '../ui/events/events.gyp:events',
703 '../ui/gfx/gfx.gyp:gfx', 704 '../ui/gfx/gfx.gyp:gfx',
704 '../ui/gfx/gfx.gyp:gfx_geometry', 705 '../ui/gfx/gfx.gyp:gfx_geometry',
705 '../ui/resources/ui_resources.gyp:ui_resources', 706 '../ui/resources/ui_resources.gyp:ui_resources',
706 '../ui/ui.gyp:ui',
707 '../ui/views/controls/webview/webview.gyp:webview', 707 '../ui/views/controls/webview/webview.gyp:webview',
708 '../ui/views/views.gyp:views', 708 '../ui/views/views.gyp:views',
709 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 709 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
710 '../url/url.gyp:url_lib', 710 '../url/url.gyp:url_lib',
711 'ash_strings.gyp:ash_strings', 711 'ash_strings.gyp:ash_strings',
712 'ash', 712 'ash',
713 'ash_resources', 713 'ash_resources',
714 ], 714 ],
715 'defines': [ 715 'defines': [
716 'ASH_WITH_CONTENT_IMPLEMENTATION', 716 'ASH_WITH_CONTENT_IMPLEMENTATION',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 '../chrome/chrome_resources.gyp:packed_resources', 814 '../chrome/chrome_resources.gyp:packed_resources',
815 '../content/content.gyp:content_browser', 815 '../content/content.gyp:content_browser',
816 '../content/content_shell_and_tests.gyp:test_support_content', 816 '../content/content_shell_and_tests.gyp:test_support_content',
817 '../skia/skia.gyp:skia', 817 '../skia/skia.gyp:skia',
818 '../testing/gtest.gyp:gtest', 818 '../testing/gtest.gyp:gtest',
819 '../third_party/icu/icu.gyp:icui18n', 819 '../third_party/icu/icu.gyp:icui18n',
820 '../third_party/icu/icu.gyp:icuuc', 820 '../third_party/icu/icu.gyp:icuuc',
821 '../ui/app_list/app_list.gyp:app_list', 821 '../ui/app_list/app_list.gyp:app_list',
822 '../ui/aura/aura.gyp:aura', 822 '../ui/aura/aura.gyp:aura',
823 '../ui/aura/aura.gyp:aura_test_support', 823 '../ui/aura/aura.gyp:aura_test_support',
824 '../ui/base/ui_base.gyp:ui_base',
824 '../ui/compositor/compositor.gyp:compositor', 825 '../ui/compositor/compositor.gyp:compositor',
825 '../ui/compositor/compositor.gyp:compositor_test_support', 826 '../ui/compositor/compositor.gyp:compositor_test_support',
826 '../ui/events/events.gyp:events', 827 '../ui/events/events.gyp:events',
827 '../ui/events/events.gyp:events_test_support', 828 '../ui/events/events.gyp:events_test_support',
828 '../ui/gfx/gfx.gyp:gfx', 829 '../ui/gfx/gfx.gyp:gfx',
829 '../ui/gfx/gfx.gyp:gfx_geometry', 830 '../ui/gfx/gfx.gyp:gfx_geometry',
830 '../ui/keyboard/keyboard.gyp:keyboard', 831 '../ui/keyboard/keyboard.gyp:keyboard',
831 '../ui/message_center/message_center.gyp:message_center', 832 '../ui/message_center/message_center.gyp:message_center',
832 '../ui/message_center/message_center.gyp:message_center_test_support', 833 '../ui/message_center/message_center.gyp:message_center_test_support',
833 '../ui/resources/ui_resources.gyp:ui_resources', 834 '../ui/resources/ui_resources.gyp:ui_resources',
834 '../ui/ui.gyp:ui',
835 '../ui/ui_unittests.gyp:ui_test_support', 835 '../ui/ui_unittests.gyp:ui_test_support',
836 '../ui/views/views.gyp:views', 836 '../ui/views/views.gyp:views',
837 '../ui/views/views.gyp:views_examples_with_content_lib', 837 '../ui/views/views.gyp:views_examples_with_content_lib',
838 '../ui/views/views.gyp:views_test_support', 838 '../ui/views/views.gyp:views_test_support',
839 '../ui/views/views.gyp:views_with_content_test_support', 839 '../ui/views/views.gyp:views_with_content_test_support',
840 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 840 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
841 '../url/url.gyp:url_lib', 841 '../url/url.gyp:url_lib',
842 'ash_strings.gyp:ash_strings', 842 'ash_strings.gyp:ash_strings',
843 'ash', 843 'ash',
844 'ash_resources', 844 'ash_resources',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 '../base/base.gyp:base', 1048 '../base/base.gyp:base',
1049 '../base/base.gyp:base_i18n', 1049 '../base/base.gyp:base_i18n',
1050 '../chrome/chrome_resources.gyp:packed_resources', 1050 '../chrome/chrome_resources.gyp:packed_resources',
1051 '../content/content_shell_and_tests.gyp:content_shell_lib', 1051 '../content/content_shell_and_tests.gyp:content_shell_lib',
1052 '../content/content.gyp:content', 1052 '../content/content.gyp:content',
1053 '../skia/skia.gyp:skia', 1053 '../skia/skia.gyp:skia',
1054 '../third_party/icu/icu.gyp:icui18n', 1054 '../third_party/icu/icu.gyp:icui18n',
1055 '../third_party/icu/icu.gyp:icuuc', 1055 '../third_party/icu/icu.gyp:icuuc',
1056 '../ui/app_list/app_list.gyp:app_list', 1056 '../ui/app_list/app_list.gyp:app_list',
1057 '../ui/aura/aura.gyp:aura', 1057 '../ui/aura/aura.gyp:aura',
1058 '../ui/base/ui_base.gyp:ui_base',
1058 '../ui/compositor/compositor.gyp:compositor', 1059 '../ui/compositor/compositor.gyp:compositor',
1059 '../ui/events/events.gyp:events', 1060 '../ui/events/events.gyp:events',
1060 '../ui/gfx/gfx.gyp:gfx', 1061 '../ui/gfx/gfx.gyp:gfx',
1061 '../ui/gfx/gfx.gyp:gfx_geometry', 1062 '../ui/gfx/gfx.gyp:gfx_geometry',
1062 '../ui/keyboard/keyboard.gyp:keyboard', 1063 '../ui/keyboard/keyboard.gyp:keyboard',
1063 '../ui/message_center/message_center.gyp:message_center', 1064 '../ui/message_center/message_center.gyp:message_center',
1064 '../ui/resources/ui_resources.gyp:ui_resources', 1065 '../ui/resources/ui_resources.gyp:ui_resources',
1065 '../ui/ui.gyp:ui',
1066 '../ui/views/views.gyp:views', 1066 '../ui/views/views.gyp:views',
1067 '../ui/views/views.gyp:views_examples_lib', 1067 '../ui/views/views.gyp:views_examples_lib',
1068 '../ui/views/views.gyp:views_examples_with_content_lib', 1068 '../ui/views/views.gyp:views_examples_with_content_lib',
1069 '../ui/views/views.gyp:views_test_support', 1069 '../ui/views/views.gyp:views_test_support',
1070 'ash', 1070 'ash',
1071 'ash_resources', 1071 'ash_resources',
1072 'ash_with_content', 1072 'ash_with_content',
1073 ], 1073 ],
1074 'sources': [ 1074 'sources': [
1075 'session_state_delegate_stub.cc', 1075 'session_state_delegate_stub.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 }], 1122 }],
1123 ['chromeos==1', { 1123 ['chromeos==1', {
1124 'dependencies': [ 1124 'dependencies': [
1125 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1125 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1126 ], 1126 ],
1127 }], 1127 }],
1128 ], 1128 ],
1129 }, 1129 },
1130 ], 1130 ],
1131 } 1131 }
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698