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 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 # Cross-platform (except Mac) views interactive tests. | 1166 # Cross-platform (except Mac) views interactive tests. |
1167 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when | 1167 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when |
1168 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of | 1168 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of |
1169 # chrome_browser_ui_views_non_mac_sources). | 1169 # chrome_browser_ui_views_non_mac_sources). |
1170 'chrome_interactive_ui_test_views_non_mac_sources': [ | 1170 'chrome_interactive_ui_test_views_non_mac_sources': [ |
1171 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 1171 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
1172 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', | 1172 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', |
1173 'browser/ui/views/certificate_selector_browsertest.cc', | 1173 'browser/ui/views/certificate_selector_browsertest.cc', |
1174 'browser/ui/views/constrained_window_views_browsertest.cc', | 1174 'browser/ui/views/constrained_window_views_browsertest.cc', |
1175 'browser/ui/views/extensions/extension_dialog_interactive_uitest.cc', | 1175 'browser/ui/views/extensions/extension_dialog_interactive_uitest.cc', |
1176 'browser/ui/views/find_bar_controller_interactive_uitest.cc', | |
1177 'browser/ui/views/find_bar_views_interactive_uitest.cc', | 1176 'browser/ui/views/find_bar_views_interactive_uitest.cc', |
1178 'browser/ui/views/frame/browser_view_focus_uitest.cc', | 1177 'browser/ui/views/frame/browser_view_focus_uitest.cc', |
1179 'browser/ui/views/frame/browser_view_interactive_uitest.cc', | 1178 'browser/ui/views/frame/browser_view_interactive_uitest.cc', |
1180 'browser/ui/views/keyboard_access_browsertest.cc', | 1179 'browser/ui/views/keyboard_access_browsertest.cc', |
1181 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', | 1180 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', |
1182 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c
c', | 1181 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c
c', |
1183 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1182 'browser/ui/views/location_bar/star_view_browsertest.cc', |
1184 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', | 1183 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', |
1185 'browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uites
t.cc', | 1184 'browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uites
t.cc', |
1186 'browser/ui/views/passwords/manage_passwords_icon_view_interactive_uitest.
cc', | 1185 'browser/ui/views/passwords/manage_passwords_icon_view_interactive_uitest.
cc', |
(...skipping 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3613 'browser', | 3612 'browser', |
3614 ], | 3613 ], |
3615 'sources': [ | 3614 'sources': [ |
3616 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3615 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3617 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3618 ], | 3617 ], |
3619 }] | 3618 }] |
3620 }], | 3619 }], |
3621 ], # 'conditions' | 3620 ], # 'conditions' |
3622 } | 3621 } |
OLD | NEW |