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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 562913002: Move web_request_condition* files to extensions/browser/api/declarative_webrequest/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master@294403 Created 6 years, 3 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/chrome_browser_extensions.gypi ('k') | extensions/BUILD.gn » ('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 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'browser/extensions/api/content_settings/content_settings_unittest.cc', 836 'browser/extensions/api/content_settings/content_settings_unittest.cc',
837 'browser/extensions/api/cookies/cookies_unittest.cc', 837 'browser/extensions/api/cookies/cookies_unittest.cc',
838 'browser/extensions/api/copresence/copresence_api_unittest.cc', 838 'browser/extensions/api/copresence/copresence_api_unittest.cc',
839 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', 839 'browser/extensions/api/declarative/rules_registry_service_unittest.cc',
840 'browser/extensions/api/declarative/rules_registry_unittest.cc', 840 'browser/extensions/api/declarative/rules_registry_unittest.cc',
841 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c', 841 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c',
842 'browser/extensions/api/declarative_content/content_action_unittest.cc', 842 'browser/extensions/api/declarative_content/content_action_unittest.cc',
843 'browser/extensions/api/declarative_content/content_condition_unittest.c c', 843 'browser/extensions/api/declarative_content/content_condition_unittest.c c',
844 'browser/extensions/api/declarative_content/content_rules_registry_unitt est.cc', 844 'browser/extensions/api/declarative_content/content_rules_registry_unitt est.cc',
845 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc', 845 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc',
846 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc',
847 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit test.cc',
848 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry _unittest.cc', 846 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry _unittest.cc',
849 'browser/extensions/api/dial/dial_device_data_unittest.cc', 847 'browser/extensions/api/dial/dial_device_data_unittest.cc',
850 'browser/extensions/api/dial/dial_registry_unittest.cc', 848 'browser/extensions/api/dial/dial_registry_unittest.cc',
851 'browser/extensions/api/dial/dial_service_unittest.cc', 849 'browser/extensions/api/dial/dial_service_unittest.cc',
852 'browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chro meos_unittest.cc', 850 'browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chro meos_unittest.cc',
853 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc', 851 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc',
854 'browser/extensions/api/experience_sampling_private/experience_sampling_ private_api_unittest.cc', 852 'browser/extensions/api/experience_sampling_private/experience_sampling_ private_api_unittest.cc',
855 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc', 853 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc',
856 'browser/extensions/api/file_handlers/mime_util_unittest.cc', 854 'browser/extensions/api/file_handlers/mime_util_unittest.cc',
857 'browser/extensions/api/file_system/entry_watcher_service_unittest.cc', 855 'browser/extensions/api/file_system/entry_watcher_service_unittest.cc',
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'dependencies': [ 2876 'dependencies': [
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2877 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2880 ], 2878 ],
2881 }], 2879 }],
2882 ], 2880 ],
2883 }, 2881 },
2884 ], 2882 ],
2885 }], 2883 }],
2886 ], # 'conditions' 2884 ], # 'conditions'
2887 } 2885 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698