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

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

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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 | « media/media_gpu.gypi ('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 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "//build/win:default_exe_manifest", 236 "//build/win:default_exe_manifest",
237 "//skia", 237 "//skia",
238 "//third_party/icu", 238 "//third_party/icu",
239 "//ui/base", 239 "//ui/base",
240 "//ui/compositor", 240 "//ui/compositor",
241 "//ui/compositor:test_support", 241 "//ui/compositor:test_support",
242 "//ui/display", 242 "//ui/display",
243 "//ui/events", 243 "//ui/events",
244 "//ui/gfx", 244 "//ui/gfx",
245 "//ui/gfx/geometry", 245 "//ui/gfx/geometry",
246 "//ui/gl", 246 "//ui/gl/init",
247 ] 247 ]
248 248
249 if (use_x11) { 249 if (use_x11) {
250 deps += [ "//ui/gfx/x" ] 250 deps += [ "//ui/gfx/x" ]
251 } 251 }
252 } 252 }
253 253
254 test("aura_unittests") { 254 test("aura_unittests") {
255 sources = [ 255 sources = [
256 "gestures/gesture_recognizer_unittest.cc", 256 "gestures/gesture_recognizer_unittest.cc",
(...skipping 19 matching lines...) Expand all
276 ] 276 ]
277 277
278 if (is_linux) { 278 if (is_linux) {
279 deps += [ "//third_party/mesa" ] 279 deps += [ "//third_party/mesa" ]
280 } 280 }
281 281
282 data_deps = [ 282 data_deps = [
283 "//third_party/mesa:osmesa", 283 "//third_party/mesa:osmesa",
284 ] 284 ]
285 } 285 }
OLDNEW
« no previous file with comments | « media/media_gpu.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698