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

Side by Side Diff: components/gles2/BUILD.gn

Issue 1131523007: Move NativeViewport service into view_manager. This is a file move only. Further merging will happe… (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
« no previous file with comments | « no previous file | components/html_viewer/BUILD.gn » ('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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
6 6
7 source_set("gles2") { 7 source_set("gles2") {
8 visibility = [ 8 visibility = [
9 "//components/native_viewport:*", 9 "//components/view_manager/native_viewport:*",
10 "//mojo/runner:lib", # For android 10 "//mojo/runner:lib", # For android
11 ] 11 ]
12 12
13 sources = [ 13 sources = [
14 "command_buffer_driver.cc", 14 "command_buffer_driver.cc",
15 "command_buffer_driver.h", 15 "command_buffer_driver.h",
16 "command_buffer_impl.cc", 16 "command_buffer_impl.cc",
17 "command_buffer_impl.h", 17 "command_buffer_impl.h",
18 "gpu_impl.cc", 18 "gpu_impl.cc",
19 "gpu_impl.h", 19 "gpu_impl.h",
(...skipping 30 matching lines...) Expand all
50 deps = [ 50 deps = [
51 "//base", 51 "//base",
52 "//components/gpu/public/interfaces", 52 "//components/gpu/public/interfaces",
53 "//gpu/command_buffer/common", 53 "//gpu/command_buffer/common",
54 "//third_party/mojo/src/mojo/public/cpp/bindings", 54 "//third_party/mojo/src/mojo/public/cpp/bindings",
55 "//third_party/mojo/src/mojo/public/cpp/system", 55 "//third_party/mojo/src/mojo/public/cpp/system",
56 ] 56 ]
57 57
58 include_dirs = [ "../.." ] 58 include_dirs = [ "../.." ]
59 } 59 }
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698