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

Unified Diff: components/history/core/android/BUILD.gn

Issue 584013002: Componentize history_types.{cc,h} and android_history_types.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/DEPS ('k') | components/history/core/android/android_history_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/android/BUILD.gn
diff --git a/components/history/core/test/BUILD.gn b/components/history/core/android/BUILD.gn
similarity index 68%
copy from components/history/core/test/BUILD.gn
copy to components/history/core/android/BUILD.gn
index 7ac0c01a770748dddcb00f91f9f9794bddb311ee..b49d867524c1db0799a087d48bc436a4054a7048 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/core/android/BUILD.gn
@@ -2,15 +2,15 @@
# 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("android") {
sources = [
- "history_client_fake_bookmarks.cc",
- "history_client_fake_bookmarks.h",
+ "android_history_types.cc",
+ "android_history_types.h",
]
deps = [
"//base",
"//components/history/core/browser",
- "//url",
+ "//sql",
]
}
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/android/android_history_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698