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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 12453019: Copy remoting notification bar to chrome and use it for screen capture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/screen_capture_notification_ui_win.cc ('k') | chrome/chrome_nibs.gyp » ('j') | 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 16718769a18de87599dbe1595c5d009e3baf6f42..552309269877ceed5d8a862d51cb898c68e41d31 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -729,6 +729,8 @@
'browser/ui/cocoa/rect_path_utils.mm',
'browser/ui/cocoa/restart_browser.h',
'browser/ui/cocoa/restart_browser.mm',
+ 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h',
+ 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm',
'browser/ui/cocoa/simple_message_box_mac.mm',
'browser/ui/cocoa/speech_recognition_bubble_cocoa.mm',
'browser/ui/cocoa/speech_recognition_window_controller.h',
@@ -1103,6 +1105,7 @@
'browser/ui/gtk/rounded_window.h',
'browser/ui/gtk/sad_tab_gtk.cc',
'browser/ui/gtk/sad_tab_gtk.h',
+ 'browser/ui/gtk/screen_capture_notification_ui_gtk.cc',
'browser/ui/gtk/script_bubble_gtk.cc',
'browser/ui/gtk/script_bubble_gtk.h',
'browser/ui/gtk/simple_message_box_gtk.cc',
@@ -1262,6 +1265,7 @@
'browser/ui/screen_capture_infobar_delegate.h',
'browser/ui/screen_capture_notification_ui.h',
'browser/ui/screen_capture_notification_ui_stub.cc',
+ 'browser/ui/screen_capture_notification_ui_win.cc',
'browser/ui/search/instant_commit_type.h',
'browser/ui/search/instant_controller.cc',
'browser/ui/search/instant_controller.h',
@@ -2558,6 +2562,9 @@
'../dbus/dbus.gyp:dbus',
'../third_party/undoview/undoview.gyp:undoview',
],
+ 'sources!': [
+ 'browser/ui/screen_capture_notification_ui_stub.cc',
+ ],
}],
['enable_themes==0', {
'sources!': [
@@ -2760,6 +2767,7 @@
'browser/ui/certificate_dialogs.h',
'browser/ui/crypto_module_password_dialog.cc',
'browser/ui/crypto_module_password_dialog_nss.cc',
+ 'browser/ui/screen_capture_notification_ui_stub.cc',
'browser/ui/startup/autolaunch_prompt.cc',
'browser/ui/views/frame/taskbar_decorator.cc',
'browser/ui/views/simple_message_box_views.cc',
« no previous file with comments | « chrome/browser/ui/screen_capture_notification_ui_win.cc ('k') | chrome/chrome_nibs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698