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

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: Add missing conversion 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
Index: components/history/content/browser/BUILD.gn
diff --git a/components/history/core/android/BUILD.gn b/components/history/content/browser/BUILD.gn
similarity index 50%
copy from components/history/core/android/BUILD.gn
copy to components/history/content/browser/BUILD.gn
index b49d867524c1db0799a087d48bc436a4054a7048..30628c28f63b6b0d15a82572203c5c4114eecdef 100644
--- a/components/history/core/android/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("android") {
+static_library("browser") {
sources = [
- "android_history_types.cc",
- "android_history_types.h",
+ "download_constants_utils.cc",
+ "download_constants_utils.h",
]
deps = [
"//base",
"//components/history/core/browser",
- "//sql",
+ "//content/public/browser",
]
}

Powered by Google App Engine
This is Rietveld 408576698