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

Side by Side Diff: services/view_manager/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 mojo_native_application("view_manager") { 9 mojo_native_application("view_manager") {
10 sources = [ 10 sources = [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "//mojo/application", 80 "//mojo/application",
81 "//mojo/converters/geometry", 81 "//mojo/converters/geometry",
82 "//mojo/converters/input_events", 82 "//mojo/converters/input_events",
83 "//mojo/converters/surfaces", 83 "//mojo/converters/surfaces",
84 "//mojo/public/cpp/bindings", 84 "//mojo/public/cpp/bindings",
85 "//mojo/public/cpp/bindings:callback", 85 "//mojo/public/cpp/bindings:callback",
86 "//mojo/public/interfaces/application", 86 "//mojo/public/interfaces/application",
87 "//mojo/services/geometry/interfaces", 87 "//mojo/services/geometry/interfaces",
88 "//mojo/services/input_events/interfaces", 88 "//mojo/services/input_events/interfaces",
89 "//mojo/services/native_viewport/interfaces", 89 "//mojo/services/native_viewport/interfaces",
90 "//mojo/services/surfaces/public/cpp", 90 "//mojo/services/surfaces/cpp",
91 "//mojo/services/surfaces/public/interfaces", 91 "//mojo/services/surfaces/interfaces",
92 "//mojo/services/view_manager/public/interfaces", 92 "//mojo/services/view_manager/public/interfaces",
93 "//mojo/services/view_manager/public/cpp:common", 93 "//mojo/services/view_manager/public/cpp:common",
94 "//mojo/services/window_manager/public/interfaces", 94 "//mojo/services/window_manager/public/interfaces",
95 "//ui/gfx", 95 "//ui/gfx",
96 "//ui/gfx/geometry", 96 "//ui/gfx/geometry",
97 ] 97 ]
98 } 98 }
99 99
100 source_set("test_support") { 100 source_set("test_support") {
101 testonly = true 101 testonly = true
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "//mojo/application", 187 "//mojo/application",
188 "//mojo/application:test_support", 188 "//mojo/application:test_support",
189 "//mojo/common", 189 "//mojo/common",
190 "//mojo/public/cpp/bindings", 190 "//mojo/public/cpp/bindings",
191 "//mojo/services/geometry/interfaces", 191 "//mojo/services/geometry/interfaces",
192 "//mojo/services/view_manager/public/cpp", 192 "//mojo/services/view_manager/public/cpp",
193 "//mojo/services/view_manager/public/interfaces", 193 "//mojo/services/view_manager/public/interfaces",
194 "//mojo/services/window_manager/public/interfaces", 194 "//mojo/services/window_manager/public/interfaces",
195 ] 195 ]
196 } 196 }
OLDNEW
« no previous file with comments | « services/url_response_disk_cache/url_response_disk_cache_impl.h ('k') | services/view_manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698