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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 16820008: GTTF: Move core parts of test_launcher down to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « base/test/test_launcher.cc ('k') | chrome/test/base/chrome_test_launcher.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'renderer/content_settings_observer_browsertest.cc', 1677 'renderer/content_settings_observer_browsertest.cc',
1678 'renderer/printing/print_web_view_helper_browsertest.cc', 1678 'renderer/printing/print_web_view_helper_browsertest.cc',
1679 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 1679 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
1680 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 1680 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
1681 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 1681 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
1682 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 1682 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
1683 'renderer/translate/translate_helper_browsertest.cc', 1683 'renderer/translate/translate_helper_browsertest.cc',
1684 'test/base/chrome_render_view_test.cc', 1684 'test/base/chrome_render_view_test.cc',
1685 'test/base/chrome_render_view_test.h', 1685 'test/base/chrome_render_view_test.h',
1686 'test/base/chrome_test_launcher.cc', 1686 'test/base/chrome_test_launcher.cc',
1687 'test/base/empty_browser_test.cc',
1688 'test/base/web_ui_browsertest.cc', 1687 'test/base/web_ui_browsertest.cc',
1689 'test/base/web_ui_browsertest.h', 1688 'test/base/web_ui_browsertest.h',
1690 'test/data/chromeos/oobe_webui_browsertest.js', 1689 'test/data/chromeos/oobe_webui_browsertest.js',
1691 'test/base/in_process_browser_test_browsertest.cc', 1690 'test/base/in_process_browser_test_browsertest.cc',
1692 'test/base/tracing_browsertest.cc', 1691 'test/base/tracing_browsertest.cc',
1693 'test/base/test_chrome_web_ui_controller_factory.cc', 1692 'test/base/test_chrome_web_ui_controller_factory.cc',
1694 'test/base/test_chrome_web_ui_controller_factory.h', 1693 'test/base/test_chrome_web_ui_controller_factory.h',
1695 'test/base/test_chrome_web_ui_controller_factory_browsertest.cc', 1694 'test/base/test_chrome_web_ui_controller_factory_browsertest.cc',
1696 'test/data/webui/accessibility_audit_browsertest.js', 1695 'test/data/webui/accessibility_audit_browsertest.js',
1697 'test/data/webui/assertions.js', 1696 'test/data/webui/assertions.js',
(...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 # more details. 3394 # more details.
3396 'DebugInformationFormat': '3', 3395 'DebugInformationFormat': '3',
3397 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3396 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3398 }, 3397 },
3399 }, 3398 },
3400 }, 3399 },
3401 ], 3400 ],
3402 }], 3401 }],
3403 ], # 'conditions' 3402 ], # 'conditions'
3404 } 3403 }
OLDNEW
« no previous file with comments | « base/test/test_launcher.cc ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698