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

Side by Side Diff: mojo/fetcher/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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/environment/environment.cc ('k') | mojo/fetcher/data_fetcher.cc » ('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 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 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 source_set("fetcher") { 7 source_set("fetcher") {
8 sources = [ 8 sources = [
9 "about_fetcher.cc", 9 "about_fetcher.cc",
10 "about_fetcher.h", 10 "about_fetcher.h",
11 "data_fetcher.cc", 11 "data_fetcher.cc",
12 "data_fetcher.h", 12 "data_fetcher.h",
13 "local_fetcher.cc", 13 "local_fetcher.cc",
14 "local_fetcher.h", 14 "local_fetcher.h",
15 "network_fetcher.cc", 15 "network_fetcher.cc",
16 "network_fetcher.h", 16 "network_fetcher.h",
17 "switches.cc", 17 "switches.cc",
18 "switches.h", 18 "switches.h",
19 "update_fetcher.cc", 19 "update_fetcher.cc",
20 "update_fetcher.h", 20 "update_fetcher.h",
21 "url_resolver.cc", 21 "url_resolver.cc",
22 "url_resolver.h", 22 "url_resolver.h",
23 ] 23 ]
24 24
25 public_deps = [ 25 public_deps = [
26 "//base", 26 "//base",
27 "//mojo/application/public/interfaces", 27 "//mojo/application/public/interfaces",
28 "//mojo/common", 28 "//mojo/common",
29 "//mojo/public/cpp/bindings",
29 "//mojo/services/network/public/interfaces", 30 "//mojo/services/network/public/interfaces",
30 "//mojo/services/updater", 31 "//mojo/services/updater",
31 "//third_party/mojo/src/mojo/public/cpp/bindings",
32 "//url", 32 "//url",
33 ] 33 ]
34 deps = [ 34 deps = [
35 "//base/third_party/dynamic_annotations", 35 "//base/third_party/dynamic_annotations",
36 "//crypto:crypto", 36 "//crypto:crypto",
37 "//mojo/application/public/cpp:sources", 37 "//mojo/application/public/cpp:sources",
38 "//mojo/environment:chromium", 38 "//mojo/environment:chromium",
39 "//mojo/shell", 39 "//mojo/shell",
40 "//mojo/util:filename_util", 40 "//mojo/util:filename_util",
41 "//net", 41 "//net",
42 "//third_party/mojo/src/mojo/edk/system", 42 "//third_party/mojo/src/mojo/edk/system",
43 "//url", 43 "//url",
44 ] 44 ]
45 } 45 }
OLDNEW
« no previous file with comments | « mojo/environment/environment.cc ('k') | mojo/fetcher/data_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698