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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 993643002: [Download] Add an unittest of DownloadCommands class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test failure Created 5 years, 9 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/download/download_commands_unittest.cc ('k') | no next file » | 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 'browser/supervised_user/supervised_user_whitelist_service_unittest.cc', 1401 'browser/supervised_user/supervised_user_whitelist_service_unittest.cc',
1402 ], 1402 ],
1403 # Everything but Android and iOS (iOS is handled separately). 1403 # Everything but Android and iOS (iOS is handled separately).
1404 'chrome_unit_tests_non_android_sources': [ 1404 'chrome_unit_tests_non_android_sources': [
1405 # Bookmark export/import are handled via the BookmarkColumns 1405 # Bookmark export/import are handled via the BookmarkColumns
1406 # ContentProvider. 1406 # ContentProvider.
1407 'browser/bookmarks/bookmark_html_writer_unittest.cc', 1407 'browser/bookmarks/bookmark_html_writer_unittest.cc',
1408 'browser/browser_commands_unittest.cc', 1408 'browser/browser_commands_unittest.cc',
1409 'browser/diagnostics/diagnostics_controller_unittest.cc', 1409 'browser/diagnostics/diagnostics_controller_unittest.cc',
1410 'browser/diagnostics/diagnostics_model_unittest.cc', 1410 'browser/diagnostics/diagnostics_model_unittest.cc',
1411 'browser/download/download_commands_unittest.cc',
1411 'browser/download/download_shelf_unittest.cc', 1412 'browser/download/download_shelf_unittest.cc',
1412 'browser/first_run/first_run_unittest.cc', 1413 'browser/first_run/first_run_unittest.cc',
1413 'browser/font_family_cache_unittest.cc', 1414 'browser/font_family_cache_unittest.cc',
1414 'browser/importer/firefox_profile_lock_unittest.cc', 1415 'browser/importer/firefox_profile_lock_unittest.cc',
1415 'browser/importer/profile_writer_unittest.cc', 1416 'browser/importer/profile_writer_unittest.cc',
1416 # Android uses a different invaliator. 1417 # Android uses a different invaliator.
1417 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', 1418 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
1418 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', 1419 'browser/invalidation/ticl_profile_settings_provider_unittest.cc',
1419 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', 1420 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
1420 'browser/media_galleries/gallery_watch_manager_unittest.cc', 1421 'browser/media_galleries/gallery_watch_manager_unittest.cc',
(...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after
2750 'dependencies': [ 2751 'dependencies': [
2751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2752 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2752 ], 2753 ],
2753 }], 2754 }],
2754 ], 2755 ],
2755 }, 2756 },
2756 ], 2757 ],
2757 }], 2758 }],
2758 ], # 'conditions' 2759 ], # 'conditions'
2759 } 2760 }
OLDNEW
« no previous file with comments | « chrome/browser/download/download_commands_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698