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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10696181: Added unit test for ServiceProcessPrefs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added some #include's and removed others Created 8 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 | « no previous file | chrome/service/service_process_prefs_unittest.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 2004 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
2005 'renderer/safe_browsing/scorer_unittest.cc', 2005 'renderer/safe_browsing/scorer_unittest.cc',
2006 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2006 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2007 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', 2007 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc',
2008 'renderer/spellchecker/spellcheck_unittest.cc', 2008 'renderer/spellchecker/spellcheck_unittest.cc',
2009 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 2009 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
2010 'service/cloud_print/cloud_print_helpers_unittest.cc', 2010 'service/cloud_print/cloud_print_helpers_unittest.cc',
2011 'service/cloud_print/cloud_print_token_store_unittest.cc', 2011 'service/cloud_print/cloud_print_token_store_unittest.cc',
2012 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 2012 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
2013 'service/service_process_unittest.cc', 2013 'service/service_process_unittest.cc',
2014 'service/service_process_prefs_unittest.cc',
2014 'test/base/browser_with_test_window_test.cc', 2015 'test/base/browser_with_test_window_test.cc',
2015 'test/base/browser_with_test_window_test.h', 2016 'test/base/browser_with_test_window_test.h',
2016 'test/base/chrome_render_view_test.cc', 2017 'test/base/chrome_render_view_test.cc',
2017 'test/base/chrome_render_view_test.h', 2018 'test/base/chrome_render_view_test.h',
2018 'test/base/menu_model_test.cc', 2019 'test/base/menu_model_test.cc',
2019 'test/base/menu_model_test.h', 2020 'test/base/menu_model_test.h',
2020 'test/base/v8_unit_test.cc', 2021 'test/base/v8_unit_test.cc',
2021 'test/base/v8_unit_test.h', 2022 'test/base/v8_unit_test.h',
2022 'test/data/resource.rc', 2023 'test/data/resource.rc',
2023 'test/data/unit/framework_unittest.gtestjs', 2024 'test/data/unit/framework_unittest.gtestjs',
(...skipping 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after
4674 # Use outputs of this action as inputs for the main target build. 4675 # Use outputs of this action as inputs for the main target build.
4675 # Seems as a misnomer but makes this happy on Linux (scons). 4676 # Seems as a misnomer but makes this happy on Linux (scons).
4676 'process_outputs_as_sources': 1, 4677 'process_outputs_as_sources': 1,
4677 }, 4678 },
4678 ], # 'actions' 4679 ], # 'actions'
4679 }, 4680 },
4680 ] 4681 ]
4681 }], # 'coverage!=0' 4682 }], # 'coverage!=0'
4682 ], # 'conditions' 4683 ], # 'conditions'
4683 } 4684 }
OLDNEW
« no previous file with comments | « no previous file | chrome/service/service_process_prefs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698