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

Side by Side Diff: ash/ash.gyp

Issue 895363005: Revert of Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 '../components/components.gyp:wallpaper', 880 '../components/components.gyp:wallpaper',
881 '../content/content.gyp:content_browser', 881 '../content/content.gyp:content_browser',
882 '../media/media.gyp:media', 882 '../media/media.gyp:media',
883 '../net/net.gyp:net', 883 '../net/net.gyp:net',
884 '../skia/skia.gyp:skia', 884 '../skia/skia.gyp:skia',
885 '../third_party/icu/icu.gyp:icui18n', 885 '../third_party/icu/icu.gyp:icui18n',
886 '../third_party/icu/icu.gyp:icuuc', 886 '../third_party/icu/icu.gyp:icuuc',
887 '../ui/accessibility/accessibility.gyp:accessibility', 887 '../ui/accessibility/accessibility.gyp:accessibility',
888 '../ui/app_list/app_list.gyp:app_list', 888 '../ui/app_list/app_list.gyp:app_list',
889 '../ui/aura/aura.gyp:aura', 889 '../ui/aura/aura.gyp:aura',
890 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
891 '../ui/base/ui_base.gyp:ui_base', 890 '../ui/base/ui_base.gyp:ui_base',
892 '../ui/compositor/compositor.gyp:compositor', 891 '../ui/compositor/compositor.gyp:compositor',
893 '../ui/events/devices/events_devices.gyp:events_devices', 892 '../ui/events/devices/events_devices.gyp:events_devices',
894 '../ui/events/events.gyp:events', 893 '../ui/events/events.gyp:events',
895 '../ui/events/events.gyp:events_base', 894 '../ui/events/events.gyp:events_base',
896 '../ui/events/events.gyp:gesture_detection', 895 '../ui/events/events.gyp:gesture_detection',
897 '../ui/events/platform/events_platform.gyp:events_platform', 896 '../ui/events/platform/events_platform.gyp:events_platform',
898 '../ui/gfx/gfx.gyp:gfx', 897 '../ui/gfx/gfx.gyp:gfx',
899 '../ui/gfx/gfx.gyp:gfx_geometry', 898 '../ui/gfx/gfx.gyp:gfx_geometry',
900 '../ui/keyboard/keyboard.gyp:keyboard', 899 '../ui/keyboard/keyboard.gyp:keyboard',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 '../content/content.gyp:content_browser', 1060 '../content/content.gyp:content_browser',
1062 '../content/content_shell_and_tests.gyp:test_support_content', 1061 '../content/content_shell_and_tests.gyp:test_support_content',
1063 '../skia/skia.gyp:skia', 1062 '../skia/skia.gyp:skia',
1064 '../testing/gtest.gyp:gtest', 1063 '../testing/gtest.gyp:gtest',
1065 '../third_party/icu/icu.gyp:icui18n', 1064 '../third_party/icu/icu.gyp:icui18n',
1066 '../third_party/icu/icu.gyp:icuuc', 1065 '../third_party/icu/icu.gyp:icuuc',
1067 '../ui/accessibility/accessibility.gyp:accessibility', 1066 '../ui/accessibility/accessibility.gyp:accessibility',
1068 '../ui/app_list/app_list.gyp:app_list', 1067 '../ui/app_list/app_list.gyp:app_list',
1069 '../ui/aura/aura.gyp:aura', 1068 '../ui/aura/aura.gyp:aura',
1070 '../ui/aura/aura.gyp:aura_test_support', 1069 '../ui/aura/aura.gyp:aura_test_support',
1071 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1072 '../ui/base/ui_base.gyp:ui_base', 1070 '../ui/base/ui_base.gyp:ui_base',
1073 '../ui/base/ui_base.gyp:ui_base_test_support', 1071 '../ui/base/ui_base.gyp:ui_base_test_support',
1074 '../ui/compositor/compositor.gyp:compositor', 1072 '../ui/compositor/compositor.gyp:compositor',
1075 '../ui/compositor/compositor.gyp:compositor_test_support', 1073 '../ui/compositor/compositor.gyp:compositor_test_support',
1076 '../ui/events/devices/events_devices.gyp:events_devices', 1074 '../ui/events/devices/events_devices.gyp:events_devices',
1077 '../ui/events/events.gyp:events', 1075 '../ui/events/events.gyp:events',
1078 '../ui/events/events.gyp:events_test_support', 1076 '../ui/events/events.gyp:events_test_support',
1079 '../ui/events/events.gyp:gesture_detection', 1077 '../ui/events/events.gyp:gesture_detection',
1080 '../ui/gfx/gfx.gyp:gfx', 1078 '../ui/gfx/gfx.gyp:gfx',
1081 '../ui/gfx/gfx.gyp:gfx_geometry', 1079 '../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 '../base/base.gyp:base', 1169 '../base/base.gyp:base',
1172 '../base/base.gyp:base_i18n', 1170 '../base/base.gyp:base_i18n',
1173 '../chrome/chrome_resources.gyp:packed_resources', 1171 '../chrome/chrome_resources.gyp:packed_resources',
1174 '../content/content_shell_and_tests.gyp:content_shell_lib', 1172 '../content/content_shell_and_tests.gyp:content_shell_lib',
1175 '../content/content.gyp:content', 1173 '../content/content.gyp:content',
1176 '../skia/skia.gyp:skia', 1174 '../skia/skia.gyp:skia',
1177 '../third_party/icu/icu.gyp:icui18n', 1175 '../third_party/icu/icu.gyp:icui18n',
1178 '../third_party/icu/icu.gyp:icuuc', 1176 '../third_party/icu/icu.gyp:icuuc',
1179 '../ui/app_list/app_list.gyp:app_list', 1177 '../ui/app_list/app_list.gyp:app_list',
1180 '../ui/aura/aura.gyp:aura', 1178 '../ui/aura/aura.gyp:aura',
1181 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1182 '../ui/base/ui_base.gyp:ui_base', 1179 '../ui/base/ui_base.gyp:ui_base',
1183 '../ui/compositor/compositor.gyp:compositor', 1180 '../ui/compositor/compositor.gyp:compositor',
1184 '../ui/events/events.gyp:events', 1181 '../ui/events/events.gyp:events',
1185 '../ui/gfx/gfx.gyp:gfx', 1182 '../ui/gfx/gfx.gyp:gfx',
1186 '../ui/gfx/gfx.gyp:gfx_geometry', 1183 '../ui/gfx/gfx.gyp:gfx_geometry',
1187 '../ui/keyboard/keyboard.gyp:keyboard', 1184 '../ui/keyboard/keyboard.gyp:keyboard',
1188 '../ui/message_center/message_center.gyp:message_center', 1185 '../ui/message_center/message_center.gyp:message_center',
1189 '../ui/resources/ui_resources.gyp:ui_resources', 1186 '../ui/resources/ui_resources.gyp:ui_resources',
1190 '../ui/views/examples/examples.gyp:views_examples_lib', 1187 '../ui/views/examples/examples.gyp:views_examples_lib',
1191 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1188 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 '../build/isolate.gypi', 1285 '../build/isolate.gypi',
1289 ], 1286 ],
1290 'sources': [ 1287 'sources': [
1291 'ash_unittests.isolate', 1288 'ash_unittests.isolate',
1292 ], 1289 ],
1293 }, 1290 },
1294 ], 1291 ],
1295 }], 1292 }],
1296 ], 1293 ],
1297 } 1294 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698