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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « mojo/shell/application_manager_apptest_driver.cc ('k') | mojo/shell/package_manager/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 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("//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",
(...skipping 14 matching lines...) Expand all
25 "//mojo/common", 25 "//mojo/common",
26 "//mojo/public/cpp/bindings", 26 "//mojo/public/cpp/bindings",
27 "//mojo/services/network/public/interfaces", 27 "//mojo/services/network/public/interfaces",
28 "//mojo/services/updater", 28 "//mojo/services/updater",
29 "//mojo/shell/public/interfaces", 29 "//mojo/shell/public/interfaces",
30 "//url", 30 "//url",
31 ] 31 ]
32 deps = [ 32 deps = [
33 "//base/third_party/dynamic_annotations", 33 "//base/third_party/dynamic_annotations",
34 "//crypto:crypto", 34 "//crypto:crypto",
35 "//mojo/edk/system",
35 "//mojo/environment:chromium", 36 "//mojo/environment:chromium",
36 "//mojo/shell", 37 "//mojo/shell",
37 "//mojo/shell/public/cpp:sources", 38 "//mojo/shell/public/cpp:sources",
38 "//mojo/util:filename_util", 39 "//mojo/util:filename_util",
39 "//net", 40 "//net",
40 "//third_party/mojo/src/mojo/edk/system",
41 "//url", 41 "//url",
42 ] 42 ]
43 } 43 }
OLDNEW
« no previous file with comments | « mojo/shell/application_manager_apptest_driver.cc ('k') | mojo/shell/package_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698