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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 226663003: Allow content script insertion on about:-URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move GetEffectiveDocumentURL to ScriptContext 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
« no previous file with comments | « chrome/browser/extensions/script_executor.cc ('k') | chrome/common/extensions/api/tabs.json » ('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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 ], 820 ],
821 'sources': [ 821 'sources': [
822 '../apps/app_restore_service_browsertest.cc', 822 '../apps/app_restore_service_browsertest.cc',
823 '../apps/app_window_browsertest.cc', 823 '../apps/app_window_browsertest.cc',
824 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', 824 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
825 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', 825 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
826 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', 826 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
827 '../apps/load_and_launch_browsertest.cc', 827 '../apps/load_and_launch_browsertest.cc',
828 '../extensions/browser/api/usb/usb_apitest.cc', 828 '../extensions/browser/api/usb/usb_apitest.cc',
829 '../extensions/browser/api/usb/usb_manual_apitest.cc', 829 '../extensions/browser/api/usb/usb_manual_apitest.cc',
830 '../extensions/renderer/script_context_browsertest.cc',
830 # TODO(blundell): Bring up a components_browsertests target and move 831 # TODO(blundell): Bring up a components_browsertests target and move
831 # this test to be in that target. crbug.com/283846 832 # this test to be in that target. crbug.com/283846
832 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc', 833 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc',
833 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 834 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
834 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 835 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
835 '../components/autofill/content/renderer/test_password_generation_agent. h', 836 '../components/autofill/content/renderer/test_password_generation_agent. h',
836 '../components/autofill/content/renderer/test_password_generation_agent. cc', 837 '../components/autofill/content/renderer/test_password_generation_agent. cc',
837 # TODO(rockot): Remove this once extensions_browsertests exists. 838 # TODO(rockot): Remove this once extensions_browsertests exists.
838 '../extensions/browser/api/runtime/runtime_apitest.cc', 839 '../extensions/browser/api/runtime/runtime_apitest.cc',
839 'app/chrome_command_ids.h', 840 'app/chrome_command_ids.h',
(...skipping 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 ['enable_webrtc==1', { 2961 ['enable_webrtc==1', {
2961 'dependencies': [ 2962 'dependencies': [
2962 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2963 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2963 ] 2964 ]
2964 }], 2965 }],
2965 ], 2966 ],
2966 }] 2967 }]
2967 }], 2968 }],
2968 ], # 'conditions' 2969 ], # 'conditions'
2969 } 2970 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/script_executor.cc ('k') | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698