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

Side by Side Diff: extensions/extensions.gyp

Issue 284153006: Introduce ScriptInjection in extensions/renderer to inject UserScripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'renderer/safe_builtins.h', 524 'renderer/safe_builtins.h',
525 'renderer/send_request_natives.cc', 525 'renderer/send_request_natives.cc',
526 'renderer/send_request_natives.h', 526 'renderer/send_request_natives.h',
527 'renderer/set_icon_natives.cc', 527 'renderer/set_icon_natives.cc',
528 'renderer/set_icon_natives.h', 528 'renderer/set_icon_natives.h',
529 'renderer/scoped_persistent.h', 529 'renderer/scoped_persistent.h',
530 'renderer/script_context.cc', 530 'renderer/script_context.cc',
531 'renderer/script_context.h', 531 'renderer/script_context.h',
532 'renderer/script_context_set.cc', 532 'renderer/script_context_set.cc',
533 'renderer/script_context_set.h', 533 'renderer/script_context_set.h',
534 'renderer/script_injection.cc',
535 'renderer/script_injection.h',
534 'renderer/static_v8_external_ascii_string_resource.cc', 536 'renderer/static_v8_external_ascii_string_resource.cc',
535 'renderer/static_v8_external_ascii_string_resource.h', 537 'renderer/static_v8_external_ascii_string_resource.h',
536 'renderer/test_features_native_handler.cc', 538 'renderer/test_features_native_handler.cc',
537 'renderer/test_features_native_handler.h', 539 'renderer/test_features_native_handler.h',
538 'renderer/user_gestures_native_handler.cc', 540 'renderer/user_gestures_native_handler.cc',
539 'renderer/user_gestures_native_handler.h', 541 'renderer/user_gestures_native_handler.h',
540 'renderer/user_script_scheduler.cc', 542 'renderer/user_script_scheduler.cc',
541 'renderer/user_script_scheduler.h', 543 'renderer/user_script_scheduler.h',
542 'renderer/user_script_slave.cc', 544 'renderer/user_script_slave.cc',
543 'renderer/user_script_slave.h', 545 'renderer/user_script_slave.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'test/test_extensions_client.cc', 631 'test/test_extensions_client.cc',
630 'test/test_extensions_client.h', 632 'test/test_extensions_client.h',
631 'test/test_permission_message_provider.cc', 633 'test/test_permission_message_provider.cc',
632 'test/test_permission_message_provider.h', 634 'test/test_permission_message_provider.h',
633 'test/test_permissions_provider.cc', 635 'test/test_permissions_provider.cc',
634 'test/test_permissions_provider.h', 636 'test/test_permissions_provider.h',
635 ], 637 ],
636 }, 638 },
637 ] 639 ]
638 } 640 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | extensions/renderer/script_injection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698