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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 'browser/api/cast_channel/cast_socket.h', | 347 'browser/api/cast_channel/cast_socket.h', |
348 'browser/api/cast_channel/logger.cc', | 348 'browser/api/cast_channel/logger.cc', |
349 'browser/api/cast_channel/logger.h', | 349 'browser/api/cast_channel/logger.h', |
350 'browser/api/cast_channel/logger_util.cc', | 350 'browser/api/cast_channel/logger_util.cc', |
351 'browser/api/cast_channel/logger_util.h', | 351 'browser/api/cast_channel/logger_util.h', |
352 'browser/api/declarative/deduping_factory.h', | 352 'browser/api/declarative/deduping_factory.h', |
353 'browser/api/dns/dns_api.cc', | 353 'browser/api/dns/dns_api.cc', |
354 'browser/api/dns/dns_api.h', | 354 'browser/api/dns/dns_api.h', |
355 'browser/api/dns/host_resolver_wrapper.cc', | 355 'browser/api/dns/host_resolver_wrapper.cc', |
356 'browser/api/dns/host_resolver_wrapper.h', | 356 'browser/api/dns/host_resolver_wrapper.h', |
| 357 'browser/api/execute_code_function.cc', |
| 358 'browser/api/execute_code_function.h', |
357 'browser/api/extensions_api_client.cc', | 359 'browser/api/extensions_api_client.cc', |
358 'browser/api/extensions_api_client.h', | 360 'browser/api/extensions_api_client.h', |
359 'browser/api/hid/hid_api.cc', | 361 'browser/api/hid/hid_api.cc', |
360 'browser/api/hid/hid_api.h', | 362 'browser/api/hid/hid_api.h', |
361 'browser/api/hid/hid_connection_resource.cc', | 363 'browser/api/hid/hid_connection_resource.cc', |
362 'browser/api/hid/hid_connection_resource.h', | 364 'browser/api/hid/hid_connection_resource.h', |
363 'browser/api/hid/hid_device_manager.cc', | 365 'browser/api/hid/hid_device_manager.cc', |
364 'browser/api/hid/hid_device_manager.h', | 366 'browser/api/hid/hid_device_manager.h', |
365 'browser/api/power/power_api.cc', | 367 'browser/api/power/power_api.cc', |
366 'browser/api/power/power_api.h', | 368 'browser/api/power/power_api.h', |
(...skipping 678 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 |