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

Side by Side Diff: extensions/extensions.gyp

Issue 546943002: Move webrequest_constants.* to extensions/browser/api/declarative_webrequest/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try using *correct* name in .gn file. 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/declarative_webrequest/webrequest_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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
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/declarative_webrequest/webrequest_constants.cc',
355 'browser/api/declarative_webrequest/webrequest_constants.h',
354 'browser/api/dns/dns_api.cc', 356 'browser/api/dns/dns_api.cc',
355 'browser/api/dns/dns_api.h', 357 'browser/api/dns/dns_api.h',
356 'browser/api/dns/host_resolver_wrapper.cc', 358 'browser/api/dns/host_resolver_wrapper.cc',
357 'browser/api/dns/host_resolver_wrapper.h', 359 'browser/api/dns/host_resolver_wrapper.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',
(...skipping 727 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/browser/api/declarative_webrequest/webrequest_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698