| 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 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1145 '../ui/resources/cursors/aliasb.cur', | 1145 '../ui/resources/cursors/aliasb.cur', |
| 1146 '../ui/resources/cursors/cell.cur', | 1146 '../ui/resources/cursors/cell.cur', |
| 1147 '../ui/resources/cursors/col_resize.cur', | 1147 '../ui/resources/cursors/col_resize.cur', |
| 1148 '../ui/resources/cursors/copy.cur', | 1148 '../ui/resources/cursors/copy.cur', |
| 1149 '../ui/resources/cursors/none.cur', | 1149 '../ui/resources/cursors/none.cur', |
| 1150 '../ui/resources/cursors/row_resize.cur', | 1150 '../ui/resources/cursors/row_resize.cur', |
| 1151 '../ui/resources/cursors/vertical_text.cur', | 1151 '../ui/resources/cursors/vertical_text.cur', |
| 1152 '../ui/resources/cursors/zoom_in.cur', | 1152 '../ui/resources/cursors/zoom_in.cur', |
| 1153 '../ui/resources/cursors/zoom_out.cur', | 1153 '../ui/resources/cursors/zoom_out.cur', |
| 1154 'app/chrome_dll.rc', | 1154 'app/chrome_dll.rc', |
| 1155 'browser/downgrade/user_data_downgrade_browsertest.cc', |
| 1155 'test/data/resource.rc', | 1156 'test/data/resource.rc', |
| 1156 ], | 1157 ], |
| 1157 # Cross-platform (except Mac) views interactive tests. | 1158 # Cross-platform (except Mac) views interactive tests. |
| 1158 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when | 1159 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when |
| 1159 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of | 1160 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of |
| 1160 # chrome_browser_ui_views_non_mac_sources). | 1161 # chrome_browser_ui_views_non_mac_sources). |
| 1161 'chrome_interactive_ui_test_views_non_mac_sources': [ | 1162 'chrome_interactive_ui_test_views_non_mac_sources': [ |
| 1162 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 1163 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 1163 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', | 1164 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', |
| 1164 'browser/ui/views/certificate_selector_browsertest.cc', | 1165 'browser/ui/views/certificate_selector_browsertest.cc', |
| (...skipping 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3578 'browser', | 3579 'browser', |
| 3579 ], | 3580 ], |
| 3580 'sources': [ | 3581 'sources': [ |
| 3581 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3582 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3582 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3583 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3583 ], | 3584 ], |
| 3584 }] | 3585 }] |
| 3585 }], | 3586 }], |
| 3586 ], # 'conditions' | 3587 ], # 'conditions' |
| 3587 } | 3588 } |
| OLD | NEW |