| 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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 '../ui/resources/cursors/aliasb.cur', | 1156 '../ui/resources/cursors/aliasb.cur', |
| 1157 '../ui/resources/cursors/cell.cur', | 1157 '../ui/resources/cursors/cell.cur', |
| 1158 '../ui/resources/cursors/col_resize.cur', | 1158 '../ui/resources/cursors/col_resize.cur', |
| 1159 '../ui/resources/cursors/copy.cur', | 1159 '../ui/resources/cursors/copy.cur', |
| 1160 '../ui/resources/cursors/none.cur', | 1160 '../ui/resources/cursors/none.cur', |
| 1161 '../ui/resources/cursors/row_resize.cur', | 1161 '../ui/resources/cursors/row_resize.cur', |
| 1162 '../ui/resources/cursors/vertical_text.cur', | 1162 '../ui/resources/cursors/vertical_text.cur', |
| 1163 '../ui/resources/cursors/zoom_in.cur', | 1163 '../ui/resources/cursors/zoom_in.cur', |
| 1164 '../ui/resources/cursors/zoom_out.cur', | 1164 '../ui/resources/cursors/zoom_out.cur', |
| 1165 'app/chrome_dll.rc', | 1165 'app/chrome_dll.rc', |
| 1166 'browser/downgrade/user_data_downgrade_browsertest.cc', |
| 1166 'test/data/resource.rc', | 1167 'test/data/resource.rc', |
| 1167 ], | 1168 ], |
| 1168 # Cross-platform (except Mac) views interactive tests. | 1169 # Cross-platform (except Mac) views interactive tests. |
| 1169 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when | 1170 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when |
| 1170 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of | 1171 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of |
| 1171 # chrome_browser_ui_views_non_mac_sources). | 1172 # chrome_browser_ui_views_non_mac_sources). |
| 1172 'chrome_interactive_ui_test_views_non_mac_sources': [ | 1173 'chrome_interactive_ui_test_views_non_mac_sources': [ |
| 1173 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 1174 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 1174 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', | 1175 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', |
| 1175 'browser/ui/views/certificate_selector_browsertest.cc', | 1176 'browser/ui/views/certificate_selector_browsertest.cc', |
| (...skipping 2402 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 |