| 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/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
| (...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 "graphics/filters/SpotLightSource.cpp", | 1024 "graphics/filters/SpotLightSource.cpp", |
| 1025 "graphics/filters/SpotLightSource.h", | 1025 "graphics/filters/SpotLightSource.h", |
| 1026 "graphics/gpu/AcceleratedImageBufferSurface.cpp", | 1026 "graphics/gpu/AcceleratedImageBufferSurface.cpp", |
| 1027 "graphics/gpu/AcceleratedImageBufferSurface.h", | 1027 "graphics/gpu/AcceleratedImageBufferSurface.h", |
| 1028 "graphics/gpu/DrawingBuffer.cpp", | 1028 "graphics/gpu/DrawingBuffer.cpp", |
| 1029 "graphics/gpu/DrawingBuffer.h", | 1029 "graphics/gpu/DrawingBuffer.h", |
| 1030 "graphics/gpu/Extensions3DUtil.cpp", | 1030 "graphics/gpu/Extensions3DUtil.cpp", |
| 1031 "graphics/gpu/Extensions3DUtil.h", | 1031 "graphics/gpu/Extensions3DUtil.h", |
| 1032 "graphics/gpu/SharedContextRateLimiter.cpp", | 1032 "graphics/gpu/SharedContextRateLimiter.cpp", |
| 1033 "graphics/gpu/SharedContextRateLimiter.h", | 1033 "graphics/gpu/SharedContextRateLimiter.h", |
| 1034 "graphics/gpu/SharedGpuContext.cpp", |
| 1035 "graphics/gpu/SharedGpuContext.h", |
| 1034 "graphics/gpu/WebGLImageConversion.cpp", | 1036 "graphics/gpu/WebGLImageConversion.cpp", |
| 1035 "graphics/gpu/WebGLImageConversion.h", | 1037 "graphics/gpu/WebGLImageConversion.h", |
| 1036 "graphics/paint/ClipDisplayItem.cpp", | 1038 "graphics/paint/ClipDisplayItem.cpp", |
| 1037 "graphics/paint/ClipDisplayItem.h", | 1039 "graphics/paint/ClipDisplayItem.h", |
| 1038 "graphics/paint/ClipPaintPropertyNode.h", | 1040 "graphics/paint/ClipPaintPropertyNode.h", |
| 1039 "graphics/paint/ClipPathDisplayItem.cpp", | 1041 "graphics/paint/ClipPathDisplayItem.cpp", |
| 1040 "graphics/paint/ClipPathDisplayItem.h", | 1042 "graphics/paint/ClipPathDisplayItem.h", |
| 1041 "graphics/paint/ClipPathRecorder.cpp", | 1043 "graphics/paint/ClipPathRecorder.cpp", |
| 1042 "graphics/paint/ClipPathRecorder.h", | 1044 "graphics/paint/ClipPathRecorder.h", |
| 1043 "graphics/paint/ClipRecorder.cpp", | 1045 "graphics/paint/ClipRecorder.cpp", |
| (...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2092 "//third_party/WebKit/Source:inside_blink", | 2094 "//third_party/WebKit/Source:inside_blink", |
| 2093 ] | 2095 ] |
| 2094 | 2096 |
| 2095 deps = [ | 2097 deps = [ |
| 2096 ":test_support", | 2098 ":test_support", |
| 2097 "//cc/surfaces:surface_id", | 2099 "//cc/surfaces:surface_id", |
| 2098 "//testing/gmock", | 2100 "//testing/gmock", |
| 2099 "//testing/gtest", | 2101 "//testing/gtest", |
| 2100 ] | 2102 ] |
| 2101 } | 2103 } |
| OLD | NEW |