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

Side by Side Diff: ui/keyboard/keyboard.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 | « ui/keyboard/BUILD.gn ('k') | ui/views/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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'keyboard_mojom_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/webui/keybo ard.mojom.js', 8 'keyboard_mojom_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/webui/keybo ard.mojom.js',
9 'inputview_dir': '../../third_party/google_input_tools/src/chrome/os/inputvi ew', 9 'inputview_dir': '../../third_party/google_input_tools/src/chrome/os/inputvi ew',
10 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js', 10 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 62 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
63 '../../content/content.gyp:content_browser', 63 '../../content/content.gyp:content_browser',
64 '../../ipc/ipc.gyp:ipc', 64 '../../ipc/ipc.gyp:ipc',
65 '../../mojo/mojo_base.gyp:mojo_environment_chromium', 65 '../../mojo/mojo_base.gyp:mojo_environment_chromium',
66 '../../skia/skia.gyp:skia', 66 '../../skia/skia.gyp:skia',
67 '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 67 '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
68 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 68 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
69 '../../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 69 '../../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
70 '../../url/url.gyp:url_lib', 70 '../../url/url.gyp:url_lib',
71 '../aura/aura.gyp:aura', 71 '../aura/aura.gyp:aura',
72 '../base/ime/ui_base_ime.gyp:ui_base_ime',
72 '../base/ui_base.gyp:ui_base', 73 '../base/ui_base.gyp:ui_base',
73 '../compositor/compositor.gyp:compositor', 74 '../compositor/compositor.gyp:compositor',
74 '../events/events.gyp:dom4_keycode_converter', 75 '../events/events.gyp:dom4_keycode_converter',
75 '../events/events.gyp:events', 76 '../events/events.gyp:events',
76 '../gfx/gfx.gyp:gfx', 77 '../gfx/gfx.gyp:gfx',
77 '../gfx/gfx.gyp:gfx_geometry', 78 '../gfx/gfx.gyp:gfx_geometry',
78 '../wm/wm.gyp:wm', 79 '../wm/wm.gyp:wm',
79 'keyboard_mojom_bindings', 80 'keyboard_mojom_bindings',
80 'keyboard_resources', 81 'keyboard_resources',
81 ], 82 ],
(...skipping 29 matching lines...) Expand all
111 'type': '<(gtest_target_type)', 112 'type': '<(gtest_target_type)',
112 'dependencies': [ 113 'dependencies': [
113 '../../base/base.gyp:base', 114 '../../base/base.gyp:base',
114 '../../base/base.gyp:test_support_base', 115 '../../base/base.gyp:test_support_base',
115 '../../content/content.gyp:content', 116 '../../content/content.gyp:content',
116 '../../skia/skia.gyp:skia', 117 '../../skia/skia.gyp:skia',
117 '../../testing/gtest.gyp:gtest', 118 '../../testing/gtest.gyp:gtest',
118 '../../url/url.gyp:url_lib', 119 '../../url/url.gyp:url_lib',
119 '../aura/aura.gyp:aura', 120 '../aura/aura.gyp:aura',
120 '../aura/aura.gyp:aura_test_support', 121 '../aura/aura.gyp:aura_test_support',
122 '../base/ime/ui_base_ime.gyp:ui_base_ime',
121 '../base/ui_base.gyp:ui_base', 123 '../base/ui_base.gyp:ui_base',
122 '../compositor/compositor.gyp:compositor', 124 '../compositor/compositor.gyp:compositor',
123 '../compositor/compositor.gyp:compositor_test_support', 125 '../compositor/compositor.gyp:compositor_test_support',
124 '../gfx/gfx.gyp:gfx', 126 '../gfx/gfx.gyp:gfx',
125 '../gfx/gfx.gyp:gfx_geometry', 127 '../gfx/gfx.gyp:gfx_geometry',
126 '../resources/ui_resources.gyp:ui_test_pak', 128 '../resources/ui_resources.gyp:ui_test_pak',
127 '../wm/wm.gyp:wm', 129 '../wm/wm.gyp:wm',
128 'keyboard', 130 'keyboard',
129 ], 131 ],
130 'sources': [ 132 'sources': [
(...skipping 11 matching lines...) Expand all
142 }], 144 }],
143 ['OS=="win" and win_use_allocator_shim==1', { 145 ['OS=="win" and win_use_allocator_shim==1', {
144 'dependencies': [ 146 'dependencies': [
145 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 147 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
146 ], 148 ],
147 }], 149 }],
148 ], 150 ],
149 }, 151 },
150 ], 152 ],
151 } 153 }
OLDNEW
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698