summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gyp
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-23 17:37:01 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-23 17:37:01 +0000
commitb7ea1bbd496aa5f4be2b0f557da9db36d7aecd4d (patch)
tree8b9656aacd50ad174ed6799f1624153edb837305 /chrome/chrome_nibs.gyp
parent24345572cf23b3f14651e2e15512ca17d7fa3612 (diff)
downloadchromium_src-b7ea1bbd496aa5f4be2b0f557da9db36d7aecd4d.zip
chromium_src-b7ea1bbd496aa5f4be2b0f557da9db36d7aecd4d.tar.gz
chromium_src-b7ea1bbd496aa5f4be2b0f557da9db36d7aecd4d.tar.bz2
Copy remoting notification bar to chrome and use it for screen capture API.
Chrome must show notification bar when screen capture API is used to capture the screen. This CL reuses the notification bar that's currently used by remoting host (see src/remoting/host/disconnect_window*). The new files are mostly copy of the existing code in remoting (except different names). The plan is to keep it temporarily and replace it with something better before the API is enabled for everybody. BUG=190156 Review URL: https://chromiumcodereview.appspot.com/12453019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r--chrome/chrome_nibs.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp
index bf17fdf..fb52f24 100644
--- a/chrome/chrome_nibs.gyp
+++ b/chrome/chrome_nibs.gyp
@@ -211,6 +211,8 @@
'browser/ui/cocoa/nsview_additions.mm',
'browser/ui/cocoa/one_click_signin_view_controller.h',
'browser/ui/cocoa/one_click_signin_view_controller.mm',
+ 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h',
+ 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm',
'browser/ui/cocoa/speech_recognition_window_controller.h',
'browser/ui/cocoa/speech_recognition_window_controller.mm',
'browser/ui/cocoa/status_bubble_mac.h',