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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 12221055: Use a uniform opaque type to represent web contents modal dialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable unused webui certificate viewer on linux Created 7 years, 10 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/webui/certificate_viewer_webui.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 9e97a12e8eb4d18188a2c311eeccebcf5d2f18f9..7f12ef8268902792cf319491f32d9a2668ebdc5a 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1163,6 +1163,7 @@
'browser/ui/media_stream_infobar_delegate.cc',
'browser/ui/metro_pin_tab_helper_win.cc',
'browser/ui/metro_pin_tab_helper_win.h',
+ 'browser/ui/native_web_contents_modal_dialog.h',
'browser/ui/native_web_contents_modal_dialog_manager.h',
'browser/ui/network_profile_bubble.cc',
'browser/ui/network_profile_bubble.h',
@@ -2332,6 +2333,10 @@
'dependencies': [
'../build/linux/system.gyp:udev',
],
+ 'sources/': [
+ ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
+ ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'],
+ ],
}],
['chromeos==0', {
'sources/': [
« no previous file with comments | « chrome/browser/ui/webui/certificate_viewer_webui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698