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

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

Issue 423613002: Mojo: split up service_provider.mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | Annotate | Revision Log
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("view_manager") { 5 source_set("view_manager") {
6 deps = [ 6 deps = [
7 ":common", 7 ":common",
8 "//base", 8 "//base",
9 "//mojo/public/cpp/application", 9 "//mojo/public/cpp/application",
10 "//mojo/public/interfaces/service_provider", 10 "//mojo/public/interfaces/application",
11 "//mojo/services/public/cpp/geometry", 11 "//mojo/services/public/cpp/geometry",
12 "//mojo/services/public/interfaces/geometry", 12 "//mojo/services/public/interfaces/geometry",
13 "//mojo/services/public/interfaces/view_manager", 13 "//mojo/services/public/interfaces/view_manager",
14 "//skia", 14 "//skia",
15 "//ui/events", 15 "//ui/events",
16 "//ui/gfx", 16 "//ui/gfx",
17 "//ui/gfx/geometry", 17 "//ui/gfx/geometry",
18 ] 18 ]
19 19
20 sources = [ 20 sources = [
(...skipping 16 matching lines...) Expand all
37 "view_observer.h", 37 "view_observer.h",
38 "window_manager_delegate.h", 38 "window_manager_delegate.h",
39 ] 39 ]
40 } 40 }
41 41
42 source_set("common") { 42 source_set("common") {
43 sources = [ 43 sources = [
44 "types.h" 44 "types.h"
45 ] 45 ]
46 } 46 }
OLDNEW
« no previous file with comments | « mojo/services/network/main.cc ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698