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

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: Compile fixes following rebase Created 5 years, 6 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//chrome/app/theme:theme_resources", 58 "//chrome/app/theme:theme_resources",
59 "//chrome/installer/util", 59 "//chrome/installer/util",
60 "//components/cloud_devices/common", 60 "//components/cloud_devices/common",
61 "//components/component_updater", 61 "//components/component_updater",
62 "//components/content_settings/core/common", 62 "//components/content_settings/core/common",
63 "//components/favicon_base", 63 "//components/favicon_base",
64 "//components/json_schema", 64 "//components/json_schema",
65 "//components/metrics", 65 "//components/metrics",
66 "//components/policy:policy_component_common", 66 "//components/policy:policy_component_common",
67 "//components/translate/core/common", 67 "//components/translate/core/common",
68 "//components/url_formatter",
68 "//components/variations", 69 "//components/variations",
69 "//content/public/common", 70 "//content/public/common",
70 "//crypto", 71 "//crypto",
71 "//extensions/common:common_constants", 72 "//extensions/common:common_constants",
72 "//net", 73 "//net",
73 "//skia", 74 "//skia",
74 "//third_party/icu", 75 "//third_party/icu",
75 "//third_party/libxml", 76 "//third_party/libxml",
76 "//third_party/sqlite", 77 "//third_party/sqlite",
77 "//third_party/zlib:zip", 78 "//third_party/zlib:zip",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 ":constants", 353 ":constants",
353 "//base", 354 "//base",
354 ] 355 ]
355 } 356 }
356 357
357 mojom("mojo_bindings") { 358 mojom("mojo_bindings") {
358 sources = [ 359 sources = [
359 "resource_usage_reporter.mojom", 360 "resource_usage_reporter.mojom",
360 ] 361 ]
361 } 362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698