OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//sky/engine/config.gni") | 6 import("//sky/engine/config.gni") |
| 7 import("//testing/test.gni") |
7 | 8 |
8 visibility = [ "//sky/*" ] | 9 visibility = [ "//sky/*" ] |
9 | 10 |
10 platform_web_unittest_files = [ | 11 platform_web_unittest_files = [ |
11 "//sky/engine/platform/graphics/BitmapImageTest.cpp", | 12 "//sky/engine/platform/graphics/BitmapImageTest.cpp", |
12 "//sky/engine/platform/graphics/DeferredImageDecoderTest.cpp", | 13 "//sky/engine/platform/graphics/DeferredImageDecoderTest.cpp", |
13 "//sky/engine/platform/graphics/ImageDecodingStoreTest.cpp", | 14 "//sky/engine/platform/graphics/ImageDecodingStoreTest.cpp", |
14 "//sky/engine/platform/graphics/ImageFrameGeneratorTest.cpp", | 15 "//sky/engine/platform/graphics/ImageFrameGeneratorTest.cpp", |
15 "//sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
", | 16 "//sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
", |
16 "//sky/engine/platform/graphics/test/MockImageDecoder.h", | 17 "//sky/engine/platform/graphics/test/MockImageDecoder.h", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 configs += [ "//sky/engine:config" ] | 158 configs += [ "//sky/engine:config" ] |
158 | 159 |
159 if (!is_component_build) { | 160 if (!is_component_build) { |
160 deps += [ "//sky/engine/core" ] | 161 deps += [ "//sky/engine/core" ] |
161 | 162 |
162 configs += [ "//sky/engine:inside_blink" ] | 163 configs += [ "//sky/engine:inside_blink" ] |
163 | 164 |
164 sources += platform_web_unittest_files | 165 sources += platform_web_unittest_files |
165 } | 166 } |
166 } | 167 } |
OLD | NEW |