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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 8
8 mojo_native_application("view_manager") { 9 mojo_native_application("view_manager") {
9 sources = [ 10 sources = [
10 "main.cc", 11 "main.cc",
11 "view_manager_app.cc", 12 "view_manager_app.cc",
12 "view_manager_app.h", 13 "view_manager_app.h",
13 ] 14 ]
14 15
15 deps = [ 16 deps = [
16 ":view_manager_lib", 17 ":view_manager_lib",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "//mojo/application", 152 "//mojo/application",
152 "//mojo/application:test_support", 153 "//mojo/application:test_support",
153 "//mojo/common", 154 "//mojo/common",
154 "//mojo/public/cpp/bindings", 155 "//mojo/public/cpp/bindings",
155 "//mojo/services/geometry/public/interfaces", 156 "//mojo/services/geometry/public/interfaces",
156 "//mojo/services/view_manager/public/cpp", 157 "//mojo/services/view_manager/public/cpp",
157 "//mojo/services/view_manager/public/interfaces", 158 "//mojo/services/view_manager/public/interfaces",
158 "//mojo/services/window_manager/public/interfaces", 159 "//mojo/services/window_manager/public/interfaces",
159 ] 160 ]
160 } 161 }
OLDNEW
« no previous file with comments | « services/js/BUILD.gn ('k') | services/window_manager/BUILD.gn » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698