| 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/split_static_library.gni") | 5 import("//build/split_static_library.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
| 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "//third_party/WebKit/Source/modules/background_sync", | 96 "//third_party/WebKit/Source/modules/background_sync", |
| 97 "//third_party/WebKit/Source/modules/battery", | 97 "//third_party/WebKit/Source/modules/battery", |
| 98 "//third_party/WebKit/Source/modules/beacon", | 98 "//third_party/WebKit/Source/modules/beacon", |
| 99 "//third_party/WebKit/Source/modules/bluetooth", | 99 "//third_party/WebKit/Source/modules/bluetooth", |
| 100 "//third_party/WebKit/Source/modules/broadcastchannel", | 100 "//third_party/WebKit/Source/modules/broadcastchannel", |
| 101 "//third_party/WebKit/Source/modules/budget", | 101 "//third_party/WebKit/Source/modules/budget", |
| 102 "//third_party/WebKit/Source/modules/cachestorage", | 102 "//third_party/WebKit/Source/modules/cachestorage", |
| 103 "//third_party/WebKit/Source/modules/canvas", | 103 "//third_party/WebKit/Source/modules/canvas", |
| 104 "//third_party/WebKit/Source/modules/canvas2d", | 104 "//third_party/WebKit/Source/modules/canvas2d", |
| 105 "//third_party/WebKit/Source/modules/compositorworker", | 105 "//third_party/WebKit/Source/modules/compositorworker", |
| 106 "//third_party/WebKit/Source/modules/copyless_paste", |
| 106 "//third_party/WebKit/Source/modules/credentialmanager", | 107 "//third_party/WebKit/Source/modules/credentialmanager", |
| 107 "//third_party/WebKit/Source/modules/crypto", | 108 "//third_party/WebKit/Source/modules/crypto", |
| 108 "//third_party/WebKit/Source/modules/csspaint", | 109 "//third_party/WebKit/Source/modules/csspaint", |
| 109 "//third_party/WebKit/Source/modules/device_light", | 110 "//third_party/WebKit/Source/modules/device_light", |
| 110 "//third_party/WebKit/Source/modules/device_orientation", | 111 "//third_party/WebKit/Source/modules/device_orientation", |
| 111 "//third_party/WebKit/Source/modules/donottrack", | 112 "//third_party/WebKit/Source/modules/donottrack", |
| 112 "//third_party/WebKit/Source/modules/encoding", | 113 "//third_party/WebKit/Source/modules/encoding", |
| 113 "//third_party/WebKit/Source/modules/encryptedmedia", | 114 "//third_party/WebKit/Source/modules/encryptedmedia", |
| 114 "//third_party/WebKit/Source/modules/eventsource", | 115 "//third_party/WebKit/Source/modules/eventsource", |
| 115 "//third_party/WebKit/Source/modules/fetch", | 116 "//third_party/WebKit/Source/modules/fetch", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 | 232 |
| 232 sources = [ | 233 sources = [ |
| 233 "accessibility/AXObjectTest.cpp", | 234 "accessibility/AXObjectTest.cpp", |
| 234 "cachestorage/CacheTest.cpp", | 235 "cachestorage/CacheTest.cpp", |
| 235 "canvas/HTMLCanvasElementModuleTest.cpp", | 236 "canvas/HTMLCanvasElementModuleTest.cpp", |
| 236 "canvas2d/CanvasRenderingContext2DAPITest.cpp", | 237 "canvas2d/CanvasRenderingContext2DAPITest.cpp", |
| 237 "canvas2d/CanvasRenderingContext2DTest.cpp", | 238 "canvas2d/CanvasRenderingContext2DTest.cpp", |
| 238 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", | 239 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", |
| 239 "compositorworker/AnimationWorkletThreadTest.cpp", | 240 "compositorworker/AnimationWorkletThreadTest.cpp", |
| 240 "compositorworker/CompositorWorkerThreadTest.cpp", | 241 "compositorworker/CompositorWorkerThreadTest.cpp", |
| 242 "copyless_paste/CopylessPasteExtractorTest.cpp", |
| 241 "credentialmanager/PasswordCredentialTest.cpp", | 243 "credentialmanager/PasswordCredentialTest.cpp", |
| 242 "csspaint/PaintRenderingContext2DTest.cpp", | 244 "csspaint/PaintRenderingContext2DTest.cpp", |
| 243 "csspaint/PaintWorkletTest.cpp", | 245 "csspaint/PaintWorkletTest.cpp", |
| 244 "eventsource/EventSourceParserTest.cpp", | 246 "eventsource/EventSourceParserTest.cpp", |
| 245 "fetch/BlobBytesConsumerTest.cpp", | 247 "fetch/BlobBytesConsumerTest.cpp", |
| 246 "fetch/BodyStreamBufferTest.cpp", | 248 "fetch/BodyStreamBufferTest.cpp", |
| 247 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 249 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
| 248 "fetch/BytesConsumerTest.cpp", | 250 "fetch/BytesConsumerTest.cpp", |
| 249 "fetch/BytesConsumerTestUtil.cpp", | 251 "fetch/BytesConsumerTestUtil.cpp", |
| 250 "fetch/DataConsumerHandleTestUtil.cpp", | 252 "fetch/DataConsumerHandleTestUtil.cpp", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 ":modules_testing", | 311 ":modules_testing", |
| 310 "//components/payments:payment_request_blink", | 312 "//components/payments:payment_request_blink", |
| 311 "//skia", | 313 "//skia", |
| 312 "//testing/gmock", | 314 "//testing/gmock", |
| 313 "//testing/gtest", | 315 "//testing/gtest", |
| 314 "//third_party/WebKit/Source/core", | 316 "//third_party/WebKit/Source/core", |
| 315 "//third_party/WebKit/Source/wtf", | 317 "//third_party/WebKit/Source/wtf", |
| 316 "//v8", | 318 "//v8", |
| 317 ] | 319 ] |
| 318 } | 320 } |
| OLD | NEW |