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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2192783002: Parse PopularSites JSON by callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@json
Patch Set: Created 4 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/ntp_tiles.gypi ('k') | components/ntp_tiles/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index ffbdc3b86db1b2c38ac57533cdb309d52acbd68d..cdd6be5a430496066aba08d4edc5813eb30624fa 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-assert(!is_ios) # TODO(sfiera): support iOS http://crbug.com/617966
-
if (is_android) {
import("//build/config/android/rules.gni")
}
@@ -32,7 +30,6 @@ static_library("ntp_tiles") {
"//components/google/core/browser",
"//components/pref_registry",
"//components/prefs",
- "//components/safe_json",
"//components/search_engines",
"//components/variations",
"//components/variations/service",
« no previous file with comments | « components/ntp_tiles.gypi ('k') | components/ntp_tiles/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698