Chromium Code Reviews| 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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
| 7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
| 8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
| 9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
| 10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
| (...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1161 '../ui/resources/cursors/cell.cur', | 1161 '../ui/resources/cursors/cell.cur', |
| 1162 '../ui/resources/cursors/col_resize.cur', | 1162 '../ui/resources/cursors/col_resize.cur', |
| 1163 '../ui/resources/cursors/copy.cur', | 1163 '../ui/resources/cursors/copy.cur', |
| 1164 '../ui/resources/cursors/none.cur', | 1164 '../ui/resources/cursors/none.cur', |
| 1165 '../ui/resources/cursors/row_resize.cur', | 1165 '../ui/resources/cursors/row_resize.cur', |
| 1166 '../ui/resources/cursors/vertical_text.cur', | 1166 '../ui/resources/cursors/vertical_text.cur', |
| 1167 '../ui/resources/cursors/zoom_in.cur', | 1167 '../ui/resources/cursors/zoom_in.cur', |
| 1168 '../ui/resources/cursors/zoom_out.cur', | 1168 '../ui/resources/cursors/zoom_out.cur', |
| 1169 'app/chrome_dll.rc', | 1169 'app/chrome_dll.rc', |
| 1170 'browser/downgrade/user_data_downgrade_browsertest.cc', | 1170 'browser/downgrade/user_data_downgrade_browsertest.cc', |
| 1171 'browser/ui/webui/set_as_default_browser_ui_browsertest.cc', | |
|
sky
2016/07/06 19:21:19
Why are you putting this in interactive ui tests?
zmin
2016/07/06 20:04:31
Because there is a "interactive ui" operator: Clos
sky
2016/07/06 23:53:16
Closing the popup window doesn't necessarily mean
zmin
2016/07/18 21:12:14
Moving to browser test.
| |
| 1171 'test/data/resource.rc', | 1172 'test/data/resource.rc', |
| 1172 ], | 1173 ], |
| 1173 # Cross-platform (except Mac) views interactive tests. | 1174 # Cross-platform (except Mac) views interactive tests. |
| 1174 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when | 1175 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when |
| 1175 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of | 1176 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of |
| 1176 # chrome_browser_ui_views_non_mac_sources). | 1177 # chrome_browser_ui_views_non_mac_sources). |
| 1177 'chrome_interactive_ui_test_views_non_mac_sources': [ | 1178 'chrome_interactive_ui_test_views_non_mac_sources': [ |
| 1178 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 1179 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 1179 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', | 1180 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', |
| 1180 'browser/ui/views/certificate_selector_browsertest.cc', | 1181 'browser/ui/views/certificate_selector_browsertest.cc', |
| (...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3589 'browser', | 3590 'browser', |
| 3590 ], | 3591 ], |
| 3591 'sources': [ | 3592 'sources': [ |
| 3592 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3593 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3593 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3594 ], | 3595 ], |
| 3595 }] | 3596 }] |
| 3596 }], | 3597 }], |
| 3597 ], # 'conditions' | 3598 ], # 'conditions' |
| 3598 } | 3599 } |
| OLD | NEW |