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

Side by Side Diff: services/BUILD.gn

Issue 1122343002: Clean up //services/BUILD.gn. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: abs 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
« no previous file with comments | « no previous file | no next file » | 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")
6 import("//mojo/public/mojo.gni")
7
8 group("services") { 5 group("services") {
9 deps = [ 6 deps = [
10 "//services/clipboard", 7 "//services/clipboard",
11 "//services/console", 8 "//services/console",
12 "//services/dart", 9 "//services/dart",
13 "//services/device_info", 10 "//services/device_info",
14 "//services/fake_surfaces", 11 "//services/fake_surfaces",
15 "//services/files", 12 "//services/files",
16 "//services/gles2:lib", 13 "//services/gles2:lib",
17 "//services/http_server", 14 "//services/http_server",
(...skipping 15 matching lines...) Expand all
33 "//services/authentication", 30 "//services/authentication",
34 "//services/location", 31 "//services/location",
35 "//services/sensors", 32 "//services/sensors",
36 ] 33 ]
37 } 34 }
38 35
39 if (is_linux) { 36 if (is_linux) {
40 deps += [ "//services/python" ] 37 deps += [ "//services/python" ]
41 } 38 }
42 } 39 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698