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

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

Issue 477923004: Create native_viewport_service, don't build it into mojo_shell unless Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try to get gn build working again Created 6 years, 3 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 | Annotate | Revision Log
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("//mojo/system.gni") 5 import("//mojo/system.gni")
6 6
7 # GYP version: mojo/mojo_services.gypi:mojo_view_manager 7 # GYP version: mojo/mojo_services.gypi:mojo_view_manager
8 component("view_manager") { 8 component("view_manager") {
9 deps = [ 9 deps = [
10 "//base", 10 "//base",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//base/test:test_support", 65 "//base/test:test_support",
66 "//mojo/application", 66 "//mojo/application",
67 "//mojo/application_manager", 67 "//mojo/application_manager",
68 "//mojo/environment:chromium", 68 "//mojo/environment:chromium",
69 "//mojo/services/public/cpp/input_events", 69 "//mojo/services/public/cpp/input_events",
70 "//mojo/services/public/cpp/geometry", 70 "//mojo/services/public/cpp/geometry",
71 "//mojo/services/public/cpp/view_manager", 71 "//mojo/services/public/cpp/view_manager",
72 "//mojo/services/public/cpp/view_manager/lib:run_unittests", 72 "//mojo/services/public/cpp/view_manager/lib:run_unittests",
73 "//mojo/services/public/cpp/view_manager:common", 73 "//mojo/services/public/cpp/view_manager:common",
74 "//mojo/services/public/interfaces/input_events", 74 "//mojo/services/public/interfaces/input_events",
75 "//mojo/services/public/interfaces/native_viewport",
75 "//mojo/services/public/interfaces/geometry", 76 "//mojo/services/public/interfaces/geometry",
76 "//mojo/services/public/interfaces/view_manager", 77 "//mojo/services/public/interfaces/view_manager",
77 "//mojo/shell:test_support", 78 "//mojo/shell:test_support",
78 "//mojo/system", 79 "//mojo/system",
79 "//testing/gtest", 80 "//testing/gtest",
80 ] 81 ]
81 82
82 sources = [ 83 sources = [
83 "test_change_tracker.cc", 84 "test_change_tracker.cc",
84 "test_change_tracker.h", 85 "test_change_tracker.h",
85 "view_manager_unittest.cc", 86 "view_manager_unittest.cc",
86 ] 87 ]
87 } 88 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698