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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', |
351 'browser/api/cast_channel/logger_util.cc', | 351 'browser/api/cast_channel/logger_util.cc', |
352 'browser/api/cast_channel/logger_util.h', | 352 'browser/api/cast_channel/logger_util.h', |
353 'browser/api/declarative/deduping_factory.h', | 353 'browser/api/declarative/deduping_factory.h', |
354 'browser/api/dns/dns_api.cc', | 354 'browser/api/dns/dns_api.cc', |
355 'browser/api/dns/dns_api.h', | 355 'browser/api/dns/dns_api.h', |
356 'browser/api/dns/host_resolver_wrapper.cc', | 356 'browser/api/dns/host_resolver_wrapper.cc', |
357 'browser/api/dns/host_resolver_wrapper.h', | 357 'browser/api/dns/host_resolver_wrapper.h', |
| 358 'browser/api/execute_code_function.cc', |
| 359 'browser/api/execute_code_function.h', |
358 'browser/api/extensions_api_client.cc', | 360 'browser/api/extensions_api_client.cc', |
359 'browser/api/extensions_api_client.h', | 361 'browser/api/extensions_api_client.h', |
360 'browser/api/hid/hid_api.cc', | 362 'browser/api/hid/hid_api.cc', |
361 'browser/api/hid/hid_api.h', | 363 'browser/api/hid/hid_api.h', |
362 'browser/api/hid/hid_connection_resource.cc', | 364 'browser/api/hid/hid_connection_resource.cc', |
363 'browser/api/hid/hid_connection_resource.h', | 365 'browser/api/hid/hid_connection_resource.h', |
364 'browser/api/hid/hid_device_manager.cc', | 366 'browser/api/hid/hid_device_manager.cc', |
365 'browser/api/hid/hid_device_manager.h', | 367 'browser/api/hid/hid_device_manager.h', |
366 'browser/api/power/power_api.cc', | 368 'browser/api/power/power_api.cc', |
367 'browser/api/power/power_api.h', | 369 'browser/api/power/power_api.h', |
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 'browser/api/cast_channel/logging.proto' | 1093 'browser/api/cast_channel/logging.proto' |
1092 ], | 1094 ], |
1093 'variables': { | 1095 'variables': { |
1094 'proto_in_dir': 'browser/api/cast_channel', | 1096 'proto_in_dir': 'browser/api/cast_channel', |
1095 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1097 'proto_out_dir': 'extensions/browser/api/cast_channel', |
1096 }, | 1098 }, |
1097 'includes': [ '../build/protoc.gypi' ] | 1099 'includes': [ '../build/protoc.gypi' ] |
1098 }, | 1100 }, |
1099 ] | 1101 ] |
1100 } | 1102 } |
OLD | NEW |