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

Side by Side Diff: mandoline/services/core_services/BUILD.gn

Issue 1150093003: Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # core_services should be thought of as a bundle of many of the services which 5 # core_services should be thought of as a bundle of many of the services which
6 # we ship with. 6 # we ship with.
7 7
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 9 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 source_set("sources") { 54 source_set("sources") {
55 sources = [ 55 sources = [
56 "core_services_application_delegate.cc", 56 "core_services_application_delegate.cc",
57 "main.cc", 57 "main.cc",
58 ] 58 ]
59 59
60 deps = [ 60 deps = [
61 "//base", 61 "//base",
62 "//components/clipboard:lib", 62 "//components/clipboard:lib",
63 "//components/surfaces:lib",
64 "//components/resource_provider:lib", 63 "//components/resource_provider:lib",
65 "//components/view_manager:view_manager_lib", 64 "//components/view_manager:lib",
65 "//components/view_manager/surfaces:lib",
66 "//mandoline/ui/browser:kiosk_wm_lib", 66 "//mandoline/ui/browser:kiosk_wm_lib",
67 "//mojo/application/public/cpp", 67 "//mojo/application/public/cpp",
68 "//mojo/common:tracing_impl", 68 "//mojo/common:tracing_impl",
69 "//mojo/services/network:lib", 69 "//mojo/services/network:lib",
70 "//mojo/services/tracing:lib", 70 "//mojo/services/tracing:lib",
71 ] 71 ]
72 72
73 if (!is_android) { 73 if (!is_android) {
74 deps += [ 74 deps += [
75 "//components/view_manager/public/cpp", 75 "//components/view_manager/public/cpp",
76 "//mandoline/ui/omnibox:lib", 76 "//mandoline/ui/omnibox:lib",
77 ] 77 ]
78 } 78 }
79 } 79 }
OLDNEW
« no previous file with comments | « mandoline/app/android/BUILD.gn ('k') | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698