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

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

Issue 644793002: Renames window_manager.mojom to window_manager2.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: really fix gn 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
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/view.cc", 8 "lib/view.cc",
9 "lib/view_manager_client_factory.cc", 9 "lib/view_manager_client_factory.cc",
10 "lib/view_manager_client_impl.cc", 10 "lib/view_manager_client_impl.cc",
(...skipping 18 matching lines...) Expand all
29 "//base", 29 "//base",
30 "//mojo/public/c/gles2", 30 "//mojo/public/c/gles2",
31 "//mojo/public/cpp/bindings:bindings", 31 "//mojo/public/cpp/bindings:bindings",
32 "//mojo/public/interfaces/application", 32 "//mojo/public/interfaces/application",
33 "//mojo/services/public/cpp/geometry", 33 "//mojo/services/public/cpp/geometry",
34 "//mojo/services/public/cpp/surfaces", 34 "//mojo/services/public/cpp/surfaces",
35 "//mojo/services/public/interfaces/geometry", 35 "//mojo/services/public/interfaces/geometry",
36 "//mojo/services/public/interfaces/input_events:input_events", 36 "//mojo/services/public/interfaces/input_events:input_events",
37 "//mojo/services/public/interfaces/surfaces:surface_id", 37 "//mojo/services/public/interfaces/surfaces:surface_id",
38 "//mojo/services/public/interfaces/view_manager", 38 "//mojo/services/public/interfaces/view_manager",
39 "//mojo/services/public/interfaces/window_manager", 39 "//mojo/services/public/interfaces/window_manager2",
40 "//ui/gfx/geometry", 40 "//ui/gfx/geometry",
41 ] 41 ]
42 } 42 }
43 43
44 source_set("common") { 44 source_set("common") {
45 sources = [ 45 sources = [
46 "ids.h", 46 "ids.h",
47 "types.h", 47 "types.h",
48 ] 48 ]
49 public_deps = [ 49 public_deps = [
50 "//base", 50 "//base",
51 ] 51 ]
52 } 52 }
OLDNEW
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698