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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1363093004: Add BrowserSelectFileDialogTest.OpenCloseFileDialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not run the test-server Created 5 years, 1 month 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 }], 1687 }],
1688 ['OS=="linux" and chromeos==0', { 1688 ['OS=="linux" and chromeos==0', {
1689 'sources!': [ 1689 'sources!': [
1690 # TODO(port): This times out. Attempts have been made to fix the 1690 # TODO(port): This times out. Attempts have been made to fix the
1691 # individual failures, but each time I disable a test from these 1691 # individual failures, but each time I disable a test from these
1692 # suites, it seems like one or another starts timing out too. 1692 # suites, it seems like one or another starts timing out too.
1693 1693
1694 # Note: list duplicated in GN build. 1694 # Note: list duplicated in GN build.
1695 'browser/ui/views/keyboard_access_browsertest.cc', 1695 'browser/ui/views/keyboard_access_browsertest.cc',
1696 ], 1696 ],
1697 'sources': [ 'browser/ui/libgtk2ui/select_file_dialog_impl_test.cc' ],
1698 'dependencies': [ '../build/linux/system.gyp:gtk2' ],
1697 }, { # Everything but desktop Linux. 1699 }, { # Everything but desktop Linux.
1698 'sources': [ '<@(chrome_interactive_ui_test_non_desktop_linux_sources) ' ], 1700 'sources': [ '<@(chrome_interactive_ui_test_non_desktop_linux_sources) ' ],
1699 }], 1701 }],
1700 ['use_ash==1', { 1702 ['use_ash==1', {
1701 'sources': [ '<@(chrome_interactive_ui_test_ash_sources)' ], 1703 'sources': [ '<@(chrome_interactive_ui_test_ash_sources)' ],
1702 'dependencies': [ 1704 'dependencies': [
1703 '../ash/ash.gyp:ash_interactive_ui_test_support', 1705 '../ash/ash.gyp:ash_interactive_ui_test_support',
1704 ], 1706 ],
1705 }], 1707 }],
1706 ['OS=="mac"', { 1708 ['OS=="mac"', {
(...skipping 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
3470 'utility', 3472 'utility',
3471 ], 3473 ],
3472 'sources': [ 3474 'sources': [
3473 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3475 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3474 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3476 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3475 ], 3477 ],
3476 }] 3478 }]
3477 }], 3479 }],
3478 ], # 'conditions' 3480 ], # 'conditions'
3479 } 3481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698