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

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

Issue 732223002: Rebuild aura::Window's property system on top of mojo::View. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: The rest of the sky comments from the previous review. Created 6 years, 1 month 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 | mojo/services/public/cpp/view_manager/lib/view.cc » ('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 source_set("view_manager") { 5 source_set("view_manager") {
6 sources = [ 6 sources = [
7 "lib/view.cc", 7 "lib/view.cc",
8 "lib/view_manager_client_factory.cc", 8 "lib/view_manager_client_factory.cc",
9 "lib/view_manager_client_impl.cc", 9 "lib/view_manager_client_impl.cc",
10 "lib/view_manager_client_impl.h", 10 "lib/view_manager_client_impl.h",
11 "lib/view_manager_context.cc", 11 "lib/view_manager_context.cc",
12 "lib/view_observer.cc", 12 "lib/view_observer.cc",
13 "lib/view_private.cc", 13 "lib/view_private.cc",
14 "lib/view_private.h", 14 "lib/view_private.h",
15 "view.h", 15 "view.h",
16 "view_manager.h", 16 "view_manager.h",
17 "view_manager_client_factory.h", 17 "view_manager_client_factory.h",
18 "view_manager_context.h", 18 "view_manager_context.h",
19 "view_manager_delegate.h", 19 "view_manager_delegate.h",
20 "view_observer.h", 20 "view_observer.h",
21 "view_property.h",
21 "view_tracker.cc", 22 "view_tracker.cc",
22 "view_tracker.h", 23 "view_tracker.h",
23 "window_manager_delegate.h", 24 "window_manager_delegate.h",
24 ] 25 ]
25 26
26 public_deps = [ 27 public_deps = [
27 ":common", 28 ":common",
28 ] 29 ]
29 deps = [ 30 deps = [
30 "//base", 31 "//base",
(...skipping 10 matching lines...) Expand all
41 42
42 source_set("common") { 43 source_set("common") {
43 sources = [ 44 sources = [
44 "ids.h", 45 "ids.h",
45 "types.h", 46 "types.h",
46 ] 47 ]
47 public_deps = [ 48 public_deps = [
48 "//base", 49 "//base",
49 ] 50 ]
50 } 51 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698