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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 'test/data/webui/history_ui_browsertest.cc', | 605 'test/data/webui/history_ui_browsertest.cc', |
606 'test/data/webui/history_ui_browsertest.h', | 606 'test/data/webui/history_ui_browsertest.h', |
607 'test/data/webui/ntp4_browsertest.cc', | 607 'test/data/webui/ntp4_browsertest.cc', |
608 'test/data/webui/ntp4_browsertest.h', | 608 'test/data/webui/ntp4_browsertest.h', |
609 'test/data/webui/print_preview.cc', | 609 'test/data/webui/print_preview.cc', |
610 'test/data/webui/print_preview.h', | 610 'test/data/webui/print_preview.h', |
611 'test/data/webui/webui_resource_browsertest.cc', | 611 'test/data/webui/webui_resource_browsertest.cc', |
612 'test/gpu/webgl_infobar_browsertest.cc', | 612 'test/gpu/webgl_infobar_browsertest.cc', |
613 'test/ppapi/ppapi_browsertest.cc', | 613 'test/ppapi/ppapi_browsertest.cc', |
614 'test/ppapi/ppapi_filechooser_browsertest.cc', | 614 'test/ppapi/ppapi_filechooser_browsertest.cc', |
| 615 'browser/wasm/wasm_serialization_browsertest.cc', |
615 ], | 616 ], |
616 # Tests for Mac only (Cocoa and mac_views_browser=1). | 617 # Tests for Mac only (Cocoa and mac_views_browser=1). |
617 'chrome_browser_tests_mac_sources': [ | 618 'chrome_browser_tests_mac_sources': [ |
618 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_b
rowsertest.mm', | 619 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_b
rowsertest.mm', |
619 'browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.c
c', | 620 'browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.c
c', |
620 'browser/ui/cocoa/certificate_viewer_mac_browsertest.mm', | 621 'browser/ui/cocoa/certificate_viewer_mac_browsertest.mm', |
621 ], | 622 ], |
622 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources. | 623 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources. |
623 # Built on Mac, except when mac_views_browser==1. | 624 # Built on Mac, except when mac_views_browser==1. |
624 'chrome_browser_tests_cocoa_sources': [ | 625 'chrome_browser_tests_cocoa_sources': [ |
(...skipping 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3613 'browser', | 3614 'browser', |
3614 ], | 3615 ], |
3615 'sources': [ | 3616 'sources': [ |
3616 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3617 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3617 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3618 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3618 ], | 3619 ], |
3619 }] | 3620 }] |
3620 }], | 3621 }], |
3621 ], # 'conditions' | 3622 ], # 'conditions' |
3622 } | 3623 } |
OLD | NEW |