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

Side by Side Diff: chrome/common/BUILD.gn

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fold in secure_display to url_formatter Created 5 years, 4 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 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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
7 7
8 gypi_values = exec_script("//build/gypi_to_gn.py", 8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_common.gypi") ], 9 [ rebase_path("../chrome_common.gypi") ],
10 "scope", 10 "scope",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//components/cloud_devices/common", 64 "//components/cloud_devices/common",
65 "//components/component_updater", 65 "//components/component_updater",
66 "//components/content_settings/core/common", 66 "//components/content_settings/core/common",
67 "//components/favicon_base", 67 "//components/favicon_base",
68 "//components/gcm_driver/common", 68 "//components/gcm_driver/common",
69 "//components/json_schema", 69 "//components/json_schema",
70 "//components/metrics", 70 "//components/metrics",
71 "//components/omnibox/common", 71 "//components/omnibox/common",
72 "//components/policy:policy_component_common", 72 "//components/policy:policy_component_common",
73 "//components/translate/core/common", 73 "//components/translate/core/common",
74 "//components/url_formatter",
74 "//components/variations", 75 "//components/variations",
75 "//content/public/common", 76 "//content/public/common",
76 "//crypto", 77 "//crypto",
77 "//extensions/common:common_constants", 78 "//extensions/common:common_constants",
78 "//net", 79 "//net",
79 "//skia", 80 "//skia",
80 "//third_party/icu", 81 "//third_party/icu",
81 "//third_party/zlib:zip", 82 "//third_party/zlib:zip",
82 "//ui/resources:resources", 83 "//ui/resources:resources",
83 "//url", 84 "//url",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 ":constants", 360 ":constants",
360 "//base", 361 "//base",
361 ] 362 ]
362 } 363 }
363 364
364 mojom("mojo_bindings") { 365 mojom("mojo_bindings") {
365 sources = [ 366 sources = [
366 "resource_usage_reporter.mojom", 367 "resource_usage_reporter.mojom",
367 ] 368 ]
368 } 369 }
OLDNEW
« no previous file with comments | « chrome/chrome_utility.gypi ('k') | chrome/common/DEPS » ('j') | components/url_formatter/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698