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

Unified Diff: components/history/content/browser/BUILD.gn

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete #include Created 5 years, 11 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/history/content/DEPS ('k') | components/history/content/browser/download_constants_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/content/browser/BUILD.gn
diff --git a/components/history/core/test/BUILD.gn b/components/history/content/browser/BUILD.gn
similarity index 50%
copy from components/history/core/test/BUILD.gn
copy to components/history/content/browser/BUILD.gn
index 7ac0c01a770748dddcb00f91f9f9794bddb311ee..30628c28f63b6b0d15a82572203c5c4114eecdef 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/content/browser/BUILD.gn
@@ -1,16 +1,16 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("test") {
+static_library("browser") {
sources = [
- "history_client_fake_bookmarks.cc",
- "history_client_fake_bookmarks.h",
+ "download_constants_utils.cc",
+ "download_constants_utils.h",
]
deps = [
"//base",
"//components/history/core/browser",
- "//url",
+ "//content/public/browser",
]
}
« no previous file with comments | « components/history/content/DEPS ('k') | components/history/content/browser/download_constants_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698