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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 25589002: Enable external protocol dialog on Windows Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux Created 7 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/ui/views/stubs_aura.cc ('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 d41e46ab8a13e5bcf5b01039fa1551fb38c771e8..f61969fb755f35d54220bc8727e5fc6d54fd5dcb 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2743,7 +2743,6 @@
['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
['exclude', '^browser/ui/views/app_menu_button_win.cc'],
['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
- ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
['exclude', '^browser/ui/views/find_bar_host_win.cc'],
['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
@@ -2791,9 +2790,10 @@
],
}, {
'sources/': [
- ['exclude', '^browser/ui/views/hwnd_util.h'],
+ ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'],
['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'],
+ ['exclude', '^browser/ui/views/hwnd_util.h'],
],
}],
],
« no previous file with comments | « chrome/browser/ui/views/stubs_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698