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

Side by Side Diff: ui/keyboard/BUILD.gn

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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/win/events_win.cc ('k') | ui/keyboard/keyboard.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//third_party/google_input_tools/closure.gni") 6 import("//third_party/google_input_tools/closure.gni")
7 import("//third_party/google_input_tools/inputview.gni") 7 import("//third_party/google_input_tools/inputview.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 component("keyboard") { 10 component("keyboard") {
(...skipping 24 matching lines...) Expand all
35 "//base/third_party/dynamic_annotations", 35 "//base/third_party/dynamic_annotations",
36 "//content/public/browser", 36 "//content/public/browser",
37 "//content/public/common", 37 "//content/public/common",
38 "//ipc", 38 "//ipc",
39 "//skia", 39 "//skia",
40 "//ui/aura", 40 "//ui/aura",
41 "//ui/base", 41 "//ui/base",
42 "//ui/base/ime", 42 "//ui/base/ime",
43 "//ui/compositor", 43 "//ui/compositor",
44 "//ui/events", 44 "//ui/events",
45 "//ui/events:dom4_keycode_converter", 45 "//ui/events:dom_keycode_converter",
46 "//ui/events:events_base", 46 "//ui/events:events_base",
47 "//ui/gfx", 47 "//ui/gfx",
48 "//ui/gfx/geometry", 48 "//ui/gfx/geometry",
49 "//ui/wm", 49 "//ui/wm",
50 "//url", 50 "//url",
51 ] 51 ]
52 } 52 }
53 53
54 grit("resources_grit") { 54 grit("resources_grit") {
55 source = "keyboard_resources.grd" 55 source = "keyboard_resources.grd"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "//ui/compositor:test_support", 116 "//ui/compositor:test_support",
117 "//ui/events:test_support", 117 "//ui/events:test_support",
118 "//ui/gfx", 118 "//ui/gfx",
119 "//ui/gfx/geometry", 119 "//ui/gfx/geometry",
120 "//ui/gl", 120 "//ui/gl",
121 "//ui/resources:ui_test_pak", 121 "//ui/resources:ui_test_pak",
122 "//ui/wm", 122 "//ui/wm",
123 "//url", 123 "//url",
124 ] 124 ]
125 } 125 }
OLDNEW
« no previous file with comments | « ui/events/win/events_win.cc ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698