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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1931503002: Add BackgroundModeOptimizer that can restart the browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PushKeepAlive
Patch Set: address comments. disable feature by default Created 4 years, 5 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.gypi ('k') | chrome/common/chrome_features.h » ('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 # 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'renderer/spellchecker/spellcheck_provider_test.cc', 387 'renderer/spellchecker/spellcheck_provider_test.cc',
388 'renderer/spellchecker/spellcheck_provider_test.h', 388 'renderer/spellchecker/spellcheck_provider_test.h',
389 'renderer/spellchecker/spellcheck_unittest.cc', 389 'renderer/spellchecker/spellcheck_unittest.cc',
390 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 390 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
391 'tools/convert_dict/convert_dict_unittest.cc', 391 'tools/convert_dict/convert_dict_unittest.cc',
392 ], 392 ],
393 'chrome_unit_tests_background_sources': [ 393 'chrome_unit_tests_background_sources': [
394 'browser/background/background_application_list_model_unittest.cc', 394 'browser/background/background_application_list_model_unittest.cc',
395 'browser/background/background_contents_service_unittest.cc', 395 'browser/background/background_contents_service_unittest.cc',
396 'browser/background/background_mode_manager_unittest.cc', 396 'browser/background/background_mode_manager_unittest.cc',
397 'browser/background/background_mode_optimizer_unittest.cc',
397 ], 398 ],
398 'chrome_unit_tests_extensions_sources': [ 399 'chrome_unit_tests_extensions_sources': [
399 '../apps/saved_files_service_unittest.cc', 400 '../apps/saved_files_service_unittest.cc',
400 '../components/drive/drive_api_util_unittest.cc', 401 '../components/drive/drive_api_util_unittest.cc',
401 '../components/drive/drive_app_registry_unittest.cc', 402 '../components/drive/drive_app_registry_unittest.cc',
402 '../components/drive/drive_uploader_unittest.cc', 403 '../components/drive/drive_uploader_unittest.cc',
403 '../components/drive/event_logger_unittest.cc', 404 '../components/drive/event_logger_unittest.cc',
404 '../components/drive/service/drive_api_service_unittest.cc', 405 '../components/drive/service/drive_api_service_unittest.cc',
405 '../components/drive/service/fake_drive_service_unittest.cc', 406 '../components/drive/service/fake_drive_service_unittest.cc',
406 '../tools/json_schema_compiler/test/features_generation_unittest.cc', 407 '../tools/json_schema_compiler/test/features_generation_unittest.cc',
(...skipping 2619 matching lines...) Expand 10 before | Expand all | Expand 10 after
3026 'dependencies': [ 3027 'dependencies': [
3027 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3028 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3028 ], 3029 ],
3029 }], 3030 }],
3030 ], 3031 ],
3031 }, 3032 },
3032 ], 3033 ],
3033 }], 3034 }],
3034 ], # 'conditions' 3035 ], # 'conditions'
3035 } 3036 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698