Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2255673003: [wasm] Support wasm module structured cloning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android/windows Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 'test/data/webui/history_ui_browsertest.cc', 606 'test/data/webui/history_ui_browsertest.cc',
607 'test/data/webui/history_ui_browsertest.h', 607 'test/data/webui/history_ui_browsertest.h',
608 'test/data/webui/ntp4_browsertest.cc', 608 'test/data/webui/ntp4_browsertest.cc',
609 'test/data/webui/ntp4_browsertest.h', 609 'test/data/webui/ntp4_browsertest.h',
610 'test/data/webui/print_preview.cc', 610 'test/data/webui/print_preview.cc',
611 'test/data/webui/print_preview.h', 611 'test/data/webui/print_preview.h',
612 'test/data/webui/webui_resource_browsertest.cc', 612 'test/data/webui/webui_resource_browsertest.cc',
613 'test/gpu/webgl_infobar_browsertest.cc', 613 'test/gpu/webgl_infobar_browsertest.cc',
614 'test/ppapi/ppapi_browsertest.cc', 614 'test/ppapi/ppapi_browsertest.cc',
615 'test/ppapi/ppapi_filechooser_browsertest.cc', 615 'test/ppapi/ppapi_filechooser_browsertest.cc',
616 'browser/wasm/wasm_serialization_browsertest.cc',
616 ], 617 ],
617 # Tests for Mac only (Cocoa and mac_views_browser=1). 618 # Tests for Mac only (Cocoa and mac_views_browser=1).
618 'chrome_browser_tests_mac_sources': [ 619 'chrome_browser_tests_mac_sources': [
619 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_b rowsertest.mm', 620 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_b rowsertest.mm',
620 'browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.c c', 621 'browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.c c',
621 'browser/ui/cocoa/certificate_viewer_mac_browsertest.mm', 622 'browser/ui/cocoa/certificate_viewer_mac_browsertest.mm',
622 ], 623 ],
623 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources. 624 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources.
624 # Built on Mac, except when mac_views_browser==1. 625 # Built on Mac, except when mac_views_browser==1.
625 'chrome_browser_tests_cocoa_sources': [ 626 'chrome_browser_tests_cocoa_sources': [
(...skipping 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after
3614 'browser', 3615 'browser',
3615 ], 3616 ],
3616 'sources': [ 3617 'sources': [
3617 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3618 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3618 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3619 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3619 ], 3620 ],
3620 }] 3621 }]
3621 }], 3622 }],
3622 ], # 'conditions' 3623 ], # 'conditions'
3623 } 3624 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698