| 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("//testing/test.gni") | 6 import("//testing/test.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/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
| 9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
| 10 import("//third_party/WebKit/Source/modules/modules.gni") | 10 import("//third_party/WebKit/Source/modules/modules.gni") |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 "//build/config/compiler:wexit_time_destructors", | 29 "//build/config/compiler:wexit_time_destructors", |
| 30 "//third_party/WebKit/Source:config", | 30 "//third_party/WebKit/Source:config", |
| 31 "//third_party/WebKit/Source:inside_blink", | 31 "//third_party/WebKit/Source:inside_blink", |
| 32 "//third_party/WebKit/Source:non_test_config", | 32 "//third_party/WebKit/Source:non_test_config", |
| 33 ] | 33 ] |
| 34 | 34 |
| 35 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ] | 35 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ] |
| 36 | 36 |
| 37 sources = [ | 37 sources = [ |
| 38 "AssertMatchingEnums.cpp", | 38 "AssertMatchingEnums.cpp", |
| 39 "AssociatedURLLoader.cpp", | |
| 40 "AssociatedURLLoader.h", | |
| 41 "AudioOutputDeviceClientImpl.cpp", | 39 "AudioOutputDeviceClientImpl.cpp", |
| 42 "AudioOutputDeviceClientImpl.h", | 40 "AudioOutputDeviceClientImpl.h", |
| 43 "ChromeClientImpl.cpp", | 41 "ChromeClientImpl.cpp", |
| 44 "ChromeClientImpl.h", | 42 "ChromeClientImpl.h", |
| 45 "ColorChooserPopupUIController.cpp", | 43 "ColorChooserPopupUIController.cpp", |
| 46 "ColorChooserPopupUIController.h", | 44 "ColorChooserPopupUIController.h", |
| 47 "ColorChooserUIController.cpp", | 45 "ColorChooserUIController.cpp", |
| 48 "ColorChooserUIController.h", | 46 "ColorChooserUIController.h", |
| 49 "CompositionUnderlineBuilder.h", | 47 "CompositionUnderlineBuilder.h", |
| 50 "CompositionUnderlineVectorBuilder.cpp", | 48 "CompositionUnderlineVectorBuilder.cpp", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "TextFinder.cpp", | 130 "TextFinder.cpp", |
| 133 "TextFinder.h", | 131 "TextFinder.h", |
| 134 "UserMediaClientImpl.cpp", | 132 "UserMediaClientImpl.cpp", |
| 135 "UserMediaClientImpl.h", | 133 "UserMediaClientImpl.h", |
| 136 "ValidationMessageClientImpl.cpp", | 134 "ValidationMessageClientImpl.cpp", |
| 137 "ValidationMessageClientImpl.h", | 135 "ValidationMessageClientImpl.h", |
| 138 "WebAXObject.cpp", | 136 "WebAXObject.cpp", |
| 139 "WebArrayBuffer.cpp", | 137 "WebArrayBuffer.cpp", |
| 140 "WebArrayBufferConverter.cpp", | 138 "WebArrayBufferConverter.cpp", |
| 141 "WebArrayBufferView.cpp", | 139 "WebArrayBufferView.cpp", |
| 140 "WebAssociatedURLLoaderImpl.cpp", |
| 141 "WebAssociatedURLLoaderImpl.h", |
| 142 "WebBlob.cpp", | 142 "WebBlob.cpp", |
| 143 "WebCSSParser.cpp", | 143 "WebCSSParser.cpp", |
| 144 "WebCache.cpp", | 144 "WebCache.cpp", |
| 145 "WebColorSuggestion.cpp", | 145 "WebColorSuggestion.cpp", |
| 146 "WebCryptoNormalize.cpp", | 146 "WebCryptoNormalize.cpp", |
| 147 "WebCustomElement.cpp", | 147 "WebCustomElement.cpp", |
| 148 "WebDOMActivityLogger.cpp", | 148 "WebDOMActivityLogger.cpp", |
| 149 "WebDOMEvent.cpp", | 149 "WebDOMEvent.cpp", |
| 150 "WebDOMFileSystem.cpp", | 150 "WebDOMFileSystem.cpp", |
| 151 "WebDOMMediaStreamTrack.cpp", | 151 "WebDOMMediaStreamTrack.cpp", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "tests/data/", | 302 "tests/data/", |
| 303 "../core/paint/test_data/", | 303 "../core/paint/test_data/", |
| 304 ] | 304 ] |
| 305 } | 305 } |
| 306 | 306 |
| 307 test("webkit_unit_tests") { | 307 test("webkit_unit_tests") { |
| 308 visibility = [] # Allow re-assignment of list. | 308 visibility = [] # Allow re-assignment of list. |
| 309 visibility = [ "*" ] | 309 visibility = [ "*" ] |
| 310 | 310 |
| 311 sources = [ | 311 sources = [ |
| 312 "AssociatedURLLoaderTest.cpp", | |
| 313 "ExternalPopupMenuTest.cpp", | 312 "ExternalPopupMenuTest.cpp", |
| 314 "LinkHighlightImplTest.cpp", | 313 "LinkHighlightImplTest.cpp", |
| 315 "PageOverlayTest.cpp", | 314 "PageOverlayTest.cpp", |
| 315 "WebAssociatedURLLoaderImplTest.cpp", |
| 316 "WebDragDataTest.cpp", | 316 "WebDragDataTest.cpp", |
| 317 "WebElementTest.cpp", | 317 "WebElementTest.cpp", |
| 318 "WebEmbeddedWorkerImplTest.cpp", | 318 "WebEmbeddedWorkerImplTest.cpp", |
| 319 "WebNodeTest.cpp", | 319 "WebNodeTest.cpp", |
| 320 | 320 |
| 321 # FIXME: Move the tests from web/tests/ to appropriate places. | 321 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 322 # crbug.com/353585 | 322 # crbug.com/353585 |
| 323 "tests/ActivityLoggerTest.cpp", | 323 "tests/ActivityLoggerTest.cpp", |
| 324 "tests/ChromeClientImplTest.cpp", | 324 "tests/ChromeClientImplTest.cpp", |
| 325 "tests/CompositorWorkerTest.cpp", | 325 "tests/CompositorWorkerTest.cpp", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 | 425 |
| 426 if (is_android) { | 426 if (is_android) { |
| 427 deps += [ | 427 deps += [ |
| 428 "//base:base_java", | 428 "//base:base_java", |
| 429 "//content/public/android:content_java", | 429 "//content/public/android:content_java", |
| 430 "//content/shell/android:content_shell_assets", | 430 "//content/shell/android:content_shell_assets", |
| 431 "//net/android:net_java", | 431 "//net/android:net_java", |
| 432 ] | 432 ] |
| 433 } | 433 } |
| 434 } | 434 } |
| OLD | NEW |