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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 320393005: Close the bubble when entering full screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dependency for linking Created 6 years, 6 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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index d18aab9d7d13c9d9de6f8557ddc637830ecb8939..d20f8c88e2af4230fe43c85faa44a23cf9cc01b8 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2510,6 +2510,9 @@
],
}],
['OS!="android" and OS!="ios"', {
+ 'dependencies': [
Mark Mentovai 2014/06/17 13:30:41 You may remove this, it wasn’t the problem. It wou
+ '../base/base.gyp:base',
+ ],
'sources!': [
'browser/ui/auto_login_infobar_delegate.cc',
'browser/ui/auto_login_infobar_delegate.h',
« base/mac/sdk_forward_declarations.h ('K') | « chrome/browser/ui/cocoa/base_bubble_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698