| OLD | NEW |
| 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 Loading... |
| 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_interactive_uite
st.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 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3484 'utility', | 3486 'utility', |
| 3485 ], | 3487 ], |
| 3486 'sources': [ | 3488 'sources': [ |
| 3487 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3489 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3488 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3489 ], | 3491 ], |
| 3490 }] | 3492 }] |
| 3491 }], | 3493 }], |
| 3492 ], # 'conditions' | 3494 ], # 'conditions' |
| 3493 } | 3495 } |
| OLD | NEW |