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

Unified Diff: chrome/chrome_utility.gypi

Issue 1465853002: Implement support for importing favorites from Edge on Windows 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another CLANG warning 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
Index: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index d70f335a6c532dd6c3dff44a501c59c5749e133d..c199ee26c2367c4c7b50459828e4924e2bb1854b 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -44,6 +44,8 @@
'utility/importer/bookmark_html_reader.h',
'utility/importer/bookmarks_file_importer.cc',
'utility/importer/bookmarks_file_importer.h',
+ 'utility/importer/edge_importer_win.cc',
+ 'utility/importer/edge_importer_win.h',
'utility/importer/external_process_importer_bridge.cc',
'utility/importer/external_process_importer_bridge.h',
'utility/importer/favicon_reencode.cc',
@@ -144,7 +146,11 @@
# Prevent wininet from loading in the renderer.
# http://crbug.com/460679
'wininet.dll',
+ 'esent.dll',
],
+ 'AdditionalDependencies': [
+ 'esent.lib',
+ ]
},
},
},

Powered by Google App Engine
This is Rietveld 408576698