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

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

Issue 1437683008: Add gn implementation for //components/history/ios/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keyed_service
Patch Set: Rebase Created 5 years, 1 month 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.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/ios/browser/BUILD.gn
diff --git a/components/security_interstitials/core/BUILD.gn b/components/history/ios/browser/BUILD.gn
similarity index 53%
copy from components/security_interstitials/core/BUILD.gn
copy to components/history/ios/browser/BUILD.gn
index d60bad3646cef3be59a89f8717da1fdb4e4d3bb2..960d778a0e6a938c5b8bfa584656ce6f48093964 100644
--- a/components/security_interstitials/core/BUILD.gn
+++ b/components/history/ios/browser/BUILD.gn
@@ -2,18 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: components/security_interstitials.gyp:security_interstitials_core
-static_library("core") {
+source_set("browser") {
sources = [
- "metrics_helper.cc",
- "metrics_helper.h",
+ "history_database_helper.cc",
+ "history_database_helper.h",
+ "web_state_top_sites_observer.cc",
+ "web_state_top_sites_observer.h",
]
deps = [
"//base",
"//components/history/core/browser",
- "//components/metrics",
- "//components/rappor",
- "//net",
+ "//ios/web",
+ "//url",
]
}
« no previous file with comments | « components/history.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698