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

Side by Side Diff: extensions/extensions.gyp

Issue 522763002: Moving capture_web_contents_function to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Documenting the inheritance of CaptureWebContentsFunction Created 6 years, 3 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/constants.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc ', 329 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc ',
330 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h' , 330 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h' ,
331 'browser/api/bluetooth_low_energy/utils.cc', 331 'browser/api/bluetooth_low_energy/utils.cc',
332 'browser/api/bluetooth_low_energy/utils.h', 332 'browser/api/bluetooth_low_energy/utils.h',
333 'browser/api/bluetooth_socket/bluetooth_api_socket.cc', 333 'browser/api/bluetooth_socket/bluetooth_api_socket.cc',
334 'browser/api/bluetooth_socket/bluetooth_api_socket.h', 334 'browser/api/bluetooth_socket/bluetooth_api_socket.h',
335 'browser/api/bluetooth_socket/bluetooth_socket_api.cc', 335 'browser/api/bluetooth_socket/bluetooth_socket_api.cc',
336 'browser/api/bluetooth_socket/bluetooth_socket_api.h', 336 'browser/api/bluetooth_socket/bluetooth_socket_api.h',
337 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc', 337 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc',
338 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h', 338 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h',
339 'browser/api/capture_web_contents_function.h',
340 'browser/api/capture_web_contents_function_impl.h',
339 'browser/api/cast_channel/cast_auth_util.cc', 341 'browser/api/cast_channel/cast_auth_util.cc',
340 'browser/api/cast_channel/cast_auth_util.h', 342 'browser/api/cast_channel/cast_auth_util.h',
341 'browser/api/cast_channel/cast_channel_api.cc', 343 'browser/api/cast_channel/cast_channel_api.cc',
342 'browser/api/cast_channel/cast_channel_api.h', 344 'browser/api/cast_channel/cast_channel_api.h',
343 'browser/api/cast_channel/cast_message_util.cc', 345 'browser/api/cast_channel/cast_message_util.cc',
344 'browser/api/cast_channel/cast_message_util.h', 346 'browser/api/cast_channel/cast_message_util.h',
345 'browser/api/cast_channel/cast_socket.cc', 347 'browser/api/cast_channel/cast_socket.cc',
346 'browser/api/cast_channel/cast_socket.h', 348 'browser/api/cast_channel/cast_socket.h',
347 'browser/api/cast_channel/logger.cc', 349 'browser/api/cast_channel/logger.cc',
348 'browser/api/cast_channel/logger.h', 350 'browser/api/cast_channel/logger.h',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 'browser/api/cast_channel/logging.proto' 1047 'browser/api/cast_channel/logging.proto'
1046 ], 1048 ],
1047 'variables': { 1049 'variables': {
1048 'proto_in_dir': 'browser/api/cast_channel', 1050 'proto_in_dir': 'browser/api/cast_channel',
1049 'proto_out_dir': 'extensions/browser/api/cast_channel', 1051 'proto_out_dir': 'extensions/browser/api/cast_channel',
1050 }, 1052 },
1051 'includes': [ '../build/protoc.gypi' ] 1053 'includes': [ '../build/protoc.gypi' ]
1052 }, 1054 },
1053 ] 1055 ]
1054 } 1056 }
OLDNEW
« no previous file with comments | « extensions/common/constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698