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

Side by Side Diff: mojo/services/public/cpp/view_manager/BUILD.gn

Issue 604223002: Fix up gles2 thunk targets a bit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_check_mojo
Patch Set: declare proper gles2 dependency in png_viewer Created 6 years, 2 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 | « mojo/public/platform/native/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 # GYP version: mojo/mojo_services.gypi:mojo_view_manager_lib 5 # GYP version: mojo/mojo_services.gypi:mojo_view_manager_lib
6 source_set("view_manager") { 6 source_set("view_manager") {
7 sources = [ 7 sources = [
8 "lib/bitmap_uploader.cc", 8 "lib/bitmap_uploader.cc",
9 "lib/bitmap_uploader.h", 9 "lib/bitmap_uploader.h",
10 "lib/view.cc", 10 "lib/view.cc",
(...skipping 15 matching lines...) Expand all
26 26
27 public_deps = [ 27 public_deps = [
28 ":common", 28 ":common",
29 "//skia", 29 "//skia",
30 ] 30 ]
31 deps = [ 31 deps = [
32 "//base", 32 "//base",
33 "//cc/surfaces", 33 "//cc/surfaces",
34 "//gpu", 34 "//gpu",
35 "//mojo/application", 35 "//mojo/application",
36 "//mojo/public/c/gles2",
36 "//mojo/public/cpp/bindings:bindings", 37 "//mojo/public/cpp/bindings:bindings",
37 "//mojo/public/gles2:for_shared_library",
38 "//mojo/public/interfaces/application", 38 "//mojo/public/interfaces/application",
39 "//mojo/services/public/cpp/geometry", 39 "//mojo/services/public/cpp/geometry",
40 "//mojo/services/public/cpp/surfaces", 40 "//mojo/services/public/cpp/surfaces",
41 "//mojo/services/public/interfaces/geometry", 41 "//mojo/services/public/interfaces/geometry",
42 "//mojo/services/public/interfaces/gpu", 42 "//mojo/services/public/interfaces/gpu",
43 "//mojo/services/public/interfaces/input_events:input_events", 43 "//mojo/services/public/interfaces/input_events:input_events",
44 "//mojo/services/public/interfaces/native_viewport", 44 "//mojo/services/public/interfaces/native_viewport",
45 "//mojo/services/public/interfaces/surfaces:surface_id", 45 "//mojo/services/public/interfaces/surfaces:surface_id",
46 "//mojo/services/public/interfaces/surfaces", 46 "//mojo/services/public/interfaces/surfaces",
47 "//mojo/services/public/interfaces/view_manager", 47 "//mojo/services/public/interfaces/view_manager",
48 "//mojo/services/public/interfaces/window_manager", 48 "//mojo/services/public/interfaces/window_manager",
49 "//skia", 49 "//skia",
50 "//ui/events", 50 "//ui/events",
51 "//ui/gfx", 51 "//ui/gfx",
52 "//ui/gfx/geometry", 52 "//ui/gfx/geometry",
53 ] 53 ]
54 } 54 }
55 55
56 source_set("common") { 56 source_set("common") {
57 sources = [ 57 sources = [
58 "ids.h", 58 "ids.h",
59 "types.h", 59 "types.h",
60 ] 60 ]
61 public_deps = [ 61 public_deps = [
62 "//base", 62 "//base",
63 ] 63 ]
64 } 64 }
OLDNEW
« no previous file with comments | « mojo/public/platform/native/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698