| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "Prerender.cpp", | 273 "Prerender.cpp", |
| 274 "Prerender.h", | 274 "Prerender.h", |
| 275 "PrerenderClient.h", | 275 "PrerenderClient.h", |
| 276 "ScopedOrientationChangeIndicator.cpp", | 276 "ScopedOrientationChangeIndicator.cpp", |
| 277 "ScopedOrientationChangeIndicator.h", | 277 "ScopedOrientationChangeIndicator.h", |
| 278 "ScriptForbiddenScope.cpp", | 278 "ScriptForbiddenScope.cpp", |
| 279 "ScriptForbiddenScope.h", | 279 "ScriptForbiddenScope.h", |
| 280 "SecureTextInput.cpp", | 280 "SecureTextInput.cpp", |
| 281 "SecureTextInput.h", | 281 "SecureTextInput.h", |
| 282 "SerializedResource.h", | 282 "SerializedResource.h", |
| 283 "ServiceConnector.h", | |
| 284 "SharedBuffer.cpp", | 283 "SharedBuffer.cpp", |
| 285 "SharedBuffer.h", | 284 "SharedBuffer.h", |
| 286 "SharedBufferChunkReader.cpp", | 285 "SharedBufferChunkReader.cpp", |
| 287 "SharedBufferChunkReader.h", | 286 "SharedBufferChunkReader.h", |
| 288 "StorageQuotaCallbacks.h", | 287 "StorageQuotaCallbacks.h", |
| 289 "Supplementable.cpp", | 288 "Supplementable.cpp", |
| 290 "Supplementable.h", | 289 "Supplementable.h", |
| 291 "Theme.cpp", | 290 "Theme.cpp", |
| 292 "Theme.h", | 291 "Theme.h", |
| 293 "ThemeTypes.h", | 292 "ThemeTypes.h", |
| (...skipping 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2062 "//third_party/WebKit/Source:config", | 2061 "//third_party/WebKit/Source:config", |
| 2063 "//third_party/WebKit/Source:inside_blink", | 2062 "//third_party/WebKit/Source:inside_blink", |
| 2064 ] | 2063 ] |
| 2065 | 2064 |
| 2066 deps = [ | 2065 deps = [ |
| 2067 ":test_support", | 2066 ":test_support", |
| 2068 "//testing/gmock", | 2067 "//testing/gmock", |
| 2069 "//testing/gtest", | 2068 "//testing/gtest", |
| 2070 ] | 2069 ] |
| 2071 } | 2070 } |
| OLD | NEW |