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

Unified Diff: components/bookmarks/browser/BUILD.gn

Issue 391603002: components: Add GN build files for three more components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/BUILD.gn
diff --git a/components/bookmarks/browser/BUILD.gn b/components/bookmarks/browser/BUILD.gn
index f6b4db252fe82b95ac4b3a97797865772b58af37..f6c736c8bf52b657b33622a4edbefe4bad41d9dd 100644
--- a/components/bookmarks/browser/BUILD.gn
+++ b/components/bookmarks/browser/BUILD.gn
@@ -39,18 +39,18 @@ source_set("browser") {
deps = [
"//base",
- "//net",
- "//third_party/icu",
- "//ui/base",
- "//ui/gfx",
- "//url",
"//components/bookmarks/common",
- "//components/strings",
"//components/favicon_base",
"//components/keyed_service/core",
"//components/pref_registry",
"//components/query_parser",
"//components/startup_metric_utils",
+ "//components/strings",
+ "//net",
+ "//third_party/icu",
+ "//ui/base",
+ "//ui/gfx",
+ "//url",
]
if (toolkit_views) {
« no previous file with comments | « components/BUILD.gn ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698