| 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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 "graphics/Color.cpp", | 774 "graphics/Color.cpp", |
| 775 "graphics/Color.h", | 775 "graphics/Color.h", |
| 776 "graphics/ColorBehavior.cpp", | 776 "graphics/ColorBehavior.cpp", |
| 777 "graphics/ColorBehavior.h", | 777 "graphics/ColorBehavior.h", |
| 778 "graphics/ColorSpace.cpp", | 778 "graphics/ColorSpace.cpp", |
| 779 "graphics/ColorSpace.h", | 779 "graphics/ColorSpace.h", |
| 780 "graphics/ColorSpaceProfileData.cpp", | 780 "graphics/ColorSpaceProfileData.cpp", |
| 781 "graphics/ColorSpaceProfileData.h", | 781 "graphics/ColorSpaceProfileData.h", |
| 782 "graphics/CompositingReasons.cpp", | 782 "graphics/CompositingReasons.cpp", |
| 783 "graphics/CompositingReasons.h", | 783 "graphics/CompositingReasons.h", |
| 784 "graphics/CompositorAnimator.h", |
| 784 "graphics/CompositorElementId.cpp", | 785 "graphics/CompositorElementId.cpp", |
| 785 "graphics/CompositorElementId.h", | 786 "graphics/CompositorElementId.h", |
| 786 "graphics/CompositorFilterOperations.cpp", | 787 "graphics/CompositorFilterOperations.cpp", |
| 787 "graphics/CompositorFilterOperations.h", | 788 "graphics/CompositorFilterOperations.h", |
| 788 "graphics/CompositorMutableState.cpp", | 789 "graphics/CompositorMutableState.cpp", |
| 789 "graphics/CompositorMutableState.h", | 790 "graphics/CompositorMutableState.h", |
| 790 "graphics/CompositorMutableStateProvider.cpp", | 791 "graphics/CompositorMutableStateProvider.cpp", |
| 791 "graphics/CompositorMutableStateProvider.h", | 792 "graphics/CompositorMutableStateProvider.h", |
| 792 "graphics/CompositorMutationsTarget.h", | 793 "graphics/CompositorMutationsTarget.h", |
| 793 "graphics/CompositorMutator.h", | 794 "graphics/CompositorMutator.h", |
| (...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2096 "//third_party/WebKit/Source:config", | 2097 "//third_party/WebKit/Source:config", |
| 2097 "//third_party/WebKit/Source:inside_blink", | 2098 "//third_party/WebKit/Source:inside_blink", |
| 2098 ] | 2099 ] |
| 2099 | 2100 |
| 2100 deps = [ | 2101 deps = [ |
| 2101 ":test_support", | 2102 ":test_support", |
| 2102 "//testing/gmock", | 2103 "//testing/gmock", |
| 2103 "//testing/gtest", | 2104 "//testing/gtest", |
| 2104 ] | 2105 ] |
| 2105 } | 2106 } |
| OLD | NEW |