| 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.cc', |
| 339 'browser/api/capture_web_contents_function.h', | 340 'browser/api/capture_web_contents_function.h', |
| 340 'browser/api/capture_web_contents_function_impl.h', | |
| 341 'browser/api/cast_channel/cast_auth_util.cc', | 341 'browser/api/cast_channel/cast_auth_util.cc', |
| 342 'browser/api/cast_channel/cast_auth_util.h', | 342 'browser/api/cast_channel/cast_auth_util.h', |
| 343 'browser/api/cast_channel/cast_channel_api.cc', | 343 'browser/api/cast_channel/cast_channel_api.cc', |
| 344 'browser/api/cast_channel/cast_channel_api.h', | 344 'browser/api/cast_channel/cast_channel_api.h', |
| 345 'browser/api/cast_channel/cast_message_util.cc', | 345 'browser/api/cast_channel/cast_message_util.cc', |
| 346 'browser/api/cast_channel/cast_message_util.h', | 346 'browser/api/cast_channel/cast_message_util.h', |
| 347 'browser/api/cast_channel/cast_socket.cc', | 347 'browser/api/cast_channel/cast_socket.cc', |
| 348 'browser/api/cast_channel/cast_socket.h', | 348 'browser/api/cast_channel/cast_socket.h', |
| 349 'browser/api/cast_channel/logger.cc', | 349 'browser/api/cast_channel/logger.cc', |
| 350 'browser/api/cast_channel/logger.h', | 350 'browser/api/cast_channel/logger.h', |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1080 'browser/api/cast_channel/logging.proto' | 1080 'browser/api/cast_channel/logging.proto' |
| 1081 ], | 1081 ], |
| 1082 'variables': { | 1082 'variables': { |
| 1083 'proto_in_dir': 'browser/api/cast_channel', | 1083 'proto_in_dir': 'browser/api/cast_channel', |
| 1084 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1084 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 1085 }, | 1085 }, |
| 1086 'includes': [ '../build/protoc.gypi' ] | 1086 'includes': [ '../build/protoc.gypi' ] |
| 1087 }, | 1087 }, |
| 1088 ] | 1088 ] |
| 1089 } | 1089 } |
| OLD | NEW |