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

Unified Diff: chrome/chrome_browser.gypi

Issue 5698006: Fix Instant suggest issues in Linux Views port. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 cbf726c98dcf4d64b49560f19d0c232d9274bdc0..b3464966f4c887116c6e0c1db25f8533a3775ff8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4027,8 +4027,9 @@
['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'],
['include', '^browser/ui/views/location_bar/star_view.cc'],
['include', '^browser/ui/views/location_bar/star_view.h'],
- ['include', '^browser/ui/views/location_bar/suggested_text_view.cc'],
- ['include', '^browser/ui/views/location_bar/suggested_text_view.h'],
+ # Right now, we don't use SuggestedTextView for Linux Views port.
Evan Stade 2010/12/11 00:13:25 can you just remove these lines instead?
+ #['include', '^browser/ui/views/location_bar/suggested_text_view.cc'],
+ #['include', '^browser/ui/views/location_bar/suggested_text_view.h'],
['include', '^browser/ui/views/location_bar_view.cc'],
['include', '^browser/ui/views/location_bar_view.h'],
['include', '^browser/ui/views/modal_dialog_delegate.cc'],

Powered by Google App Engine
This is Rietveld 408576698