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

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: Fix save.onclick. 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 'target_defaults': { 5 'target_defaults': {
6 'conditions': [ 6 'conditions': [
7 ['strip_tests==1', { 7 ['strip_tests==1', {
8 'cflags!': [ '-g' ], 8 'cflags!': [ '-g' ],
9 'ldflags': [ '-Wl,--strip-debug' ], 9 'ldflags': [ '-Wl,--strip-debug' ],
10 }], 10 }],
(...skipping 2718 matching lines...) Expand 10 before | Expand all | Expand 10 after
2729 'test/base/chrome_render_view_test.h', 2729 'test/base/chrome_render_view_test.h',
2730 'test/base/chrome_test_launcher.cc', 2730 'test/base/chrome_test_launcher.cc',
2731 'test/data/webui/assertions.js', 2731 'test/data/webui/assertions.js',
2732 'test/data/webui/async_gen-inl.h', 2732 'test/data/webui/async_gen-inl.h',
2733 'test/data/webui/async_gen.js', 2733 'test/data/webui/async_gen.js',
2734 'test/data/webui/certificate_viewer_dialog_test.js', 2734 'test/data/webui/certificate_viewer_dialog_test.js',
2735 'test/data/webui/certificate_viewer_ui_test-inl.h', 2735 'test/data/webui/certificate_viewer_ui_test-inl.h',
2736 'test/data/webui/chrome_send_browsertest.cc', 2736 'test/data/webui/chrome_send_browsertest.cc',
2737 'test/data/webui/chrome_send_browsertest.h', 2737 'test/data/webui/chrome_send_browsertest.h',
2738 'test/data/webui/chrome_send_browsertest.js', 2738 'test/data/webui/chrome_send_browsertest.js',
2739 'test/data/webui/edit_search_engine_dialog_test.js',
2740 'test/data/webui/edit_serach_engine_dialog_ui_test-inl.h',
2739 'test/data/webui/hung_renderer_dialog_test.js', 2741 'test/data/webui/hung_renderer_dialog_test.js',
2740 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', 2742 'test/data/webui/hung_renderer_dialog_ui_test-inl.h',
2741 'test/data/webui/mock4js_browsertest.js', 2743 'test/data/webui/mock4js_browsertest.js',
2742 'test/data/webui/ntp4.js', 2744 'test/data/webui/ntp4.js',
2743 'test/data/webui/print_preview.js', 2745 'test/data/webui/print_preview.js',
2744 'test/gpu/gpu_feature_browsertest.cc', 2746 'test/gpu/gpu_feature_browsertest.cc',
2745 # TODO(craig): Rename this and run from base_unittests when the test 2747 # TODO(craig): Rename this and run from base_unittests when the test
2746 # is safe to run there. See http://crbug.com/78722 for details. 2748 # is safe to run there. See http://crbug.com/78722 for details.
2747 '../base/files/file_path_watcher_browsertest.cc', 2749 '../base/files/file_path_watcher_browsertest.cc',
2748 '../content/app/startup_helper_win.cc', 2750 '../content/app/startup_helper_win.cc',
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 # Use outputs of this action as inputs for the main target build. 4334 # Use outputs of this action as inputs for the main target build.
4333 # Seems as a misnomer but makes this happy on Linux (scons). 4335 # Seems as a misnomer but makes this happy on Linux (scons).
4334 'process_outputs_as_sources': 1, 4336 'process_outputs_as_sources': 1,
4335 }, 4337 },
4336 ], # 'actions' 4338 ], # 'actions'
4337 }, 4339 },
4338 ] 4340 ]
4339 }], # 'coverage!=0' 4341 }], # 'coverage!=0'
4340 ], # 'conditions' 4342 ], # 'conditions'
4341 } 4343 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698