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

Unified Diff: chrome/chrome_browser.gypi

Issue 7572022: Use bookmark manager to add/edit bookmark pages with webui_dialogs=1. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 a99330286a74a07517ad11637b254bd97ebb327b..5ff822387ea59b8c22047f9c7d8db9ea30d2442e 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3891,6 +3891,11 @@
],
},
}],
+ ['webui_bookmark_editor==1', {
+ 'defines': [
+ 'WEBUI_BOOKMARK_EDITOR',
+ ],
+ }],
['webui_certificate_viewer==0', {
'sources/': [
['exclude', '^browser/ui/webui/certificate_viewer.cc'],

Powered by Google App Engine
This is Rietveld 408576698