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

Unified Diff: extensions/extensions.gypi

Issue 1582053002: Implement webview.captureVisibleRegion() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index b49e007df503d62b02fcc54fc7df492c3fc0d60e..7b7e017a2ee6d0bc5a566429c690c2dc2f1120fa 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -270,8 +270,8 @@
'browser/api/bluetooth_socket/bluetooth_socket_api.h',
'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc',
'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h',
- 'browser/api/capture_web_contents_function.cc',
- 'browser/api/capture_web_contents_function.h',
+ 'browser/api/capture_web_contents.cc',
+ 'browser/api/capture_web_contents.h',
'browser/api/cast_channel/cast_auth_ica.cc',
'browser/api/cast_channel/cast_auth_ica.h',
'browser/api/cast_channel/cast_auth_util.cc',

Powered by Google App Engine
This is Rietveld 408576698