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

Side by Side Diff: services/dart/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « services/contacts/contacts_apptest.cc ('k') | services/device_info/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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 group("dart") { 7 group("dart") {
8 deps = [ 8 deps = [
9 ":dart_content_handler", 9 ":dart_content_handler",
10 ] 10 ]
(...skipping 29 matching lines...) Expand all
40 "//dart/runtime:libdart", 40 "//dart/runtime:libdart",
41 "//mojo/application", 41 "//mojo/application",
42 "//mojo/application:content_handler", 42 "//mojo/application:content_handler",
43 "//mojo/dart/embedder:dart_controller_no_snapshot", 43 "//mojo/dart/embedder:dart_controller_no_snapshot",
44 "//mojo/data_pipe_utils", 44 "//mojo/data_pipe_utils",
45 "//mojo/common:tracing_impl", 45 "//mojo/common:tracing_impl",
46 "//mojo/environment:chromium", 46 "//mojo/environment:chromium",
47 "//mojo/public/cpp/system", 47 "//mojo/public/cpp/system",
48 "//mojo/public/cpp/utility", 48 "//mojo/public/cpp/utility",
49 "//mojo/public/interfaces/application", 49 "//mojo/public/interfaces/application",
50 "//mojo/services/content_handler/public/interfaces", 50 "//mojo/services/content_handler/interfaces",
51 "//mojo/services/network/public/interfaces", 51 "//mojo/services/network/public/interfaces",
52 "//mojo/services/tracing/public/interfaces", 52 "//mojo/services/tracing/public/interfaces",
53 "//mojo/services/url_response_disk_cache/public/interfaces", 53 "//mojo/services/url_response_disk_cache/public/interfaces",
54 "//third_party/zlib:zip", 54 "//third_party/zlib:zip",
55 "//url:url", 55 "//url:url",
56 ] 56 ]
57 } 57 }
OLDNEW
« no previous file with comments | « services/contacts/contacts_apptest.cc ('k') | services/device_info/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698