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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9625020: Ported NTP4 UI tests to WebUI. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Excludes one irrelevant test for ChromeOS. Created 8 years, 9 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 2888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2899 'test/data/webui/net_internals/hsts_view.js', 2899 'test/data/webui/net_internals/hsts_view.js',
2900 'test/data/webui/net_internals/http_pipeline_view.js', 2900 'test/data/webui/net_internals/http_pipeline_view.js',
2901 'test/data/webui/net_internals/log_util.js', 2901 'test/data/webui/net_internals/log_util.js',
2902 'test/data/webui/net_internals/log_view_painter.js', 2902 'test/data/webui/net_internals/log_view_painter.js',
2903 'test/data/webui/net_internals/main.js', 2903 'test/data/webui/net_internals/main.js',
2904 'test/data/webui/net_internals/net_internals_test.js', 2904 'test/data/webui/net_internals/net_internals_test.js',
2905 'test/data/webui/net_internals/prerender_view.js', 2905 'test/data/webui/net_internals/prerender_view.js',
2906 'test/data/webui/net_internals/test_view.js', 2906 'test/data/webui/net_internals/test_view.js',
2907 'test/data/webui/net_internals/timeline_view.js', 2907 'test/data/webui/net_internals/timeline_view.js',
2908 'test/data/webui/ntp4.js', 2908 'test/data/webui/ntp4.js',
2909 'test/data/webui/ntp4_browsertest.cc',
2910 'test/data/webui/ntp4_browsertest.h',
2911 'test/data/webui/print_preview.cc',
2909 'test/data/webui/print_preview.h', 2912 'test/data/webui/print_preview.h',
2910 'test/data/webui/print_preview.cc',
2911 'test/data/webui/print_preview.js', 2913 'test/data/webui/print_preview.js',
2912 'test/gpu/gpu_feature_browsertest.cc', 2914 'test/gpu/gpu_feature_browsertest.cc',
2913 'test/ui/ppapi_uitest.cc', 2915 'test/ui/ppapi_uitest.cc',
2914 # TODO(craig): Rename this and run from base_unittests when the test 2916 # TODO(craig): Rename this and run from base_unittests when the test
2915 # is safe to run there. See http://crbug.com/78722 for details. 2917 # is safe to run there. See http://crbug.com/78722 for details.
2916 '../base/files/file_path_watcher_browsertest.cc', 2918 '../base/files/file_path_watcher_browsertest.cc',
2917 '../content/app/startup_helper_win.cc', 2919 '../content/app/startup_helper_win.cc',
2918 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 2920 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
2919 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', 2921 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
2920 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2922 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
(...skipping 1823 matching lines...) Expand 10 before | Expand all | Expand 10 after
4744 # Use outputs of this action as inputs for the main target build. 4746 # Use outputs of this action as inputs for the main target build.
4745 # Seems as a misnomer but makes this happy on Linux (scons). 4747 # Seems as a misnomer but makes this happy on Linux (scons).
4746 'process_outputs_as_sources': 1, 4748 'process_outputs_as_sources': 1,
4747 }, 4749 },
4748 ], # 'actions' 4750 ], # 'actions'
4749 }, 4751 },
4750 ] 4752 ]
4751 }], # 'coverage!=0' 4753 }], # 'coverage!=0'
4752 ], # 'conditions' 4754 ], # 'conditions'
4753 } 4755 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698