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

Side by Side Diff: sky/engine/web/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698