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

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

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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") {
11 output_name = "mojo_window_manager"
12
11 sources = [ "main.cc" ] 13 sources = [ "main.cc" ]
12 14
13 public_deps = [ 15 public_deps = [
14 ":lib", 16 ":lib",
15 ] 17 ]
16 deps = [ 18 deps = [
17 "//base", 19 "//base",
18 "//mojo/application", 20 "//mojo/application",
19 "//mojo/public/c/system:for_shared_library", 21 "//mojo/public/c/system:for_shared_library",
20 "//mojo/services/public/cpp/view_manager", 22 "//mojo/services/public/cpp/view_manager",
(...skipping 28 matching lines...) Expand all
49 "//mojo/common", 51 "//mojo/common",
50 "//mojo/converters/input_events", 52 "//mojo/converters/input_events",
51 "//mojo/services/public/cpp/view_manager", 53 "//mojo/services/public/cpp/view_manager",
52 "//mojo/public/interfaces/application:application", 54 "//mojo/public/interfaces/application:application",
53 "//mojo/services/public/interfaces/window_manager", 55 "//mojo/services/public/interfaces/window_manager",
54 "//mojo/services/public/interfaces/window_manager2", 56 "//mojo/services/public/interfaces/window_manager2",
55 ] 57 ]
56 } 58 }
57 59
58 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager_unittests 60 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager_unittests
59 test("window_manager_unittests") { 61 test("mojo_window_manager_unittests") {
60 sources = [ 62 sources = [
61 "window_manager_api_unittest.cc", 63 "window_manager_api_unittest.cc",
62 "window_manager_unittests.cc", 64 "window_manager_unittests.cc",
63 ] 65 ]
64 66
65 deps = [ 67 deps = [
66 "//base/test:test_support", 68 "//base/test:test_support",
67 "//mojo/application_manager", 69 "//mojo/application_manager",
68 "//mojo/edk/system", 70 "//mojo/edk/system",
69 "//mojo/environment:chromium", 71 "//mojo/environment:chromium",
70 "//mojo/services/public/cpp/view_manager", 72 "//mojo/services/public/cpp/view_manager",
71 "//mojo/services/public/interfaces/view_manager", 73 "//mojo/services/public/interfaces/view_manager",
72 "//mojo/services/public/interfaces/window_manager", 74 "//mojo/services/public/interfaces/window_manager",
73 "//mojo/services/public/interfaces/window_manager2", 75 "//mojo/services/public/interfaces/window_manager2",
74 "//mojo/shell:test_support", 76 "//mojo/shell:test_support",
75 "//testing/gtest", 77 "//testing/gtest",
76 "//ui/gl", 78 "//ui/gl",
77 ] 79 ]
78 if (use_x11) { 80 if (use_x11) {
79 deps += [ "//ui/gfx/x" ] 81 deps += [ "//ui/gfx/x" ]
80 } 82 }
81 } 83 }
82 84
83 } # use_aura 85 } # 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