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

Side by Side Diff: ui/keyboard/keyboard.gyp

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 years, 7 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/events/platform/x11/x11_events_platform.gyp ('k') | ui/latency_info/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 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os' , 8 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os' ,
9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js', 9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js',
10 }, 10 },
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '../../skia/skia.gyp:skia', 53 '../../skia/skia.gyp:skia',
54 '../aura/aura.gyp:aura', 54 '../aura/aura.gyp:aura',
55 '../base/ime/ui_base_ime.gyp:ui_base_ime', 55 '../base/ime/ui_base_ime.gyp:ui_base_ime',
56 '../base/ui_base.gyp:ui_base', 56 '../base/ui_base.gyp:ui_base',
57 '../compositor/compositor.gyp:compositor', 57 '../compositor/compositor.gyp:compositor',
58 '../events/events.gyp:dom_keycode_converter', 58 '../events/events.gyp:dom_keycode_converter',
59 '../events/events.gyp:events', 59 '../events/events.gyp:events',
60 '../events/events.gyp:events_base', 60 '../events/events.gyp:events_base',
61 '../gfx/gfx.gyp:gfx', 61 '../gfx/gfx.gyp:gfx',
62 '../gfx/gfx.gyp:gfx_geometry', 62 '../gfx/gfx.gyp:gfx_geometry',
63 '../latency_info/latency_info.gyp:latency_info',
63 'keyboard_resources', 64 'keyboard_resources',
64 ], 65 ],
65 'defines': [ 66 'defines': [
66 'KEYBOARD_IMPLEMENTATION', 67 'KEYBOARD_IMPLEMENTATION',
67 ], 68 ],
68 'sources': [ 69 'sources': [
69 'keyboard_controller.cc', 70 'keyboard_controller.cc',
70 'keyboard_controller.h', 71 'keyboard_controller.h',
71 'keyboard_controller_observer.h', 72 'keyboard_controller_observer.h',
72 'keyboard_export.h', 73 'keyboard_export.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'keyboard', 146 'keyboard',
146 ], 147 ],
147 'sources': [ 148 'sources': [
148 'keyboard_controller_unittest.cc', 149 'keyboard_controller_unittest.cc',
149 'keyboard_util_unittest.cc', 150 'keyboard_util_unittest.cc',
150 'test/run_all_unittests.cc', 151 'test/run_all_unittests.cc',
151 ], 152 ],
152 }, 153 },
153 ], 154 ],
154 } 155 }
OLDNEW
« no previous file with comments | « ui/events/platform/x11/x11_events_platform.gyp ('k') | ui/latency_info/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698