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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 298523002: [Android] Use the omnibox paste sanitizing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra blank line Created 6 years, 7 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/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index c06a27217024660e3ff447f0e5ae08485bec03de..9941397e184747397768a6715db0cd96c0803009 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -116,6 +116,8 @@
'browser/ui/android/login_prompt_android.cc',
'browser/ui/android/navigation_popup.cc',
'browser/ui/android/navigation_popup.h',
+ 'browser/ui/android/omnibox/omnibox_view_util.cc',
+ 'browser/ui/android/omnibox/omnibox_view_util.h',
'browser/ui/android/simple_message_box_android.cc',
'browser/ui/android/ssl_client_certificate_request.cc',
'browser/ui/android/ssl_client_certificate_request.h',
@@ -2908,6 +2910,7 @@
['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'],
['exclude', '^browser/ui/content_settings/'],
['exclude', '^browser/ui/omnibox/'],
+ ['include', '^browser/ui/omnibox/omnibox_view\\.(cc|h)$'],
['exclude', '^browser/ui/panels/'],
['exclude', '^browser/ui/pdf/'],
['exclude', '^browser/ui/startup/'],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698