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

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

Issue 546943003: Revert of Make ui gn check pass. Misc GN build improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/base/BUILD.gn ('k') | ui/resources/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 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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 component("keyboard") { 7 component("keyboard") {
8 sources = [ 8 sources = [
9 "keyboard.cc", 9 "keyboard.cc",
10 "keyboard.h", 10 "keyboard.h",
(...skipping 23 matching lines...) Expand all
34 "//url", 34 "//url",
35 "//ui/aura", 35 "//ui/aura",
36 "//ui/base", 36 "//ui/base",
37 "//ui/compositor", 37 "//ui/compositor",
38 "//ui/events", 38 "//ui/events",
39 "//ui/gfx", 39 "//ui/gfx",
40 "//ui/gfx/geometry", 40 "//ui/gfx/geometry",
41 "//ui/keyboard/webui", 41 "//ui/keyboard/webui",
42 "//ui/wm", 42 "//ui/wm",
43 ] 43 ]
44
45 # http://crbug.com/408651 Include cycle between this target and the "webui"
46 # sub-target.
47 allow_circular_includes_from = [ "//ui/keyboard/webui" ]
48 } 44 }
49 45
50 grit("resources_grit") { 46 grit("resources_grit") {
51 source = "keyboard_resources.grd" 47 source = "keyboard_resources.grd"
52 outputs = [ 48 outputs = [
53 "grit/keyboard_resources.h", 49 "grit/keyboard_resources.h",
54 "grit/keyboard_resources_map.h", 50 "grit/keyboard_resources_map.h",
55 "keyboard_resources.pak", 51 "keyboard_resources.pak",
56 "keyboard_resources.rc", 52 "keyboard_resources.rc",
57 ] 53 ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "//ui/compositor", 90 "//ui/compositor",
95 "//ui/compositor:test_support", 91 "//ui/compositor:test_support",
96 "//ui/gfx", 92 "//ui/gfx",
97 "//ui/gfx/geometry", 93 "//ui/gfx/geometry",
98 "//ui/gl", 94 "//ui/gl",
99 "//ui/resources:ui_test_pak", 95 "//ui/resources:ui_test_pak",
100 "//ui/wm", 96 "//ui/wm",
101 "//url", 97 "//url",
102 ] 98 ]
103 } 99 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698