| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "Prerender.cpp", | 315 "Prerender.cpp", |
| 316 "Prerender.h", | 316 "Prerender.h", |
| 317 "PrerenderClient.h", | 317 "PrerenderClient.h", |
| 318 "ScopedOrientationChangeIndicator.cpp", | 318 "ScopedOrientationChangeIndicator.cpp", |
| 319 "ScopedOrientationChangeIndicator.h", | 319 "ScopedOrientationChangeIndicator.h", |
| 320 "ScriptForbiddenScope.cpp", | 320 "ScriptForbiddenScope.cpp", |
| 321 "ScriptForbiddenScope.h", | 321 "ScriptForbiddenScope.h", |
| 322 "SecureTextInput.cpp", | 322 "SecureTextInput.cpp", |
| 323 "SecureTextInput.h", | 323 "SecureTextInput.h", |
| 324 "SerializedResource.h", | 324 "SerializedResource.h", |
| 325 "ServiceConnector.h", | |
| 326 "SharedBuffer.cpp", | 325 "SharedBuffer.cpp", |
| 327 "SharedBuffer.h", | 326 "SharedBuffer.h", |
| 328 "SharedBufferChunkReader.cpp", | 327 "SharedBufferChunkReader.cpp", |
| 329 "SharedBufferChunkReader.h", | 328 "SharedBufferChunkReader.h", |
| 330 "StorageQuotaCallbacks.h", | 329 "StorageQuotaCallbacks.h", |
| 331 "Supplementable.cpp", | 330 "Supplementable.cpp", |
| 332 "Supplementable.h", | 331 "Supplementable.h", |
| 333 "Theme.cpp", | 332 "Theme.cpp", |
| 334 "Theme.h", | 333 "Theme.h", |
| 335 "ThemeTypes.h", | 334 "ThemeTypes.h", |
| (...skipping 1773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2109 "//third_party/WebKit/Source:config", | 2108 "//third_party/WebKit/Source:config", |
| 2110 "//third_party/WebKit/Source:inside_blink", | 2109 "//third_party/WebKit/Source:inside_blink", |
| 2111 ] | 2110 ] |
| 2112 | 2111 |
| 2113 deps = [ | 2112 deps = [ |
| 2114 ":test_support", | 2113 ":test_support", |
| 2115 "//testing/gmock", | 2114 "//testing/gmock", |
| 2116 "//testing/gtest", | 2115 "//testing/gtest", |
| 2117 ] | 2116 ] |
| 2118 } | 2117 } |
| OLD | NEW |