| 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 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1148 'test/base/view_event_test_base.h', | 1148 'test/base/view_event_test_base.h', |
| 1149 ], | 1149 ], |
| 1150 # Mac sources, except when mac_views_browser==1. | 1150 # Mac sources, except when mac_views_browser==1. |
| 1151 'chrome_interactive_ui_test_cocoa_sources': [ | 1151 'chrome_interactive_ui_test_cocoa_sources': [ |
| 1152 'browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm', | 1152 'browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm', |
| 1153 'browser/ui/cocoa/translate/translate_bubble_test_utils_cocoa.mm', | 1153 'browser/ui/cocoa/translate/translate_bubble_test_utils_cocoa.mm', |
| 1154 'test/base/interactive_test_utils_cocoa.mm', | 1154 'test/base/interactive_test_utils_cocoa.mm', |
| 1155 ], | 1155 ], |
| 1156 'chrome_interactive_ui_test_app_list_sources': [ | 1156 'chrome_interactive_ui_test_app_list_sources': [ |
| 1157 'browser/ui/app_list/app_list_service_interactive_uitest.cc', | 1157 'browser/ui/app_list/app_list_service_interactive_uitest.cc', |
| 1158 'browser/ui/app_list/app_list_service_mac_interactive_uitest.mm', | |
| 1159 ], | 1158 ], |
| 1160 'chrome_interactive_ui_test_win_sources': [ | 1159 'chrome_interactive_ui_test_win_sources': [ |
| 1161 '../ui/resources/cursors/aliasb.cur', | 1160 '../ui/resources/cursors/aliasb.cur', |
| 1162 '../ui/resources/cursors/cell.cur', | 1161 '../ui/resources/cursors/cell.cur', |
| 1163 '../ui/resources/cursors/col_resize.cur', | 1162 '../ui/resources/cursors/col_resize.cur', |
| 1164 '../ui/resources/cursors/copy.cur', | 1163 '../ui/resources/cursors/copy.cur', |
| 1165 '../ui/resources/cursors/none.cur', | 1164 '../ui/resources/cursors/none.cur', |
| 1166 '../ui/resources/cursors/row_resize.cur', | 1165 '../ui/resources/cursors/row_resize.cur', |
| 1167 '../ui/resources/cursors/vertical_text.cur', | 1166 '../ui/resources/cursors/vertical_text.cur', |
| 1168 '../ui/resources/cursors/zoom_in.cur', | 1167 '../ui/resources/cursors/zoom_in.cur', |
| (...skipping 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3590 'browser', | 3589 'browser', |
| 3591 ], | 3590 ], |
| 3592 'sources': [ | 3591 'sources': [ |
| 3593 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3592 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3593 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3595 ], | 3594 ], |
| 3596 }] | 3595 }] |
| 3597 }], | 3596 }], |
| 3598 ], # 'conditions' | 3597 ], # 'conditions' |
| 3599 } | 3598 } |
| OLD | NEW |