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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1415863002: Delete all cached ephemeral apps at startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dud file Created 5 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/browser/apps/ephemeral_app_service_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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 '../apps/saved_files_service_unittest.cc', 590 '../apps/saved_files_service_unittest.cc',
591 '../components/drive/drive_api_util_unittest.cc', 591 '../components/drive/drive_api_util_unittest.cc',
592 '../components/drive/drive_app_registry_unittest.cc', 592 '../components/drive/drive_app_registry_unittest.cc',
593 '../components/drive/drive_uploader_unittest.cc', 593 '../components/drive/drive_uploader_unittest.cc',
594 '../components/drive/event_logger_unittest.cc', 594 '../components/drive/event_logger_unittest.cc',
595 '../components/drive/service/drive_api_service_unittest.cc', 595 '../components/drive/service/drive_api_service_unittest.cc',
596 '../components/drive/service/fake_drive_service_unittest.cc', 596 '../components/drive/service/fake_drive_service_unittest.cc',
597 'browser/apps/app_shim/app_shim_host_mac_unittest.cc', 597 'browser/apps/app_shim/app_shim_host_mac_unittest.cc',
598 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 598 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
599 'browser/apps/drive/drive_app_mapping_unittest.cc', 599 'browser/apps/drive/drive_app_mapping_unittest.cc',
600 'browser/apps/ephemeral_app_service_unittest.cc',
601 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', 600 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc',
602 'browser/extensions/active_script_controller_unittest.cc', 601 'browser/extensions/active_script_controller_unittest.cc',
603 'browser/extensions/active_tab_unittest.cc', 602 'browser/extensions/active_tab_unittest.cc',
604 'browser/extensions/activity_log/activity_database_unittest.cc', 603 'browser/extensions/activity_log/activity_database_unittest.cc',
605 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', 604 'browser/extensions/activity_log/activity_log_enabled_unittest.cc',
606 'browser/extensions/activity_log/activity_log_policy_unittest.cc', 605 'browser/extensions/activity_log/activity_log_policy_unittest.cc',
607 'browser/extensions/activity_log/activity_log_unittest.cc', 606 'browser/extensions/activity_log/activity_log_unittest.cc',
608 'browser/extensions/activity_log/counting_policy_unittest.cc', 607 'browser/extensions/activity_log/counting_policy_unittest.cc',
609 'browser/extensions/activity_log/database_string_table_unittest.cc', 608 'browser/extensions/activity_log/database_string_table_unittest.cc',
610 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', 609 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc',
(...skipping 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2983 'dependencies': [ 2982 'dependencies': [
2984 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2983 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2985 ], 2984 ],
2986 }], 2985 }],
2987 ], 2986 ],
2988 }, 2987 },
2989 ], 2988 ],
2990 }], 2989 }],
2991 ], # 'conditions' 2990 ], # 'conditions'
2992 } 2991 }
OLDNEW
« no previous file with comments | « chrome/browser/apps/ephemeral_app_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698