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

Side by Side Diff: content/shell/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 | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/shell/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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "//base", 196 "//base",
197 "//base:base_static", 197 "//base:base_static",
198 "//base/allocator", 198 "//base/allocator",
199 "//base/third_party/dynamic_annotations", 199 "//base/third_party/dynamic_annotations",
200 "//cc", 200 "//cc",
201 "//components/crash/app", 201 "//components/crash/app",
202 "//components/devtools_discovery", 202 "//components/devtools_discovery",
203 "//components/devtools_http_handler", 203 "//components/devtools_http_handler",
204 "//components/plugins/renderer", 204 "//components/plugins/renderer",
205 "//components/test_runner:test_runner", 205 "//components/test_runner:test_runner",
206 "//components/url_formatter",
206 "//components/web_cache/renderer", 207 "//components/web_cache/renderer",
207 "//content:resources", 208 "//content:resources",
208 "//content/app/resources", 209 "//content/app/resources",
209 "//content/app/strings", 210 "//content/app/strings",
210 "//content/gpu", 211 "//content/gpu",
211 "//content/test:layouttest_support", 212 "//content/test:layouttest_support",
212 "//device/bluetooth", 213 "//device/bluetooth",
213 "//device/bluetooth:mocks", 214 "//device/bluetooth:mocks",
214 "//gin", 215 "//gin",
215 "//gpu", 216 "//gpu",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 458
458 deps = [ 459 deps = [
459 "//base", 460 "//base",
460 "//components/crash/tools:crash_service", 461 "//components/crash/tools:crash_service",
461 ] 462 ]
462 463
463 configs -= [ "//build/config/win:console" ] 464 configs -= [ "//build/config/win:console" ]
464 configs += [ "//build/config/win:windowed" ] 465 configs += [ "//build/config/win:windowed" ]
465 } 466 }
466 } 467 }
OLDNEW
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698