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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8676008: Add automated test for the edit search engine dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: File renames, address nits and add documentation. Created 9 years 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 2703 matching lines...) Expand 10 before | Expand all | Expand 10 after
2714 'test/base/chrome_render_view_test.h', 2714 'test/base/chrome_render_view_test.h',
2715 'test/base/chrome_test_launcher.cc', 2715 'test/base/chrome_test_launcher.cc',
2716 'test/data/webui/assertions.js', 2716 'test/data/webui/assertions.js',
2717 'test/data/webui/async_gen-inl.h', 2717 'test/data/webui/async_gen-inl.h',
2718 'test/data/webui/async_gen.js', 2718 'test/data/webui/async_gen.js',
2719 'test/data/webui/certificate_viewer_dialog_test.js', 2719 'test/data/webui/certificate_viewer_dialog_test.js',
2720 'test/data/webui/certificate_viewer_ui_test-inl.h', 2720 'test/data/webui/certificate_viewer_ui_test-inl.h',
2721 'test/data/webui/chrome_send_browsertest.cc', 2721 'test/data/webui/chrome_send_browsertest.cc',
2722 'test/data/webui/chrome_send_browsertest.h', 2722 'test/data/webui/chrome_send_browsertest.h',
2723 'test/data/webui/chrome_send_browsertest.js', 2723 'test/data/webui/chrome_send_browsertest.js',
2724 'test/data/webui/edit_search_engine_dialog_browsertest.cc',
2725 'test/data/webui/edit_search_engine_dialog_browsertest.h',
2726 'test/data/webui/edit_search_engine_dialog_browsertest.js',
2724 'test/data/webui/hung_renderer_dialog_test.js', 2727 'test/data/webui/hung_renderer_dialog_test.js',
2725 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', 2728 'test/data/webui/hung_renderer_dialog_ui_test-inl.h',
2726 'test/data/webui/mock4js_browsertest.js', 2729 'test/data/webui/mock4js_browsertest.js',
2727 'test/data/webui/ntp4.js', 2730 'test/data/webui/ntp4.js',
2728 'test/data/webui/print_preview.js', 2731 'test/data/webui/print_preview.js',
2729 'test/gpu/gpu_feature_browsertest.cc', 2732 'test/gpu/gpu_feature_browsertest.cc',
2730 # TODO(craig): Rename this and run from base_unittests when the test 2733 # TODO(craig): Rename this and run from base_unittests when the test
2731 # is safe to run there. See http://crbug.com/78722 for details. 2734 # is safe to run there. See http://crbug.com/78722 for details.
2732 '../base/files/file_path_watcher_browsertest.cc', 2735 '../base/files/file_path_watcher_browsertest.cc',
2733 '../content/app/startup_helper_win.cc', 2736 '../content/app/startup_helper_win.cc',
(...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 # Use outputs of this action as inputs for the main target build. 4324 # Use outputs of this action as inputs for the main target build.
4322 # Seems as a misnomer but makes this happy on Linux (scons). 4325 # Seems as a misnomer but makes this happy on Linux (scons).
4323 'process_outputs_as_sources': 1, 4326 'process_outputs_as_sources': 1,
4324 }, 4327 },
4325 ], # 'actions' 4328 ], # 'actions'
4326 }, 4329 },
4327 ] 4330 ]
4328 }], # 'coverage!=0' 4331 }], # 'coverage!=0'
4329 ], # 'conditions' 4332 ], # 'conditions'
4330 } 4333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698