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

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

Issue 464153002: GN: Create a :gles2_interface target to resolve some check errors in //cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment per brettw 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 | Annotate | Revision Log
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | no next file » | 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 6
7 component("aura") { 7 component("aura") {
8 sources = [ 8 sources = [
9 "client/aura_constants.cc", 9 "client/aura_constants.cc",
10 "client/aura_constants.h", 10 "client/aura_constants.h",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 sources = [ 246 sources = [
247 "bench/bench_main.cc", 247 "bench/bench_main.cc",
248 ] 248 ]
249 249
250 deps = [ 250 deps = [
251 ":aura", 251 ":aura",
252 ":test_support", 252 ":test_support",
253 "//base", 253 "//base",
254 "//base:i18n", 254 "//base:i18n",
255 "//cc", 255 "//cc",
256 "//gpu/command_buffer/client:gles2_interface",
256 "//skia", 257 "//skia",
257 "//third_party/icu", 258 "//third_party/icu",
258 "//ui/base", 259 "//ui/base",
259 "//ui/compositor", 260 "//ui/compositor",
260 "//ui/compositor:test_support", 261 "//ui/compositor:test_support",
261 "//ui/events", 262 "//ui/events",
262 "//ui/gfx", 263 "//ui/gfx",
263 "//ui/gfx/geometry", 264 "//ui/gfx/geometry",
264 "//ui/gl", 265 "//ui/gl",
265 ] 266 ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "//ui/gfx/geometry", 300 "//ui/gfx/geometry",
300 "//ui/gl", 301 "//ui/gl",
301 ] 302 ]
302 303
303 if (is_linux) { 304 if (is_linux) {
304 deps += [ 305 deps += [
305 "//third_party/mesa", 306 "//third_party/mesa",
306 ] 307 ]
307 } 308 }
308 } 309 }
OLDNEW
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698