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

Unified Diff: chrome/browser/bookmarks/DEPS

Issue 578333003: Workaround to remove command line flag on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/about_flags.cc ('k') | chrome/browser/bookmarks/enhanced_bookmarks_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/DEPS
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
index a9233d060c0db93589d666f2d4c7eaf6a135f5a3..73aa9a2280da67545226d7fcca60a48ed4aebb81 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -34,4 +34,10 @@ specific_include_rules = {
"+chrome/test/base/testing_profile.h",
"+chrome/utility/importer/bookmark_html_reader.h",
],
+ # Allow to include flags_storage into enhanced_bookmarks_features.cc because
+ # it has a function used by about_flags.cc and it needs flags_storage.
+ # This should be removed after enhanced bookmarks experiment is over.
+ 'enhanced_bookmarks_features\.cc': [
+ "+chrome/browser/flags_storage.h",
+ ],
}
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/bookmarks/enhanced_bookmarks_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698