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

Side by Side Diff: extensions/extensions.gyp

Issue 538063003: Move execute_code_function to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build 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/api/extension_types.json ('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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « extensions/common/api/extension_types.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698