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

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

Issue 895363005: Revert of Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « extensions/shell/app_shell.gyp ('k') | ui/aura/aura.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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "client/aura_constants.cc", 10 "client/aura_constants.cc",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ] 92 ]
93 93
94 defines = [ "AURA_IMPLEMENTATION" ] 94 defines = [ "AURA_IMPLEMENTATION" ]
95 95
96 deps = [ 96 deps = [
97 "//base", 97 "//base",
98 "//base:i18n", 98 "//base:i18n",
99 "//base/third_party/dynamic_annotations", 99 "//base/third_party/dynamic_annotations",
100 "//skia", 100 "//skia",
101 "//ui/base", 101 "//ui/base",
102 "//ui/base/ime",
103 "//ui/compositor", 102 "//ui/compositor",
104 "//ui/events", 103 "//ui/events",
105 "//ui/events/platform", 104 "//ui/events/platform",
106 "//ui/gfx", 105 "//ui/gfx",
107 "//ui/gfx/geometry", 106 "//ui/gfx/geometry",
108 ] 107 ]
109 108
110 if (use_x11) { 109 if (use_x11) {
111 configs += [ 110 configs += [
112 "//build/config/linux:x11", 111 "//build/config/linux:x11",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "//ui/gfx", 294 "//ui/gfx",
296 "//ui/gfx/geometry", 295 "//ui/gfx/geometry",
297 "//ui/gl", 296 "//ui/gl",
298 ] 297 ]
299 298
300 if (is_linux) { 299 if (is_linux) {
301 deps += [ "//third_party/mesa" ] 300 deps += [ "//third_party/mesa" ]
302 } 301 }
303 } 302 }
304 } 303 }
OLDNEW
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698