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

Side by Side Diff: services/window_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("window_manager") { 9 mojo_native_application("window_manager") {
9 sources = [ 10 sources = [
10 "main.cc", 11 "main.cc",
11 ] 12 ]
12 13
13 public_deps = [ 14 public_deps = [
14 ":lib", 15 ":lib",
15 ] 16 ]
16 17
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//mojo/public/c/system:for_shared_library", 118 "//mojo/public/c/system:for_shared_library",
118 "//mojo/public/cpp/system:system", 119 "//mojo/public/cpp/system:system",
119 "//mojo/services/view_manager/public/cpp", 120 "//mojo/services/view_manager/public/cpp",
120 "//mojo/services/window_manager/public/interfaces", 121 "//mojo/services/window_manager/public/interfaces",
121 ] 122 ]
122 123
123 datadeps = [ 124 datadeps = [
124 ":window_manager", 125 ":window_manager",
125 ] 126 ]
126 } 127 }
OLDNEW
« no previous file with comments | « services/view_manager/BUILD.gn ('k') | shell/BUILD.gn » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698