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

Side by Side Diff: extensions/extensions.gyp

Issue 566823003: Move declarative_webrequest: action, rules_registry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing another weird re-base error. 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_permissions.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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 '../components/components.gyp:keyed_service_core', 276 '../components/components.gyp:keyed_service_core',
277 '../components/components.gyp:pref_registry', 277 '../components/components.gyp:pref_registry',
278 '../components/components.gyp:sessions', 278 '../components/components.gyp:sessions',
279 '../components/components.gyp:storage_monitor', 279 '../components/components.gyp:storage_monitor',
280 '../components/components.gyp:web_modal', 280 '../components/components.gyp:web_modal',
281 '../content/content.gyp:content_browser', 281 '../content/content.gyp:content_browser',
282 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 282 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
283 '../device/serial/serial.gyp:device_serial', 283 '../device/serial/serial.gyp:device_serial',
284 '../skia/skia.gyp:skia', 284 '../skia/skia.gyp:skia',
285 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 285 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
286 '../third_party/re2/re2.gyp:re2',
286 'browser/api/api_registration.gyp:extensions_api_registration', 287 'browser/api/api_registration.gyp:extensions_api_registration',
287 'cast_channel_proto', 288 'cast_channel_proto',
288 'common/api/api.gyp:extensions_api', 289 'common/api/api.gyp:extensions_api',
289 'extensions_common', 290 'extensions_common',
290 'extensions_strings.gyp:extensions_strings', 291 'extensions_strings.gyp:extensions_strings',
291 ], 292 ],
292 'include_dirs': [ 293 'include_dirs': [
293 '..', 294 '..',
294 '<(INTERMEDIATE_DIR)', 295 '<(INTERMEDIATE_DIR)',
295 # Needed to access generated API headers. 296 # Needed to access generated API headers.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'browser/api/declarative/declarative_rule.h', 367 'browser/api/declarative/declarative_rule.h',
367 'browser/api/declarative/rules_cache_delegate.cc', 368 'browser/api/declarative/rules_cache_delegate.cc',
368 'browser/api/declarative/rules_cache_delegate.h', 369 'browser/api/declarative/rules_cache_delegate.h',
369 'browser/api/declarative/rules_registry.cc', 370 'browser/api/declarative/rules_registry.cc',
370 'browser/api/declarative/rules_registry.h', 371 'browser/api/declarative/rules_registry.h',
371 'browser/api/declarative/rules_registry_service_interface_.h', 372 'browser/api/declarative/rules_registry_service_interface_.h',
372 'browser/api/declarative/test_rules_registry.cc', 373 'browser/api/declarative/test_rules_registry.cc',
373 'browser/api/declarative/test_rules_registry.h', 374 'browser/api/declarative/test_rules_registry.h',
374 'browser/api/declarative_webrequest/request_stage.cc', 375 'browser/api/declarative_webrequest/request_stage.cc',
375 'browser/api/declarative_webrequest/request_stage.h', 376 'browser/api/declarative_webrequest/request_stage.h',
377 'browser/api/declarative_webrequest/webrequest_action.cc',
378 'browser/api/declarative_webrequest/webrequest_action.h',
376 'browser/api/declarative_webrequest/webrequest_condition.cc', 379 'browser/api/declarative_webrequest/webrequest_condition.cc',
377 'browser/api/declarative_webrequest/webrequest_condition.h', 380 'browser/api/declarative_webrequest/webrequest_condition.h',
378 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc', 381 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc',
379 'browser/api/declarative_webrequest/webrequest_condition_attribute.h', 382 'browser/api/declarative_webrequest/webrequest_condition_attribute.h',
380 'browser/api/declarative_webrequest/webrequest_constants.cc', 383 'browser/api/declarative_webrequest/webrequest_constants.cc',
381 'browser/api/declarative_webrequest/webrequest_constants.h', 384 'browser/api/declarative_webrequest/webrequest_constants.h',
385 'browser/api/declarative_webrequest/webrequest_rules_registry.cc',
386 'browser/api/declarative_webrequest/webrequest_rules_registry.h',
382 'browser/api/dns/dns_api.cc', 387 'browser/api/dns/dns_api.cc',
383 'browser/api/dns/dns_api.h', 388 'browser/api/dns/dns_api.h',
384 'browser/api/dns/host_resolver_wrapper.cc', 389 'browser/api/dns/host_resolver_wrapper.cc',
385 'browser/api/dns/host_resolver_wrapper.h', 390 'browser/api/dns/host_resolver_wrapper.h',
386 'browser/api/execute_code_function.cc', 391 'browser/api/execute_code_function.cc',
387 'browser/api/execute_code_function.h', 392 'browser/api/execute_code_function.h',
388 'browser/api/extensions_api_client.cc', 393 'browser/api/extensions_api_client.cc',
389 'browser/api/extensions_api_client.h', 394 'browser/api/extensions_api_client.h',
390 'browser/api/hid/hid_api.cc', 395 'browser/api/hid/hid_api.cc',
391 'browser/api/hid/hid_api.h', 396 'browser/api/hid/hid_api.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'browser/api/system_memory/system_memory_api.cc', 472 'browser/api/system_memory/system_memory_api.cc',
468 'browser/api/system_memory/system_memory_api.h', 473 'browser/api/system_memory/system_memory_api.h',
469 'browser/api/system_network/system_network_api.cc', 474 'browser/api/system_network/system_network_api.cc',
470 'browser/api/system_network/system_network_api.h', 475 'browser/api/system_network/system_network_api.h',
471 'browser/api/system_storage/storage_info_provider.cc', 476 'browser/api/system_storage/storage_info_provider.cc',
472 'browser/api/system_storage/storage_info_provider.h', 477 'browser/api/system_storage/storage_info_provider.h',
473 'browser/api/system_storage/system_storage_api.cc', 478 'browser/api/system_storage/system_storage_api.cc',
474 'browser/api/system_storage/system_storage_api.h', 479 'browser/api/system_storage/system_storage_api.h',
475 'browser/api/web_request/web_request_api_constants.cc', 480 'browser/api/web_request/web_request_api_constants.cc',
476 'browser/api/web_request/web_request_api_constants.h', 481 'browser/api/web_request/web_request_api_constants.h',
482 'browser/api/web_request/web_request_api_helpers.cc',
483 'browser/api/web_request/web_request_api_helpers.h',
484 'browser/api/web_request/web_request_permissions.cc',
485 'browser/api/web_request/web_request_permissions.h',
477 'browser/api/web_request/web_request_api_utils.cc', 486 'browser/api/web_request/web_request_api_utils.cc',
478 'browser/api/web_request/web_request_api_utils.h', 487 'browser/api/web_request/web_request_api_utils.h',
479 'browser/api/test/test_api.cc', 488 'browser/api/test/test_api.cc',
480 'browser/api/test/test_api.h', 489 'browser/api/test/test_api.h',
481 'browser/api/usb/usb_api.cc', 490 'browser/api/usb/usb_api.cc',
482 'browser/api/usb/usb_api.h', 491 'browser/api/usb/usb_api.h',
483 'browser/api/usb/usb_device_resource.cc', 492 'browser/api/usb/usb_device_resource.cc',
484 'browser/api/usb/usb_device_resource.h', 493 'browser/api/usb/usb_device_resource.h',
485 'browser/api/usb_private/usb_private_api.cc', 494 'browser/api/usb_private/usb_private_api.cc',
486 'browser/api/usb_private/usb_private_api.h', 495 'browser/api/usb_private/usb_private_api.h',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 'browser/api/cast_channel/logging.proto' 1152 'browser/api/cast_channel/logging.proto'
1144 ], 1153 ],
1145 'variables': { 1154 'variables': {
1146 'proto_in_dir': 'browser/api/cast_channel', 1155 'proto_in_dir': 'browser/api/cast_channel',
1147 'proto_out_dir': 'extensions/browser/api/cast_channel', 1156 'proto_out_dir': 'extensions/browser/api/cast_channel',
1148 }, 1157 },
1149 'includes': [ '../build/protoc.gypi' ] 1158 'includes': [ '../build/protoc.gypi' ]
1150 }, 1159 },
1151 ] 1160 ]
1152 } 1161 }
OLDNEW
« no previous file with comments | « extensions/browser/api/web_request/web_request_permissions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698