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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7741010: Added minimal ntp4 WebUI test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | chrome/test/data/webui/ntp4.js » ('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) 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2598 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2609 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2610 'renderer/safe_browsing/render_view_fake_resources_test.h', 2610 'renderer/safe_browsing/render_view_fake_resources_test.h',
2611 'renderer/translate_helper_browsertest.cc', 2611 'renderer/translate_helper_browsertest.cc',
2612 'test/automation/dom_automation_browsertest.cc', 2612 'test/automation/dom_automation_browsertest.cc',
2613 'test/base/in_process_browser_test_browsertest.cc', 2613 'test/base/in_process_browser_test_browsertest.cc',
2614 'test/base/render_view_test.cc', 2614 'test/base/render_view_test.cc',
2615 'test/base/render_view_test.h', 2615 'test/base/render_view_test.h',
2616 'test/base/out_of_proc_test_runner.cc', 2616 'test/base/out_of_proc_test_runner.cc',
2617 'test/data/webui/assertions-inl.h', 2617 'test/data/webui/assertions-inl.h',
2618 'test/data/webui/assertions.js', 2618 'test/data/webui/assertions.js',
2619 'test/data/webui/ntp4.js',
2619 'test/data/webui/print_preview.js', 2620 'test/data/webui/print_preview.js',
2620 'test/data/webui/options.js', 2621 'test/data/webui/options.js',
2621 # TODO(craig): Rename this and run from base_unittests when the test 2622 # TODO(craig): Rename this and run from base_unittests when the test
2622 # is safe to run there. See http://crbug.com/78722 for details. 2623 # is safe to run there. See http://crbug.com/78722 for details.
2623 '../base/files/file_path_watcher_browsertest.cc', 2624 '../base/files/file_path_watcher_browsertest.cc',
2624 '../content/browser/child_process_security_policy_browsertest.cc', 2625 '../content/browser/child_process_security_policy_browsertest.cc',
2625 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2626 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2626 '../content/browser/download/mhtml_generation_browsertest.cc', 2627 '../content/browser/download/mhtml_generation_browsertest.cc',
2627 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2628 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2628 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2629 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
4119 # Use outputs of this action as inputs for the main target build. 4120 # Use outputs of this action as inputs for the main target build.
4120 # Seems as a misnomer but makes this happy on Linux (scons). 4121 # Seems as a misnomer but makes this happy on Linux (scons).
4121 'process_outputs_as_sources': 1, 4122 'process_outputs_as_sources': 1,
4122 }, 4123 },
4123 ], # 'actions' 4124 ], # 'actions'
4124 }, 4125 },
4125 ] 4126 ]
4126 }], # 'coverage!=0' 4127 }], # 'coverage!=0'
4127 ], # 'conditions' 4128 ], # 'conditions'
4128 } 4129 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/ntp4.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698