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

Side by Side Diff: chromecast/BUILD.gn

Issue 2205613002: Revert of [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: 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
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chromecast/build/tests/cast_test.gni") 9 import("//chromecast/build/tests/cast_test.gni")
10 import("//chromecast/chromecast.gni") 10 import("//chromecast/chromecast.gni")
(...skipping 22 matching lines...) Expand all
33 "//chromecast/crypto:cast_crypto_unittests", 33 "//chromecast/crypto:cast_crypto_unittests",
34 "//chromecast/system/reboot:cast_reboot_unittests", 34 "//chromecast/system/reboot:cast_reboot_unittests",
35 "//content/test:content_unittests", 35 "//content/test:content_unittests",
36 "//crypto:crypto_unittests", 36 "//crypto:crypto_unittests",
37 "//media:media_unittests", 37 "//media:media_unittests",
38 "//media/midi:midi_unittests", 38 "//media/midi:midi_unittests",
39 "//net:net_unittests", 39 "//net:net_unittests",
40 "//ppapi:ppapi_unittests", 40 "//ppapi:ppapi_unittests",
41 "//sandbox/linux:sandbox_linux_unittests", 41 "//sandbox/linux:sandbox_linux_unittests",
42 "//sql:sql_unittests", 42 "//sql:sql_unittests",
43 "//components/sync:sync_unit_tests",
43 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 44 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
44 "//ui/base:ui_base_unittests", 45 "//ui/base:ui_base_unittests",
45 ] 46 ]
46 47
47 if (is_linux) { 48 if (is_linux) {
48 tests += [ "//chromecast/crash:cast_crash_unittests" ] 49 tests += [ "//chromecast/crash:cast_crash_unittests" ]
49 } 50 }
50 51
51 filters = [] 52 filters = []
52 53
(...skipping 24 matching lines...) Expand all
77 # PipelineIntegrationTest.BasicPlayback_VP8A* 78 # PipelineIntegrationTest.BasicPlayback_VP8A*
78 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSamples/0 (uni t 79 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSamples/0 (uni t
79 # test fails when Opus decoder uses fixed-point) 80 # test fails when Opus decoder uses fixed-point)
80 # Due to b/16456550, disable the following four test cases: 81 # Due to b/16456550, disable the following four test cases:
81 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose 82 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose
82 # AudioOutputControllerTest.PlaySwitchDeviceClose 83 # AudioOutputControllerTest.PlaySwitchDeviceClose
83 # AudioStreamHandlerTest.Play 84 # AudioStreamHandlerTest.Play
84 # SoundsManagerTest.Play 85 # SoundsManagerTest.Play
85 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/16539293) 86 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/16539293)
86 "media_unittests --gtest_filter=-AudioOutputControllerTest.PlayDivertSwitc hDeviceRevertClose:AudioOutputControllerTest.PlaySwitchDeviceClose:AudioStreamHa ndlerTest.Play:AudioStreamHandlerTest.ConsecutivePlayRequests:PipelineIntegratio nTest.BasicPlayback_MediaSource_VP9_WebM:PipelineIntegrationTest.BasicPlayback_V ideoOnly_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP9*:PipelineIntegration Test.P444_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP8A*:OpusAudioDecoderT est/AudioDecoderTest.ProduceAudioSamples/0:SoundsManagerTest.Play", 87 "media_unittests --gtest_filter=-AudioOutputControllerTest.PlayDivertSwitc hDeviceRevertClose:AudioOutputControllerTest.PlaySwitchDeviceClose:AudioStreamHa ndlerTest.Play:AudioStreamHandlerTest.ConsecutivePlayRequests:PipelineIntegratio nTest.BasicPlayback_MediaSource_VP9_WebM:PipelineIntegrationTest.BasicPlayback_V ideoOnly_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP9*:PipelineIntegration Test.P444_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP8A*:OpusAudioDecoderT est/AudioDecoderTest.ProduceAudioSamples/0:SoundsManagerTest.Play",
88 "sync_unit_tests --gtest_filter=-SyncHttpBridgeTest.*",
87 89
88 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in Eng builds 90 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in Eng builds
89 "url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid", 91 "url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid",
90 ] 92 ]
91 93
92 # Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509) 94 # Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509)
93 # Disable ProcessUtilTest.* (need to define OS_ANDROID) 95 # Disable ProcessUtilTest.* (need to define OS_ANDROID)
94 # Disable StackContainer.BufferAlignment (don't support 16-byte alignment) 96 # Disable StackContainer.BufferAlignment (don't support 16-byte alignment)
95 # Disable SystemMetrics2Test.GetSystemMemoryInfo (buffers>0 can't be guarant eed) 97 # Disable SystemMetrics2Test.GetSystemMemoryInfo (buffers>0 can't be guarant eed)
96 if (disable_display) { 98 if (disable_display) {
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 apk_name = "CastShell" 328 apk_name = "CastShell"
327 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml" 329 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
328 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest" 330 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest"
329 deps = [ 331 deps = [
330 ":cast_shell_apk_assets", 332 ":cast_shell_apk_assets",
331 "//chromecast/android:libcast_shell_android", 333 "//chromecast/android:libcast_shell_android",
332 "//chromecast/browser/android:cast_shell_java", 334 "//chromecast/browser/android:cast_shell_java",
333 ] 335 ]
334 } 336 }
335 } 337 }
OLDNEW
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698