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

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

Issue 1150093003: Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
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 # GYP version: mojo/mojo.gyp:mojo_aura_support 5 # GYP version: mojo/mojo.gyp:mojo_aura_support
6 source_set("aura") { 6 source_set("aura") {
7 sources = [ 7 sources = [
8 "aura_init.cc", 8 "aura_init.cc",
9 "aura_init.h", 9 "aura_init.h",
10 "input_method_mandoline.cc", 10 "input_method_mandoline.cc",
(...skipping 12 matching lines...) Expand all
23 23
24 public_deps = [ 24 public_deps = [
25 "//components/view_manager/public/cpp", 25 "//components/view_manager/public/cpp",
26 ] 26 ]
27 deps = [ 27 deps = [
28 "//base", 28 "//base",
29 "//base:i18n", 29 "//base:i18n",
30 "//base/third_party/dynamic_annotations", 30 "//base/third_party/dynamic_annotations",
31 "//cc", 31 "//cc",
32 "//cc/surfaces", 32 "//cc/surfaces",
33 "//components/gpu/public/interfaces", 33 "//components/view_manager/public/interfaces",
34 "//components/surfaces/public/interfaces",
35 "//components/view_manager/public/cpp", 34 "//components/view_manager/public/cpp",
36 "//skia", 35 "//skia",
37 "//mojo/application/public/cpp", 36 "//mojo/application/public/cpp",
38 "//mojo/application/public/interfaces", 37 "//mojo/application/public/interfaces",
39 "//mojo/cc", 38 "//mojo/cc",
40 "//mojo/converters/geometry", 39 "//mojo/converters/geometry",
41 "//mojo/converters/input_events", 40 "//mojo/converters/input_events",
42 "//mojo/converters/surfaces", 41 "//mojo/converters/surfaces",
43 "//third_party/mojo/src/mojo/public/c/gles2", 42 "//third_party/mojo/src/mojo/public/c/gles2",
44 "//third_party/icu", 43 "//third_party/icu",
45 "//ui/aura", 44 "//ui/aura",
46 "//ui/compositor", 45 "//ui/compositor",
47 "//ui/events", 46 "//ui/events",
48 "//ui/events:events_base", 47 "//ui/events:events_base",
49 "//ui/gl", 48 "//ui/gl",
50 "//ui/resources:ui_test_pak", 49 "//ui/resources:ui_test_pak",
51 "//ui/views", 50 "//ui/views",
52 ] 51 ]
53 } 52 }
OLDNEW
« no previous file with comments | « mandoline/services/core_services/core_services_application_delegate.cc ('k') | mandoline/ui/aura/surface_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698