OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |