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

Side by Side Diff: mojo/services/window_manager/BUILD.gn

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 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
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('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 6
7 if (use_aura) { 7 if (use_aura) {
8 8
9 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager 9 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager
10 shared_library("window_manager") { 10 shared_library("window_manager") {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager_unittests 56 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager_unittests
57 test("mojo_core_window_manager_unittests") { 57 test("mojo_core_window_manager_unittests") {
58 sources = [ 58 sources = [
59 "window_manager_api_unittest.cc", 59 "window_manager_api_unittest.cc",
60 "window_manager_unittests.cc", 60 "window_manager_unittests.cc",
61 ] 61 ]
62 62
63 deps = [ 63 deps = [
64 "//base/test:test_support", 64 "//base/test:test_support",
65 "//mojo/application_manager", 65 "//mojo/application_manager",
66 "//mojo/edk/system",
66 "//mojo/environment:chromium", 67 "//mojo/environment:chromium",
67 "//mojo/services/public/cpp/view_manager", 68 "//mojo/services/public/cpp/view_manager",
68 "//mojo/services/public/interfaces/view_manager", 69 "//mojo/services/public/interfaces/view_manager",
69 "//mojo/services/public/interfaces/window_manager", 70 "//mojo/services/public/interfaces/window_manager",
70 "//mojo/shell:test_support", 71 "//mojo/shell:test_support",
71 "//mojo/system",
72 "//testing/gtest", 72 "//testing/gtest",
73 "//ui/gl", 73 "//ui/gl",
74 ] 74 ]
75 if (use_x11) { 75 if (use_x11) {
76 deps += [ "//ui/gfx/x" ] 76 deps += [ "//ui/gfx/x" ]
77 } 77 }
78 } 78 }
79 79
80 } # use_aura 80 } # use_aura
OLDNEW
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698