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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 293003008: Make ActiveScriptController use Active Tab-style permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest master for CQ 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 'browser/download/download_status_updater_unittest.cc', 830 'browser/download/download_status_updater_unittest.cc',
831 'browser/download/download_target_determiner_unittest.cc', 831 'browser/download/download_target_determiner_unittest.cc',
832 'browser/download/download_ui_controller_unittest.cc', 832 'browser/download/download_ui_controller_unittest.cc',
833 'browser/drive/drive_app_registry_unittest.cc', 833 'browser/drive/drive_app_registry_unittest.cc',
834 'browser/drive/drive_api_util_unittest.cc', 834 'browser/drive/drive_api_util_unittest.cc',
835 'browser/drive/drive_uploader_unittest.cc', 835 'browser/drive/drive_uploader_unittest.cc',
836 'browser/drive/event_logger_unittest.cc', 836 'browser/drive/event_logger_unittest.cc',
837 'browser/drive/fake_drive_service_unittest.cc', 837 'browser/drive/fake_drive_service_unittest.cc',
838 'browser/enumerate_modules_model_unittest_win.cc', 838 'browser/enumerate_modules_model_unittest_win.cc',
839 'browser/extensions/active_tab_unittest.cc', 839 'browser/extensions/active_tab_unittest.cc',
840 'browser/extensions/active_script_controller_unittest.cc',
840 'browser/extensions/activity_log/activity_database_unittest.cc', 841 'browser/extensions/activity_log/activity_database_unittest.cc',
841 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', 842 'browser/extensions/activity_log/activity_log_enabled_unittest.cc',
842 'browser/extensions/activity_log/activity_log_unittest.cc', 843 'browser/extensions/activity_log/activity_log_unittest.cc',
843 'browser/extensions/activity_log/activity_log_policy_unittest.cc', 844 'browser/extensions/activity_log/activity_log_policy_unittest.cc',
844 'browser/extensions/activity_log/ad_injection_unittest.cc', 845 'browser/extensions/activity_log/ad_injection_unittest.cc',
845 'browser/extensions/activity_log/counting_policy_unittest.cc', 846 'browser/extensions/activity_log/counting_policy_unittest.cc',
846 'browser/extensions/activity_log/database_string_table_unittest.cc', 847 'browser/extensions/activity_log/database_string_table_unittest.cc',
847 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', 848 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc',
848 'browser/extensions/activity_log/hashed_ad_network_database_unittest.cc' , 849 'browser/extensions/activity_log/hashed_ad_network_database_unittest.cc' ,
849 'browser/extensions/activity_log/uma_policy_unittest.cc', 850 'browser/extensions/activity_log/uma_policy_unittest.cc',
(...skipping 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after
2819 'unit_tests.isolate', 2820 'unit_tests.isolate',
2820 ], 2821 ],
2821 'sources': [ 2822 'sources': [
2822 'unit_tests.isolate', 2823 'unit_tests.isolate',
2823 ], 2824 ],
2824 }, 2825 },
2825 ], 2826 ],
2826 }], 2827 }],
2827 ], # 'conditions' 2828 ], # 'conditions'
2828 } 2829 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698