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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4165013: Re-landing issue 4202006 (http://codereview.chromium.org/4202006/show) which ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/service/cloud_print/cloud_print_consts.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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 'renderer/renderer_about_handler_unittest.cc', 1582 'renderer/renderer_about_handler_unittest.cc',
1583 'renderer/renderer_main_unittest.cc', 1583 'renderer/renderer_main_unittest.cc',
1584 'renderer/safe_browsing/features_unittest.cc', 1584 'renderer/safe_browsing/features_unittest.cc',
1585 'renderer/safe_browsing/mock_feature_extractor_clock.h', 1585 'renderer/safe_browsing/mock_feature_extractor_clock.h',
1586 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1586 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1587 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1587 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1588 'renderer/safe_browsing/scorer_unittest.cc', 1588 'renderer/safe_browsing/scorer_unittest.cc',
1589 'renderer/spellchecker/spellcheck_unittest.cc', 1589 'renderer/spellchecker/spellcheck_unittest.cc',
1590 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1590 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1591 'service/cloud_print/cloud_print_helpers_unittest.cc', 1591 'service/cloud_print/cloud_print_helpers_unittest.cc',
1592 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1592 'service/service_process_unittest.cc', 1593 'service/service_process_unittest.cc',
1593 'test/browser_with_test_window_test.cc', 1594 'test/browser_with_test_window_test.cc',
1594 'test/browser_with_test_window_test.h', 1595 'test/browser_with_test_window_test.h',
1595 'test/data/resource.rc', 1596 'test/data/resource.rc',
1596 'test/file_test_utils.cc', 1597 'test/file_test_utils.cc',
1597 'test/file_test_utils.h', 1598 'test/file_test_utils.h',
1598 'test/menu_model_test.cc', 1599 'test/menu_model_test.cc',
1599 'test/menu_model_test.h', 1600 'test/menu_model_test.h',
1600 'test/render_view_test.cc', 1601 'test/render_view_test.cc',
1601 'test/render_view_test.h', 1602 'test/render_view_test.h',
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 ] 3319 ]
3319 }], # 'coverage!=0' 3320 }], # 'coverage!=0'
3320 ], # 'conditions' 3321 ], # 'conditions'
3321 } 3322 }
3322 3323
3323 # Local Variables: 3324 # Local Variables:
3324 # tab-width:2 3325 # tab-width:2
3325 # indent-tabs-mode:nil 3326 # indent-tabs-mode:nil
3326 # End: 3327 # End:
3327 # vim: set expandtab tabstop=2 shiftwidth=2: 3328 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/service/cloud_print/cloud_print_consts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698