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

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

Issue 1377493002: mus: move View Manager to components/mus/vm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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
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 source_set("gles2") { 5 source_set("gles2") {
6 visibility = [ 6 visibility = [
7 "//components/mus:lib", 7 "//components/mus:*",
8 "//components/mus/vm:*",
8 "//components/mus/surfaces:*", 9 "//components/mus/surfaces:*",
9 "//mojo/runner:lib", # For android 10 "//mojo/runner:lib", # For android
10 ] 11 ]
11 12
12 sources = [ 13 sources = [
13 "command_buffer_driver.cc", 14 "command_buffer_driver.cc",
14 "command_buffer_driver.h", 15 "command_buffer_driver.h",
15 "command_buffer_impl.cc", 16 "command_buffer_impl.cc",
16 "command_buffer_impl.h", 17 "command_buffer_impl.h",
17 "command_buffer_impl_observer.h", 18 "command_buffer_impl_observer.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//gpu/command_buffer/client", 75 "//gpu/command_buffer/client",
75 "//gpu/config:config_sources", 76 "//gpu/config:config_sources",
76 "//third_party/mojo/src/mojo/public/cpp/bindings", 77 "//third_party/mojo/src/mojo/public/cpp/bindings",
77 "//third_party/mojo/src/mojo/public/cpp/system", 78 "//third_party/mojo/src/mojo/public/cpp/system",
78 "//ui/gfx", 79 "//ui/gfx",
79 "//ui/gfx/geometry", 80 "//ui/gfx/geometry",
80 ] 81 ]
81 82
82 include_dirs = [ "../.." ] 83 include_dirs = [ "../.." ]
83 } 84 }
OLDNEW
« no previous file with comments | « components/mus/focus_controller_unittest.cc ('k') | components/mus/gles2/command_buffer_type_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698