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

Side by Side Diff: chrome/browser/ui/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/browser/supervised_user/supervised_user_url_filter.cc ('k') | chrome/browser/ui/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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.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_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 85 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
86 ".", 86 ".",
87 "//chrome") 87 "//chrome")
88 deps += [ 88 deps += [
89 "//chrome/browser/devtools", 89 "//chrome/browser/devtools",
90 "//chrome/browser/ui/views", 90 "//chrome/browser/ui/views",
91 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 91 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
92 "//chrome/installer/util", 92 "//chrome/installer/util",
93 "//components/autofill/content/browser:risk_proto", 93 "//components/autofill/content/browser:risk_proto",
94 "//components/power", 94 "//components/power",
95 "//components/secure_display",
96 "//components/suggestions/proto", 95 "//components/suggestions/proto",
96 "//components/url_formatter",
97 "//device/nfc", 97 "//device/nfc",
98 "//media", 98 "//media",
99 "//net:net_with_v8", 99 "//net:net_with_v8",
100 "//storage/browser", 100 "//storage/browser",
101 "//storage/common", 101 "//storage/common",
102 "//third_party/WebKit/public:resources", 102 "//third_party/WebKit/public:resources",
103 "//third_party/adobe/flash:flapper_version_h", 103 "//third_party/adobe/flash:flapper_version_h",
104 "//third_party/leveldatabase", 104 "//third_party/leveldatabase",
105 "//third_party/mojo/src/mojo/edk/system", 105 "//third_party/mojo/src/mojo/edk/system",
106 "//third_party/libjingle", 106 "//third_party/libjingle",
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "//chrome/browser", 528 "//chrome/browser",
529 "//content/public/browser", 529 "//content/public/browser",
530 "//content/public/common", 530 "//content/public/common",
531 "//content/test:test_support", 531 "//content/test:test_support",
532 "//net:test_support", 532 "//net:test_support",
533 "//skia", 533 "//skia",
534 "//testing/gtest", 534 "//testing/gtest",
535 "//ui/base", 535 "//ui/base",
536 ] 536 ]
537 } 537 }
OLDNEW
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_url_filter.cc ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698