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

Side by Side Diff: ash/ash.gyp

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build 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',
890 '../ui/base/ui_base.gyp:ui_base', 891 '../ui/base/ui_base.gyp:ui_base',
891 '../ui/compositor/compositor.gyp:compositor', 892 '../ui/compositor/compositor.gyp:compositor',
892 '../ui/events/devices/events_devices.gyp:events_devices', 893 '../ui/events/devices/events_devices.gyp:events_devices',
893 '../ui/events/events.gyp:events', 894 '../ui/events/events.gyp:events',
894 '../ui/events/events.gyp:events_base', 895 '../ui/events/events.gyp:events_base',
895 '../ui/events/events.gyp:gesture_detection', 896 '../ui/events/events.gyp:gesture_detection',
896 '../ui/events/platform/events_platform.gyp:events_platform', 897 '../ui/events/platform/events_platform.gyp:events_platform',
897 '../ui/gfx/gfx.gyp:gfx', 898 '../ui/gfx/gfx.gyp:gfx',
898 '../ui/gfx/gfx.gyp:gfx_geometry', 899 '../ui/gfx/gfx.gyp:gfx_geometry',
899 '../ui/keyboard/keyboard.gyp:keyboard', 900 '../ui/keyboard/keyboard.gyp:keyboard',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 '../content/content.gyp:content_browser', 1061 '../content/content.gyp:content_browser',
1061 '../content/content_shell_and_tests.gyp:test_support_content', 1062 '../content/content_shell_and_tests.gyp:test_support_content',
1062 '../skia/skia.gyp:skia', 1063 '../skia/skia.gyp:skia',
1063 '../testing/gtest.gyp:gtest', 1064 '../testing/gtest.gyp:gtest',
1064 '../third_party/icu/icu.gyp:icui18n', 1065 '../third_party/icu/icu.gyp:icui18n',
1065 '../third_party/icu/icu.gyp:icuuc', 1066 '../third_party/icu/icu.gyp:icuuc',
1066 '../ui/accessibility/accessibility.gyp:accessibility', 1067 '../ui/accessibility/accessibility.gyp:accessibility',
1067 '../ui/app_list/app_list.gyp:app_list', 1068 '../ui/app_list/app_list.gyp:app_list',
1068 '../ui/aura/aura.gyp:aura', 1069 '../ui/aura/aura.gyp:aura',
1069 '../ui/aura/aura.gyp:aura_test_support', 1070 '../ui/aura/aura.gyp:aura_test_support',
1071 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1070 '../ui/base/ui_base.gyp:ui_base', 1072 '../ui/base/ui_base.gyp:ui_base',
1071 '../ui/base/ui_base.gyp:ui_base_test_support', 1073 '../ui/base/ui_base.gyp:ui_base_test_support',
1072 '../ui/compositor/compositor.gyp:compositor', 1074 '../ui/compositor/compositor.gyp:compositor',
1073 '../ui/compositor/compositor.gyp:compositor_test_support', 1075 '../ui/compositor/compositor.gyp:compositor_test_support',
1074 '../ui/events/devices/events_devices.gyp:events_devices', 1076 '../ui/events/devices/events_devices.gyp:events_devices',
1075 '../ui/events/events.gyp:events', 1077 '../ui/events/events.gyp:events',
1076 '../ui/events/events.gyp:events_test_support', 1078 '../ui/events/events.gyp:events_test_support',
1077 '../ui/events/events.gyp:gesture_detection', 1079 '../ui/events/events.gyp:gesture_detection',
1078 '../ui/gfx/gfx.gyp:gfx', 1080 '../ui/gfx/gfx.gyp:gfx',
1079 '../ui/gfx/gfx.gyp:gfx_geometry', 1081 '../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 '../base/base.gyp:base', 1171 '../base/base.gyp:base',
1170 '../base/base.gyp:base_i18n', 1172 '../base/base.gyp:base_i18n',
1171 '../chrome/chrome_resources.gyp:packed_resources', 1173 '../chrome/chrome_resources.gyp:packed_resources',
1172 '../content/content_shell_and_tests.gyp:content_shell_lib', 1174 '../content/content_shell_and_tests.gyp:content_shell_lib',
1173 '../content/content.gyp:content', 1175 '../content/content.gyp:content',
1174 '../skia/skia.gyp:skia', 1176 '../skia/skia.gyp:skia',
1175 '../third_party/icu/icu.gyp:icui18n', 1177 '../third_party/icu/icu.gyp:icui18n',
1176 '../third_party/icu/icu.gyp:icuuc', 1178 '../third_party/icu/icu.gyp:icuuc',
1177 '../ui/app_list/app_list.gyp:app_list', 1179 '../ui/app_list/app_list.gyp:app_list',
1178 '../ui/aura/aura.gyp:aura', 1180 '../ui/aura/aura.gyp:aura',
1181 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1179 '../ui/base/ui_base.gyp:ui_base', 1182 '../ui/base/ui_base.gyp:ui_base',
1180 '../ui/compositor/compositor.gyp:compositor', 1183 '../ui/compositor/compositor.gyp:compositor',
1181 '../ui/events/events.gyp:events', 1184 '../ui/events/events.gyp:events',
1182 '../ui/gfx/gfx.gyp:gfx', 1185 '../ui/gfx/gfx.gyp:gfx',
1183 '../ui/gfx/gfx.gyp:gfx_geometry', 1186 '../ui/gfx/gfx.gyp:gfx_geometry',
1184 '../ui/keyboard/keyboard.gyp:keyboard', 1187 '../ui/keyboard/keyboard.gyp:keyboard',
1185 '../ui/message_center/message_center.gyp:message_center', 1188 '../ui/message_center/message_center.gyp:message_center',
1186 '../ui/resources/ui_resources.gyp:ui_resources', 1189 '../ui/resources/ui_resources.gyp:ui_resources',
1187 '../ui/views/examples/examples.gyp:views_examples_lib', 1190 '../ui/views/examples/examples.gyp:views_examples_lib',
1188 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1191 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 '../build/isolate.gypi', 1288 '../build/isolate.gypi',
1286 ], 1289 ],
1287 'sources': [ 1290 'sources': [
1288 'ash_unittests.isolate', 1291 'ash_unittests.isolate',
1289 ], 1292 ],
1290 }, 1293 },
1291 ], 1294 ],
1292 }], 1295 }],
1293 ], 1296 ],
1294 } 1297 }
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