| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "Prerender.cpp", | 332 "Prerender.cpp", |
| 333 "Prerender.h", | 333 "Prerender.h", |
| 334 "PrerenderClient.h", | 334 "PrerenderClient.h", |
| 335 "ScopedOrientationChangeIndicator.cpp", | 335 "ScopedOrientationChangeIndicator.cpp", |
| 336 "ScopedOrientationChangeIndicator.h", | 336 "ScopedOrientationChangeIndicator.h", |
| 337 "ScriptForbiddenScope.cpp", | 337 "ScriptForbiddenScope.cpp", |
| 338 "ScriptForbiddenScope.h", | 338 "ScriptForbiddenScope.h", |
| 339 "SecureTextInput.cpp", | 339 "SecureTextInput.cpp", |
| 340 "SecureTextInput.h", | 340 "SecureTextInput.h", |
| 341 "SerializedResource.h", | 341 "SerializedResource.h", |
| 342 "ServiceConnector.h", |
| 342 "SharedBuffer.cpp", | 343 "SharedBuffer.cpp", |
| 343 "SharedBuffer.h", | 344 "SharedBuffer.h", |
| 344 "SharedBufferChunkReader.cpp", | 345 "SharedBufferChunkReader.cpp", |
| 345 "SharedBufferChunkReader.h", | 346 "SharedBufferChunkReader.h", |
| 346 "StorageQuotaCallbacks.h", | 347 "StorageQuotaCallbacks.h", |
| 347 "Supplementable.cpp", | 348 "Supplementable.cpp", |
| 348 "Supplementable.h", | 349 "Supplementable.h", |
| 349 "Theme.cpp", | 350 "Theme.cpp", |
| 350 "Theme.h", | 351 "Theme.h", |
| 351 "ThemeTypes.h", | 352 "ThemeTypes.h", |
| (...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1431 ":make_platform_generated", | 1432 ":make_platform_generated", |
| 1432 "//base", | 1433 "//base", |
| 1433 "//cc", | 1434 "//cc", |
| 1434 "//cc/animation", | 1435 "//cc/animation", |
| 1435 "//gpu/command_buffer/client:client", | 1436 "//gpu/command_buffer/client:client", |
| 1436 "//gpu/command_buffer/client:gles2_c_lib", | 1437 "//gpu/command_buffer/client:gles2_c_lib", |
| 1437 "//gpu/command_buffer/client:gles2_interface", | 1438 "//gpu/command_buffer/client:gles2_interface", |
| 1438 "//gpu/command_buffer/common:common", | 1439 "//gpu/command_buffer/common:common", |
| 1439 "//media", | 1440 "//media", |
| 1440 "//net", | 1441 "//net", |
| 1442 "//services/service_manager/public/interfaces:interfaces_blink", |
| 1441 "//skia", | 1443 "//skia", |
| 1442 "//third_party:jpeg", | 1444 "//third_party:jpeg", |
| 1443 "//third_party/WebKit/Source/wtf", | 1445 "//third_party/WebKit/Source/wtf", |
| 1444 "//third_party/WebKit/public:mojo_bindings_blink", | 1446 "//third_party/WebKit/public:mojo_bindings_blink", |
| 1445 "//third_party/iccjpeg", | 1447 "//third_party/iccjpeg", |
| 1446 "//third_party/libpng", | 1448 "//third_party/libpng", |
| 1447 "//third_party/libwebp", | 1449 "//third_party/libwebp", |
| 1448 "//third_party/ots", | 1450 "//third_party/ots", |
| 1449 "//url", | 1451 "//url", |
| 1450 "//v8", | 1452 "//v8", |
| (...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2063 "//third_party/WebKit/Source:inside_blink", | 2065 "//third_party/WebKit/Source:inside_blink", |
| 2064 ] | 2066 ] |
| 2065 | 2067 |
| 2066 deps = [ | 2068 deps = [ |
| 2067 ":test_support", | 2069 ":test_support", |
| 2068 "//cc/surfaces:surface_id", | 2070 "//cc/surfaces:surface_id", |
| 2069 "//testing/gmock", | 2071 "//testing/gmock", |
| 2070 "//testing/gtest", | 2072 "//testing/gtest", |
| 2071 ] | 2073 ] |
| 2072 } | 2074 } |
| OLD | NEW |