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

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

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 | « components/html_viewer/web_layer_tree_view_impl.cc ('k') | components/mus/access_policy.h » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "display_manager_delegate.h", 54 "display_manager_delegate.h",
55 "display_manager_factory.h", 55 "display_manager_factory.h",
56 "event_dispatcher.cc", 56 "event_dispatcher.cc",
57 "event_dispatcher.h", 57 "event_dispatcher.h",
58 "focus_controller.cc", 58 "focus_controller.cc",
59 "focus_controller.h", 59 "focus_controller.h",
60 "focus_controller_delegate.h", 60 "focus_controller_delegate.h",
61 "gesture_manager.cc", 61 "gesture_manager.cc",
62 "gesture_manager.h", 62 "gesture_manager.h",
63 "gesture_manager_delegate.h", 63 "gesture_manager_delegate.h",
64 "mus_app.cc",
65 "mus_app.h",
64 "server_view.cc", 66 "server_view.cc",
65 "server_view.h", 67 "server_view.h",
66 "server_view_delegate.h", 68 "server_view_delegate.h",
67 "server_view_drawn_tracker.cc", 69 "server_view_drawn_tracker.cc",
68 "server_view_drawn_tracker.h", 70 "server_view_drawn_tracker.h",
69 "server_view_drawn_tracker_observer.h", 71 "server_view_drawn_tracker_observer.h",
70 "server_view_observer.h", 72 "server_view_observer.h",
71 "view_coordinate_conversions.cc", 73 "view_coordinate_conversions.cc",
72 "view_coordinate_conversions.h", 74 "view_coordinate_conversions.h",
73 "view_locator.cc", 75 "view_locator.cc",
74 "view_locator.h", 76 "view_locator.h",
75 "view_manager_app.cc",
76 "view_manager_app.h",
77 "view_tree_host_connection.cc", 77 "view_tree_host_connection.cc",
78 "view_tree_host_connection.h", 78 "view_tree_host_connection.h",
79 "view_tree_host_delegate.h", 79 "view_tree_host_delegate.h",
80 "view_tree_host_impl.cc", 80 "view_tree_host_impl.cc",
81 "view_tree_host_impl.h", 81 "view_tree_host_impl.h",
82 "view_tree_impl.cc", 82 "view_tree_impl.cc",
83 "view_tree_impl.h", 83 "view_tree_impl.h",
84 "window_manager_access_policy.cc", 84 "window_manager_access_policy.cc",
85 "window_manager_access_policy.h", 85 "window_manager_access_policy.h",
86 ] 86 ]
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "//components/mus/public/cpp/tests:test_support", 204 "//components/mus/public/cpp/tests:test_support",
205 "//components/mus/public/interfaces", 205 "//components/mus/public/interfaces",
206 "//mojo/application/public/cpp:sources", 206 "//mojo/application/public/cpp:sources",
207 "//mojo/application/public/cpp:test_support", 207 "//mojo/application/public/cpp:test_support",
208 "//ui/mojo/geometry:interfaces", 208 "//ui/mojo/geometry:interfaces",
209 "//ui/mojo/geometry:util", 209 "//ui/mojo/geometry:util",
210 ] 210 ]
211 211
212 data_deps = [ ":mus" ] 212 data_deps = [ ":mus" ]
213 } 213 }
OLDNEW
« no previous file with comments | « components/html_viewer/web_layer_tree_view_impl.cc ('k') | components/mus/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698