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

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: More updates per review comments. 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 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after
2852 'test/data/webui/net_internals/dns_view.js', 2852 'test/data/webui/net_internals/dns_view.js',
2853 'test/data/webui/net_internals/hsts_view.js', 2853 'test/data/webui/net_internals/hsts_view.js',
2854 'test/data/webui/net_internals/http_pipeline_view.js', 2854 'test/data/webui/net_internals/http_pipeline_view.js',
2855 'test/data/webui/net_internals/log_util.js', 2855 'test/data/webui/net_internals/log_util.js',
2856 'test/data/webui/net_internals/log_view_painter.js', 2856 'test/data/webui/net_internals/log_view_painter.js',
2857 'test/data/webui/net_internals/main.js', 2857 'test/data/webui/net_internals/main.js',
2858 'test/data/webui/net_internals/net_internals_test.js', 2858 'test/data/webui/net_internals/net_internals_test.js',
2859 'test/data/webui/net_internals/prerender_view.js', 2859 'test/data/webui/net_internals/prerender_view.js',
2860 'test/data/webui/net_internals/test_view.js', 2860 'test/data/webui/net_internals/test_view.js',
2861 'test/data/webui/net_internals/timeline_view.js', 2861 'test/data/webui/net_internals/timeline_view.js',
2862 'test/data/webui/ntp4_browsertest.h',
2863 'test/data/webui/ntp4_browsertest.cc',
Sheridan Rawlins 2012/03/08 19:10:30 Please sort alphabetically; maybe fix some of the
Dan Beam 2012/03/08 19:23:18 in vim for this file: :2842,2867|LC_ALL=C sort
Danh Nguyen 2012/03/08 21:35:16 Done. Thanks Dan for the tips.
2862 'test/data/webui/ntp4.js', 2864 'test/data/webui/ntp4.js',
2863 'test/data/webui/print_preview.h', 2865 'test/data/webui/print_preview.h',
2864 'test/data/webui/print_preview.cc', 2866 'test/data/webui/print_preview.cc',
2865 'test/data/webui/print_preview.js', 2867 'test/data/webui/print_preview.js',
2866 'test/gpu/gpu_feature_browsertest.cc', 2868 'test/gpu/gpu_feature_browsertest.cc',
2867 # TODO(craig): Rename this and run from base_unittests when the test 2869 # TODO(craig): Rename this and run from base_unittests when the test
2868 # is safe to run there. See http://crbug.com/78722 for details. 2870 # is safe to run there. See http://crbug.com/78722 for details.
2869 '../base/files/file_path_watcher_browsertest.cc', 2871 '../base/files/file_path_watcher_browsertest.cc',
2870 '../content/app/startup_helper_win.cc', 2872 '../content/app/startup_helper_win.cc',
2871 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 2873 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after
4709 # Use outputs of this action as inputs for the main target build. 4711 # Use outputs of this action as inputs for the main target build.
4710 # Seems as a misnomer but makes this happy on Linux (scons). 4712 # Seems as a misnomer but makes this happy on Linux (scons).
4711 'process_outputs_as_sources': 1, 4713 'process_outputs_as_sources': 1,
4712 }, 4714 },
4713 ], # 'actions' 4715 ], # 'actions'
4714 }, 4716 },
4715 ] 4717 ]
4716 }], # 'coverage!=0' 4718 }], # 'coverage!=0'
4717 ], # 'conditions' 4719 ], # 'conditions'
4718 } 4720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698