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

Side by Side Diff: chrome/chrome.gyp

Issue 62117: linux: pass a bunch more ui tests. (Closed)
Patch Set: more tests Created 11 years, 8 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 'views', 1968 'views',
1969 '../build/linux/system.gyp:gtk', 1969 '../build/linux/system.gyp:gtk',
1970 ], 1970 ],
1971 'sources!': [ 1971 'sources!': [
1972 # TODO(port) 1972 # TODO(port)
1973 'app/chrome_main_uitest.cc', 1973 'app/chrome_main_uitest.cc',
1974 'browser/browser_uitest.cc', 1974 'browser/browser_uitest.cc',
1975 'browser/crash_recovery_uitest.cc', 1975 'browser/crash_recovery_uitest.cc',
1976 'browser/download/download_uitest.cc', 1976 'browser/download/download_uitest.cc',
1977 'browser/download/save_page_uitest.cc', 1977 'browser/download/save_page_uitest.cc',
1978 'browser/errorpage_uitest.cc',
1979 'browser/history/redirect_uitest.cc',
1980 'browser/iframe_uitest.cc',
1981 'browser/interstitial_page_uitest.cc',
1982 'browser/login_prompt_uitest.cc', 1978 'browser/login_prompt_uitest.cc',
1983 'browser/metrics/metrics_service_uitest.cc', 1979 'browser/metrics/metrics_service_uitest.cc',
1984 'browser/renderer_host/resource_dispatcher_host_uitest.cc',
1985 'browser/sessions/session_restore_uitest.cc', 1980 'browser/sessions/session_restore_uitest.cc',
1986 'browser/tab_contents/view_source_uitest.cc',
1987 'common/net/cache_uitest.cc',
1988 'common/pref_service_uitest.cc',
1989 'test/reliability/page_load_test.cc', 1981 'test/reliability/page_load_test.cc',
1990 'test/ui/dom_checker_uitest.cc',
1991 'test/ui/layout_plugin_uitest.cc', 1982 'test/ui/layout_plugin_uitest.cc',
1992 'test/ui/omnibox_uitest.cc', 1983 'test/ui/omnibox_uitest.cc',
1993 ], 1984 ],
1994 }], 1985 }],
1995 ['OS=="mac"', { 1986 ['OS=="mac"', {
1996 'sources!': [ 1987 'sources!': [
1997 # TODO(port) 1988 # TODO(port)
1998 'app/chrome_main_uitest.cc', 1989 'app/chrome_main_uitest.cc',
1999 'browser/browser_uitest.cc', 1990 'browser/browser_uitest.cc',
2000 'browser/crash_recovery_uitest.cc', 1991 'browser/crash_recovery_uitest.cc',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
2849 '../tools/code_coverage/coverage_posix.py', 2840 '../tools/code_coverage/coverage_posix.py',
2850 '--directory', 2841 '--directory',
2851 '<(PRODUCT_DIR)' ], 2842 '<(PRODUCT_DIR)' ],
2852 }, 2843 },
2853 ], # 'actions' 2844 ], # 'actions'
2854 }, 2845 },
2855 ] 2846 ]
2856 }], 2847 }],
2857 ], # 'conditions' 2848 ], # 'conditions'
2858 } 2849 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/view_source_uitest.cc ('k') | chrome/common/json_value_serializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698