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

Unified Diff: chrome/chrome_browser.gypi

Issue 19287013: Bookmark Undo service for multiple level undo/redo of bookmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f57537a01f7748502c777a5347ca38b5b406a3ad..7a8d5a2c231f7e104a57d9fcb1e6a901a1f9f405 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2282,8 +2282,14 @@
'browser/translate/translate_url_fetcher.h',
'browser/translate/translate_url_util.cc',
'browser/translate/translate_url_util.h',
+ 'browser/undo/bookmark_undo_service.cc',
+ 'browser/undo/bookmark_undo_service.h',
+ 'browser/undo/bookmark_undo_service_factory.cc',
+ 'browser/undo/bookmark_undo_service_factory.h',
'browser/undo/undo_manager.cc',
'browser/undo/undo_manager.h',
+ 'browser/undo/undo_manager_utils.cc',
+ 'browser/undo/undo_manager_utils.h',
'browser/undo/undo_operation.h',
'browser/upgrade_detector.cc',
'browser/upgrade_detector.h',

Powered by Google App Engine
This is Rietveld 408576698