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

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: Removed extra space in copyright header. 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui_uitest.cc ('k') | 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) 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 2906 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 'test/data/webui/net_internals/hsts_view.js', 2917 'test/data/webui/net_internals/hsts_view.js',
2918 'test/data/webui/net_internals/http_pipeline_view.js', 2918 'test/data/webui/net_internals/http_pipeline_view.js',
2919 'test/data/webui/net_internals/log_util.js', 2919 'test/data/webui/net_internals/log_util.js',
2920 'test/data/webui/net_internals/log_view_painter.js', 2920 'test/data/webui/net_internals/log_view_painter.js',
2921 'test/data/webui/net_internals/main.js', 2921 'test/data/webui/net_internals/main.js',
2922 'test/data/webui/net_internals/net_internals_test.js', 2922 'test/data/webui/net_internals/net_internals_test.js',
2923 'test/data/webui/net_internals/prerender_view.js', 2923 'test/data/webui/net_internals/prerender_view.js',
2924 'test/data/webui/net_internals/test_view.js', 2924 'test/data/webui/net_internals/test_view.js',
2925 'test/data/webui/net_internals/timeline_view.js', 2925 'test/data/webui/net_internals/timeline_view.js',
2926 'test/data/webui/ntp4.js', 2926 'test/data/webui/ntp4.js',
2927 'test/data/webui/ntp4_browsertest.cc',
2928 'test/data/webui/ntp4_browsertest.h',
2929 'test/data/webui/print_preview.cc',
2927 'test/data/webui/print_preview.h', 2930 'test/data/webui/print_preview.h',
2928 'test/data/webui/print_preview.cc',
2929 'test/data/webui/print_preview.js', 2931 'test/data/webui/print_preview.js',
2930 'test/gpu/gpu_feature_browsertest.cc', 2932 'test/gpu/gpu_feature_browsertest.cc',
2931 'test/ui/ppapi_uitest.cc', 2933 'test/ui/ppapi_uitest.cc',
2932 # TODO(craig): Rename this and run from base_unittests when the test 2934 # TODO(craig): Rename this and run from base_unittests when the test
2933 # is safe to run there. See http://crbug.com/78722 for details. 2935 # is safe to run there. See http://crbug.com/78722 for details.
2934 '../base/files/file_path_watcher_browsertest.cc', 2936 '../base/files/file_path_watcher_browsertest.cc',
2935 '../content/app/startup_helper_win.cc', 2937 '../content/app/startup_helper_win.cc',
2936 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 2938 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
2937 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', 2939 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
2938 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2940 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
4757 # Use outputs of this action as inputs for the main target build. 4759 # Use outputs of this action as inputs for the main target build.
4758 # Seems as a misnomer but makes this happy on Linux (scons). 4760 # Seems as a misnomer but makes this happy on Linux (scons).
4759 'process_outputs_as_sources': 1, 4761 'process_outputs_as_sources': 1,
4760 }, 4762 },
4761 ], # 'actions' 4763 ], # 'actions'
4762 }, 4764 },
4763 ] 4765 ]
4764 }], # 'coverage!=0' 4766 }], # 'coverage!=0'
4765 ], # 'conditions' 4767 ], # 'conditions'
4766 } 4768 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui_uitest.cc ('k') | chrome/test/data/webui/ntp4.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698