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

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: Rebase again now that CQ is fixed 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
« no previous file with comments | « chrome/chrome_utility.gypi ('k') | chrome/common/DEPS » ('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("//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 import("//chrome/version.gni") 7 import("//chrome/version.gni")
8 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../chrome_common.gypi") ], 10 [ rebase_path("../chrome_common.gypi") ],
(...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 "//components/version_info", 76 "//components/version_info",
76 "//content/public/common", 77 "//content/public/common",
77 "//crypto", 78 "//crypto",
78 "//extensions/common:common_constants", 79 "//extensions/common:common_constants",
79 "//net", 80 "//net",
80 "//skia", 81 "//skia",
81 "//third_party/icu", 82 "//third_party/icu",
82 "//third_party/zlib:zip", 83 "//third_party/zlib:zip",
83 "//ui/resources:resources", 84 "//ui/resources:resources",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 ":constants", 354 ":constants",
354 "//base", 355 "//base",
355 ] 356 ]
356 } 357 }
357 358
358 mojom("mojo_bindings") { 359 mojom("mojo_bindings") {
359 sources = [ 360 sources = [
360 "resource_usage_reporter.mojom", 361 "resource_usage_reporter.mojom",
361 ] 362 ]
362 } 363 }
OLDNEW
« no previous file with comments | « chrome/chrome_utility.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698