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

Side by Side Diff: extensions/extensions.gypi

Issue 1614703003: Revert of 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 unified diff | Download patch
« no previous file with comments | « extensions/common/api/web_view_internal.json ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'browser/api/bluetooth/bluetooth_extension_function.cc', 266 'browser/api/bluetooth/bluetooth_extension_function.cc',
267 'browser/api/bluetooth/bluetooth_extension_function.h', 267 'browser/api/bluetooth/bluetooth_extension_function.h',
268 'browser/api/bluetooth/bluetooth_private_api.cc', 268 'browser/api/bluetooth/bluetooth_private_api.cc',
269 'browser/api/bluetooth/bluetooth_private_api.h', 269 'browser/api/bluetooth/bluetooth_private_api.h',
270 'browser/api/bluetooth_socket/bluetooth_api_socket.cc', 270 'browser/api/bluetooth_socket/bluetooth_api_socket.cc',
271 'browser/api/bluetooth_socket/bluetooth_api_socket.h', 271 'browser/api/bluetooth_socket/bluetooth_api_socket.h',
272 'browser/api/bluetooth_socket/bluetooth_socket_api.cc', 272 'browser/api/bluetooth_socket/bluetooth_socket_api.cc',
273 'browser/api/bluetooth_socket/bluetooth_socket_api.h', 273 'browser/api/bluetooth_socket/bluetooth_socket_api.h',
274 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc', 274 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc',
275 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h', 275 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h',
276 'browser/api/capture_web_contents_function.cc',
277 'browser/api/capture_web_contents_function.h',
276 'browser/api/cast_channel/cast_auth_ica.cc', 278 'browser/api/cast_channel/cast_auth_ica.cc',
277 'browser/api/cast_channel/cast_auth_ica.h', 279 'browser/api/cast_channel/cast_auth_ica.h',
278 'browser/api/cast_channel/cast_auth_util.cc', 280 'browser/api/cast_channel/cast_auth_util.cc',
279 'browser/api/cast_channel/cast_auth_util.h', 281 'browser/api/cast_channel/cast_auth_util.h',
280 'browser/api/cast_channel/cast_channel_api.cc', 282 'browser/api/cast_channel/cast_channel_api.cc',
281 'browser/api/cast_channel/cast_channel_api.h', 283 'browser/api/cast_channel/cast_channel_api.h',
282 'browser/api/cast_channel/cast_framer.cc', 284 'browser/api/cast_channel/cast_framer.cc',
283 'browser/api/cast_channel/cast_framer.h', 285 'browser/api/cast_channel/cast_framer.h',
284 'browser/api/cast_channel/cast_message_util.cc', 286 'browser/api/cast_channel/cast_message_util.cc',
285 'browser/api/cast_channel/cast_message_util.h', 287 'browser/api/cast_channel/cast_message_util.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'browser/api/usb/usb_api.h', 484 'browser/api/usb/usb_api.h',
483 'browser/api/usb/usb_device_resource.cc', 485 'browser/api/usb/usb_device_resource.cc',
484 'browser/api/usb/usb_device_resource.h', 486 'browser/api/usb/usb_device_resource.h',
485 'browser/api/usb/usb_event_router.cc', 487 'browser/api/usb/usb_event_router.cc',
486 'browser/api/usb/usb_event_router.h', 488 'browser/api/usb/usb_event_router.h',
487 'browser/api/usb/usb_guid_map.cc', 489 'browser/api/usb/usb_guid_map.cc',
488 'browser/api/usb/usb_guid_map.h', 490 'browser/api/usb/usb_guid_map.h',
489 'browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h', 491 'browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h',
490 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.cc', 492 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.cc',
491 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.h', 493 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.h',
492 'browser/api/web_contents_capture_client.cc',
493 'browser/api/web_contents_capture_client.h',
494 'browser/api/web_request/form_data_parser.cc', 494 'browser/api/web_request/form_data_parser.cc',
495 'browser/api/web_request/form_data_parser.h', 495 'browser/api/web_request/form_data_parser.h',
496 'browser/api/web_request/upload_data_presenter.cc', 496 'browser/api/web_request/upload_data_presenter.cc',
497 'browser/api/web_request/upload_data_presenter.h', 497 'browser/api/web_request/upload_data_presenter.h',
498 'browser/api/web_request/web_request_api.cc', 498 'browser/api/web_request/web_request_api.cc',
499 'browser/api/web_request/web_request_api.h', 499 'browser/api/web_request/web_request_api.h',
500 'browser/api/web_request/web_request_api_constants.cc', 500 'browser/api/web_request/web_request_api_constants.cc',
501 'browser/api/web_request/web_request_api_constants.h', 501 'browser/api/web_request/web_request_api_constants.h',
502 'browser/api/web_request/web_request_api_helpers.cc', 502 'browser/api/web_request/web_request_api_helpers.cc',
503 'browser/api/web_request/web_request_api_helpers.h', 503 'browser/api/web_request/web_request_api_helpers.h',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 'test/result_catcher.h', 1090 'test/result_catcher.h',
1091 'test/test_content_utility_client.cc', 1091 'test/test_content_utility_client.cc',
1092 'test/test_content_utility_client.h', 1092 'test/test_content_utility_client.h',
1093 'test/test_extensions_client.cc', 1093 'test/test_extensions_client.cc',
1094 'test/test_extensions_client.h', 1094 'test/test_extensions_client.h',
1095 'test/test_permission_message_provider.cc', 1095 'test/test_permission_message_provider.cc',
1096 'test/test_permission_message_provider.h', 1096 'test/test_permission_message_provider.h',
1097 ], 1097 ],
1098 }, 1098 },
1099 } 1099 }
OLDNEW
« no previous file with comments | « extensions/common/api/web_view_internal.json ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698