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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 334083002: Add a test helper class for ExtensionRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Y and B comments. 2014 brazil world cup morning at 6AM korea vs russia Created 6 years, 6 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
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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 ], 848 ],
849 'sources': [ 849 'sources': [
850 '../apps/app_restore_service_browsertest.cc', 850 '../apps/app_restore_service_browsertest.cc',
851 '../apps/app_window_browsertest.cc', 851 '../apps/app_window_browsertest.cc',
852 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', 852 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
853 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', 853 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
854 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', 854 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
855 '../apps/load_and_launch_browsertest.cc', 855 '../apps/load_and_launch_browsertest.cc',
856 '../extensions/browser/api/usb/usb_apitest.cc', 856 '../extensions/browser/api/usb/usb_apitest.cc',
857 '../extensions/browser/api/usb/usb_manual_apitest.cc', 857 '../extensions/browser/api/usb/usb_manual_apitest.cc',
858 '../extensions/browser/test_extension_registry_observer.h',
859 '../extensions/browser/test_extension_registry_observer.cc',
858 '../extensions/renderer/script_context_browsertest.cc', 860 '../extensions/renderer/script_context_browsertest.cc',
859 # TODO(blundell): Bring up a components_browsertests target and move 861 # TODO(blundell): Bring up a components_browsertests target and move
860 # this test to be in that target. crbug.com/283846 862 # this test to be in that target. crbug.com/283846
861 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc', 863 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc',
862 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 864 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
863 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 865 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
864 '../components/autofill/content/renderer/test_password_generation_agent. h', 866 '../components/autofill/content/renderer/test_password_generation_agent. h',
865 '../components/autofill/content/renderer/test_password_generation_agent. cc', 867 '../components/autofill/content/renderer/test_password_generation_agent. cc',
866 # TODO(rockot): Remove this once extensions_browsertests exists. 868 # TODO(rockot): Remove this once extensions_browsertests exists.
867 '../extensions/browser/api/runtime/runtime_apitest.cc', 869 '../extensions/browser/api/runtime/runtime_apitest.cc',
(...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after
2959 ['enable_webrtc==1', { 2961 ['enable_webrtc==1', {
2960 'dependencies': [ 2962 'dependencies': [
2961 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2963 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2962 ] 2964 ]
2963 }], 2965 }],
2964 ], 2966 ],
2965 }] 2967 }]
2966 }], 2968 }],
2967 ], # 'conditions' 2969 ], # 'conditions'
2968 } 2970 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698