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

Side by Side Diff: components/bookmarks/browser/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 | « components/bookmarks/DEPS ('k') | components/bookmarks/browser/bookmark_utils.h » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "base_bookmark_model_observer.cc", 9 "base_bookmark_model_observer.cc",
10 "base_bookmark_model_observer.h", 10 "base_bookmark_model_observer.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//base", 43 "//base",
44 "//base:i18n", 44 "//base:i18n",
45 "//base:prefs", 45 "//base:prefs",
46 "//components/bookmarks/common", 46 "//components/bookmarks/common",
47 "//components/favicon_base", 47 "//components/favicon_base",
48 "//components/keyed_service/core", 48 "//components/keyed_service/core",
49 "//components/pref_registry", 49 "//components/pref_registry",
50 "//components/query_parser", 50 "//components/query_parser",
51 "//components/startup_metric_utils", 51 "//components/startup_metric_utils",
52 "//components/strings", 52 "//components/strings",
53 "//components/url_formatter",
53 "//net", 54 "//net",
54 "//third_party/icu", 55 "//third_party/icu",
55 "//ui/base", 56 "//ui/base",
56 "//ui/gfx", 57 "//ui/gfx",
57 "//url", 58 "//url",
58 ] 59 ]
59 60
60 if (toolkit_views) { 61 if (toolkit_views) {
61 sources += [ "bookmark_node_data_views.cc" ] 62 sources += [ "bookmark_node_data_views.cc" ]
62 deps += [ "//ui/views" ] 63 deps += [ "//ui/views" ]
(...skipping 18 matching lines...) Expand all
81 "//base:prefs_test_support", 82 "//base:prefs_test_support",
82 "//components/bookmarks/common", 83 "//components/bookmarks/common",
83 "//components/bookmarks/test", 84 "//components/bookmarks/test",
84 "//components/favicon_base", 85 "//components/favicon_base",
85 "//components/pref_registry", 86 "//components/pref_registry",
86 "//testing/gtest", 87 "//testing/gtest",
87 "//ui/base", 88 "//ui/base",
88 "//url", 89 "//url",
89 ] 90 ]
90 } 91 }
OLDNEW
« no previous file with comments | « components/bookmarks/DEPS ('k') | components/bookmarks/browser/bookmark_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698