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

Side by Side Diff: extensions/extensions.gyp

Issue 565273002: Move webrequest_api_constants.h/.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/browser/api/web_request/web_request_api_constants.cc ('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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'browser/api/system_memory/memory_info_provider.cc', 463 'browser/api/system_memory/memory_info_provider.cc',
464 'browser/api/system_memory/memory_info_provider.h', 464 'browser/api/system_memory/memory_info_provider.h',
465 'browser/api/system_memory/system_memory_api.cc', 465 'browser/api/system_memory/system_memory_api.cc',
466 'browser/api/system_memory/system_memory_api.h', 466 'browser/api/system_memory/system_memory_api.h',
467 'browser/api/system_network/system_network_api.cc', 467 'browser/api/system_network/system_network_api.cc',
468 'browser/api/system_network/system_network_api.h', 468 'browser/api/system_network/system_network_api.h',
469 'browser/api/system_storage/storage_info_provider.cc', 469 'browser/api/system_storage/storage_info_provider.cc',
470 'browser/api/system_storage/storage_info_provider.h', 470 'browser/api/system_storage/storage_info_provider.h',
471 'browser/api/system_storage/system_storage_api.cc', 471 'browser/api/system_storage/system_storage_api.cc',
472 'browser/api/system_storage/system_storage_api.h', 472 'browser/api/system_storage/system_storage_api.h',
473 'browser/api/web_request/web_request_api_constants.cc',
474 'browser/api/web_request/web_request_api_constants.h',
473 'browser/api/web_request/web_request_api_utils.cc', 475 'browser/api/web_request/web_request_api_utils.cc',
474 'browser/api/web_request/web_request_api_utils.h', 476 'browser/api/web_request/web_request_api_utils.h',
475 'browser/api/test/test_api.cc', 477 'browser/api/test/test_api.cc',
476 'browser/api/test/test_api.h', 478 'browser/api/test/test_api.h',
477 'browser/api/usb/usb_api.cc', 479 'browser/api/usb/usb_api.cc',
478 'browser/api/usb/usb_api.h', 480 'browser/api/usb/usb_api.h',
479 'browser/api/usb/usb_device_resource.cc', 481 'browser/api/usb/usb_device_resource.cc',
480 'browser/api/usb/usb_device_resource.h', 482 'browser/api/usb/usb_device_resource.h',
481 'browser/api/usb_private/usb_private_api.cc', 483 'browser/api/usb_private/usb_private_api.cc',
482 'browser/api/usb_private/usb_private_api.h', 484 'browser/api/usb_private/usb_private_api.h',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 'browser/api/cast_channel/logging.proto' 1148 'browser/api/cast_channel/logging.proto'
1147 ], 1149 ],
1148 'variables': { 1150 'variables': {
1149 'proto_in_dir': 'browser/api/cast_channel', 1151 'proto_in_dir': 'browser/api/cast_channel',
1150 'proto_out_dir': 'extensions/browser/api/cast_channel', 1152 'proto_out_dir': 'extensions/browser/api/cast_channel',
1151 }, 1153 },
1152 'includes': [ '../build/protoc.gypi' ] 1154 'includes': [ '../build/protoc.gypi' ]
1153 }, 1155 },
1154 ] 1156 ]
1155 } 1157 }
OLDNEW
« no previous file with comments | « extensions/browser/api/web_request/web_request_api_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698