| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 "Prerender.cpp", | 326 "Prerender.cpp", |
| 327 "Prerender.h", | 327 "Prerender.h", |
| 328 "PrerenderClient.h", | 328 "PrerenderClient.h", |
| 329 "ScopedOrientationChangeIndicator.cpp", | 329 "ScopedOrientationChangeIndicator.cpp", |
| 330 "ScopedOrientationChangeIndicator.h", | 330 "ScopedOrientationChangeIndicator.h", |
| 331 "ScriptForbiddenScope.cpp", | 331 "ScriptForbiddenScope.cpp", |
| 332 "ScriptForbiddenScope.h", | 332 "ScriptForbiddenScope.h", |
| 333 "SecureTextInput.cpp", | 333 "SecureTextInput.cpp", |
| 334 "SecureTextInput.h", | 334 "SecureTextInput.h", |
| 335 "SerializedResource.h", | 335 "SerializedResource.h", |
| 336 "ServiceConnector.h", | |
| 337 "SharedBuffer.cpp", | 336 "SharedBuffer.cpp", |
| 338 "SharedBuffer.h", | 337 "SharedBuffer.h", |
| 339 "SharedBufferChunkReader.cpp", | 338 "SharedBufferChunkReader.cpp", |
| 340 "SharedBufferChunkReader.h", | 339 "SharedBufferChunkReader.h", |
| 341 "StorageQuotaCallbacks.h", | 340 "StorageQuotaCallbacks.h", |
| 342 "Supplementable.cpp", | 341 "Supplementable.cpp", |
| 343 "Supplementable.h", | 342 "Supplementable.h", |
| 344 "Theme.cpp", | 343 "Theme.cpp", |
| 345 "Theme.h", | 344 "Theme.h", |
| 346 "ThemeTypes.h", | 345 "ThemeTypes.h", |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1437 ":make_platform_generated", | 1436 ":make_platform_generated", |
| 1438 "//base", | 1437 "//base", |
| 1439 "//cc", | 1438 "//cc", |
| 1440 "//cc/animation", | 1439 "//cc/animation", |
| 1441 "//gpu/command_buffer/client:client", | 1440 "//gpu/command_buffer/client:client", |
| 1442 "//gpu/command_buffer/client:gles2_c_lib", | 1441 "//gpu/command_buffer/client:gles2_c_lib", |
| 1443 "//gpu/command_buffer/client:gles2_interface", | 1442 "//gpu/command_buffer/client:gles2_interface", |
| 1444 "//gpu/command_buffer/common:common", | 1443 "//gpu/command_buffer/common:common", |
| 1445 "//media", | 1444 "//media", |
| 1446 "//net", | 1445 "//net", |
| 1447 "//services/service_manager/public/interfaces:interfaces_blink", | |
| 1448 "//skia", | 1446 "//skia", |
| 1449 "//third_party:jpeg", | 1447 "//third_party:jpeg", |
| 1450 "//third_party/WebKit/Source/wtf", | 1448 "//third_party/WebKit/Source/wtf", |
| 1451 "//third_party/WebKit/public:mojo_bindings_blink", | 1449 "//third_party/WebKit/public:mojo_bindings_blink", |
| 1452 "//third_party/iccjpeg", | 1450 "//third_party/iccjpeg", |
| 1453 "//third_party/libpng", | 1451 "//third_party/libpng", |
| 1454 "//third_party/libwebp", | 1452 "//third_party/libwebp", |
| 1455 "//third_party/ots", | 1453 "//third_party/ots", |
| 1456 "//url", | 1454 "//url", |
| 1457 "//v8", | 1455 "//v8", |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2073 "//third_party/WebKit/Source:config", | 2071 "//third_party/WebKit/Source:config", |
| 2074 "//third_party/WebKit/Source:inside_blink", | 2072 "//third_party/WebKit/Source:inside_blink", |
| 2075 ] | 2073 ] |
| 2076 | 2074 |
| 2077 deps = [ | 2075 deps = [ |
| 2078 ":test_support", | 2076 ":test_support", |
| 2079 "//testing/gmock", | 2077 "//testing/gmock", |
| 2080 "//testing/gtest", | 2078 "//testing/gtest", |
| 2081 ] | 2079 ] |
| 2082 } | 2080 } |
| OLD | NEW |