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

Unified Diff: components/ntp_tiles.gypi

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 | « chrome/browser/ui/webui/popular_sites_internals_message_handler.cc ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles.gypi
diff --git a/components/ntp_tiles.gypi b/components/ntp_tiles.gypi
index f146a7fe431ea7c05cf856a654f276f1cbad415b..020435d69ab92c46ab2ffdf3395075a13b30bcb1 100644
--- a/components/ntp_tiles.gypi
+++ b/components/ntp_tiles.gypi
@@ -32,11 +32,6 @@
'ntp_tiles/switches.cc',
],
'conditions': [
- ['OS != "ios"', {
- 'dependencies': [
- 'safe_json',
- ],
- }],
['OS == "android"', {
'dependencies': [
'ntp_tiles_jni_headers',
« no previous file with comments | « chrome/browser/ui/webui/popular_sites_internals_message_handler.cc ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698