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

Side by Side Diff: chromecast/BUILD.gn

Issue 2404163002: Add the new storage_unittests target to chromecast/BUILD.gn (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chromecast/build/tests/cast_test.gni") 10 import("//chromecast/build/tests/cast_test.gni")
(...skipping 24 matching lines...) Expand all
35 "//chromecast/crypto:cast_crypto_unittests", 35 "//chromecast/crypto:cast_crypto_unittests",
36 "//chromecast/system/reboot:cast_reboot_unittests", 36 "//chromecast/system/reboot:cast_reboot_unittests",
37 "//content/test:content_unittests", 37 "//content/test:content_unittests",
38 "//crypto:crypto_unittests", 38 "//crypto:crypto_unittests",
39 "//media:media_unittests", 39 "//media:media_unittests",
40 "//media/midi:midi_unittests", 40 "//media/midi:midi_unittests",
41 "//net:net_unittests", 41 "//net:net_unittests",
42 "//ppapi:ppapi_unittests", 42 "//ppapi:ppapi_unittests",
43 "//sandbox/linux:sandbox_linux_unittests", 43 "//sandbox/linux:sandbox_linux_unittests",
44 "//sql:sql_unittests", 44 "//sql:sql_unittests",
45 "//storage/browser:storage_unittests",
45 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 46 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
46 "//ui/base:ui_base_unittests", 47 "//ui/base:ui_base_unittests",
47 ] 48 ]
48 49
49 if (!is_cast_audio_only) { 50 if (!is_cast_audio_only) {
50 tests += [ "//gpu:gpu_unittests" ] 51 tests += [ "//gpu:gpu_unittests" ]
51 } 52 }
52 53
53 if (is_linux) { 54 if (is_linux) {
54 tests += [ "//chromecast/crash:cast_crash_unittests" ] 55 tests += [ "//chromecast/crash:cast_crash_unittests" ]
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 filters += [ base_unittests_filter ] 138 filters += [ base_unittests_filter ]
138 139
139 content_unittests_filter = { 140 content_unittests_filter = {
140 test_name = "content_unittests" 141 test_name = "content_unittests"
141 if (target_os == "linux" && !is_cast_desktop_build) { 142 if (target_os == "linux" && !is_cast_desktop_build) {
142 # DesktopCaptureDeviceTest.*: No capture device on Eureka 143 # DesktopCaptureDeviceTest.*: No capture device on Eureka
143 # Disable PepperGamepadHostTest.WaitForReply (pepper not supported on Eure ka) 144 # Disable PepperGamepadHostTest.WaitForReply (pepper not supported on Eure ka)
144 # Disable GpuDataManagerImplPrivateTest.SetGLStrings and 145 # Disable GpuDataManagerImplPrivateTest.SetGLStrings and
145 # RenderWidgetHostTest.Background because we disable the blacklist to enab le WebGL (b/16142554) 146 # RenderWidgetHostTest.Background because we disable the blacklist to enab le WebGL (b/16142554)
146 gtest_excludes = [ 147 gtest_excludes = [
147 "DOMStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase", 148 "DOMStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase",
mbjorge 2016/10/11 03:55:06 Not sure if any of these tests will be moved into
pwnall 2016/10/11 08:51:24 Thank you for pointing this out! None of the test
148 "DesktopCaptureDeviceTest.Capture", 149 "DesktopCaptureDeviceTest.Capture",
149 "GamepadProviderTest.PollingAccess", 150 "GamepadProviderTest.PollingAccess",
150 "GpuDataManagerImplPrivateTest.SetGLStrings", 151 "GpuDataManagerImplPrivateTest.SetGLStrings",
151 "PepperGamepadHostTest.WaitForReply", 152 "PepperGamepadHostTest.WaitForReply",
152 "RenderWidgetHostTest.Background", 153 "RenderWidgetHostTest.Background",
153 ] 154 ]
154 } 155 }
155 } 156 }
156 filters += [ content_unittests_filter ] 157 filters += [ content_unittests_filter ]
157 158
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 apk_name = "CastShell" 432 apk_name = "CastShell"
432 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml" 433 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
433 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest" 434 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest"
434 deps = [ 435 deps = [
435 ":cast_shell_apk_assets", 436 ":cast_shell_apk_assets",
436 "//chromecast/android:libcast_shell_android", 437 "//chromecast/android:libcast_shell_android",
437 "//chromecast/browser/android:cast_shell_java", 438 "//chromecast/browser/android:cast_shell_java",
438 ] 439 ]
439 } 440 }
440 } 441 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698