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

Side by Side Diff: chromecast/BUILD.gn

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json 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",
44 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 43 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
45 "//ui/base:ui_base_unittests", 44 "//ui/base:ui_base_unittests",
46 ] 45 ]
47 46
48 if (is_linux) { 47 if (is_linux) {
49 tests += [ "//chromecast/crash:cast_crash_unittests" ] 48 tests += [ "//chromecast/crash:cast_crash_unittests" ]
50 } 49 }
51 50
52 filters = [] 51 filters = []
53 52
(...skipping 24 matching lines...) Expand all
78 # PipelineIntegrationTest.BasicPlayback_VP8A* 77 # PipelineIntegrationTest.BasicPlayback_VP8A*
79 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSamples/0 (uni t 78 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSamples/0 (uni t
80 # test fails when Opus decoder uses fixed-point) 79 # test fails when Opus decoder uses fixed-point)
81 # Due to b/16456550, disable the following four test cases: 80 # Due to b/16456550, disable the following four test cases:
82 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose 81 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose
83 # AudioOutputControllerTest.PlaySwitchDeviceClose 82 # AudioOutputControllerTest.PlaySwitchDeviceClose
84 # AudioStreamHandlerTest.Play 83 # AudioStreamHandlerTest.Play
85 # SoundsManagerTest.Play 84 # SoundsManagerTest.Play
86 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/16539293) 85 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/16539293)
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", 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",
88 "sync_unit_tests --gtest_filter=-SyncHttpBridgeTest.*",
89 87
90 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in Eng builds 88 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in Eng builds
91 "url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid", 89 "url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid",
92 ] 90 ]
93 91
94 # Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509) 92 # Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509)
95 # Disable ProcessUtilTest.* (need to define OS_ANDROID) 93 # Disable ProcessUtilTest.* (need to define OS_ANDROID)
96 # Disable StackContainer.BufferAlignment (don't support 16-byte alignment) 94 # Disable StackContainer.BufferAlignment (don't support 16-byte alignment)
97 # Disable SystemMetrics2Test.GetSystemMemoryInfo (buffers>0 can't be guarant eed) 95 # Disable SystemMetrics2Test.GetSystemMemoryInfo (buffers>0 can't be guarant eed)
98 if (disable_display) { 96 if (disable_display) {
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 apk_name = "CastShell" 326 apk_name = "CastShell"
329 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml" 327 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
330 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest" 328 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest"
331 deps = [ 329 deps = [
332 ":cast_shell_apk_assets", 330 ":cast_shell_apk_assets",
333 "//chromecast/android:libcast_shell_android", 331 "//chromecast/android:libcast_shell_android",
334 "//chromecast/browser/android:cast_shell_java", 332 "//chromecast/browser/android:cast_shell_java",
335 ] 333 ]
336 } 334 }
337 } 335 }
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