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

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
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'renderer/safe_builtins.h', 526 'renderer/safe_builtins.h',
527 'renderer/send_request_natives.cc', 527 'renderer/send_request_natives.cc',
528 'renderer/send_request_natives.h', 528 'renderer/send_request_natives.h',
529 'renderer/set_icon_natives.cc', 529 'renderer/set_icon_natives.cc',
530 'renderer/set_icon_natives.h', 530 'renderer/set_icon_natives.h',
531 'renderer/scoped_persistent.h', 531 'renderer/scoped_persistent.h',
532 'renderer/script_context.cc', 532 'renderer/script_context.cc',
533 'renderer/script_context.h', 533 'renderer/script_context.h',
534 'renderer/script_context_set.cc', 534 'renderer/script_context_set.cc',
535 'renderer/script_context_set.h', 535 'renderer/script_context_set.h',
536 'renderer/script_injection.cc',
537 'renderer/script_injection.h',
536 'renderer/static_v8_external_ascii_string_resource.cc', 538 'renderer/static_v8_external_ascii_string_resource.cc',
537 'renderer/static_v8_external_ascii_string_resource.h', 539 'renderer/static_v8_external_ascii_string_resource.h',
538 'renderer/test_features_native_handler.cc', 540 'renderer/test_features_native_handler.cc',
539 'renderer/test_features_native_handler.h', 541 'renderer/test_features_native_handler.h',
540 'renderer/user_gestures_native_handler.cc', 542 'renderer/user_gestures_native_handler.cc',
541 'renderer/user_gestures_native_handler.h', 543 'renderer/user_gestures_native_handler.h',
542 'renderer/user_script_scheduler.cc', 544 'renderer/user_script_scheduler.cc',
543 'renderer/user_script_scheduler.h', 545 'renderer/user_script_scheduler.h',
544 'renderer/user_script_slave.cc', 546 'renderer/user_script_slave.cc',
545 'renderer/user_script_slave.h', 547 'renderer/user_script_slave.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'test/test_extensions_client.cc', 633 'test/test_extensions_client.cc',
632 'test/test_extensions_client.h', 634 'test/test_extensions_client.h',
633 'test/test_permission_message_provider.cc', 635 'test/test_permission_message_provider.cc',
634 'test/test_permission_message_provider.h', 636 'test/test_permission_message_provider.h',
635 'test/test_permissions_provider.cc', 637 'test/test_permissions_provider.cc',
636 'test/test_permissions_provider.h', 638 'test/test_permissions_provider.h',
637 ], 639 ],
638 }, 640 },
639 ] 641 ]
640 } 642 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698