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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 671553002: Move extensions manifest handler for OAuth2 to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_common.gypi ('k') | chrome/common/extensions/api/_manifest_features.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 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 'browser/webdata/keyword_table_unittest.cc', 1259 'browser/webdata/keyword_table_unittest.cc',
1260 'common/chrome_paths_unittest.cc', 1260 'common/chrome_paths_unittest.cc',
1261 'common/chrome_content_client_unittest.cc', 1261 'common/chrome_content_client_unittest.cc',
1262 'common/cloud_print/cloud_print_helpers_unittest.cc', 1262 'common/cloud_print/cloud_print_helpers_unittest.cc',
1263 'common/crash_keys_unittest.cc', 1263 'common/crash_keys_unittest.cc',
1264 'common/extensions/api/commands/commands_manifest_unittest.cc', 1264 'common/extensions/api/commands/commands_manifest_unittest.cc',
1265 'common/extensions/api/extension_action/browser_action_manifest_unittest.c c', 1265 'common/extensions/api/extension_action/browser_action_manifest_unittest.c c',
1266 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', 1266 'common/extensions/api/extension_action/page_action_manifest_unittest.cc',
1267 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest _unittest.cc', 1267 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest _unittest.cc',
1268 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', 1268 'common/extensions/api/i18n/default_locale_manifest_unittest.cc',
1269 'common/extensions/api/identity/extension_manifests_auth_unittest.cc',
1270 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc ', 1269 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc ',
1271 'common/extensions/command_unittest.cc', 1270 'common/extensions/command_unittest.cc',
1272 'common/extensions/extension_file_util_unittest.cc', 1271 'common/extensions/extension_file_util_unittest.cc',
1273 'common/extensions/extension_icon_set_unittest.cc', 1272 'common/extensions/extension_icon_set_unittest.cc',
1274 'common/extensions/extension_unittest.cc', 1273 'common/extensions/extension_unittest.cc',
1275 'common/extensions/feature_switch_unittest.cc', 1274 'common/extensions/feature_switch_unittest.cc',
1276 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', 1275 'common/extensions/features/chrome_channel_feature_filter_unittest.cc',
1277 'common/extensions/manifest_handlers/automation_unittest.cc', 1276 'common/extensions/manifest_handlers/automation_unittest.cc',
1278 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc' , 1277 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc' ,
1279 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc' , 1278 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc' ,
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 'dependencies': [ 2873 'dependencies': [
2875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2876 ], 2875 ],
2877 }], 2876 }],
2878 ], 2877 ],
2879 }, 2878 },
2880 ], 2879 ],
2881 }], 2880 }],
2882 ], # 'conditions' 2881 ], # 'conditions'
2883 } 2882 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698