| 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 "graphics/InterceptingCanvas.cpp", | 829 "graphics/InterceptingCanvas.cpp", |
| 830 "graphics/InterceptingCanvas.h", | 830 "graphics/InterceptingCanvas.h", |
| 831 "graphics/LinkHighlight.h", | 831 "graphics/LinkHighlight.h", |
| 832 "graphics/LoggingCanvas.cpp", | 832 "graphics/LoggingCanvas.cpp", |
| 833 "graphics/LoggingCanvas.h", | 833 "graphics/LoggingCanvas.h", |
| 834 "graphics/MailboxTextureHolder.cpp", | 834 "graphics/MailboxTextureHolder.cpp", |
| 835 "graphics/MailboxTextureHolder.h", | 835 "graphics/MailboxTextureHolder.h", |
| 836 "graphics/OffscreenCanvasFrameDispatcher.h", | 836 "graphics/OffscreenCanvasFrameDispatcher.h", |
| 837 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp", | 837 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp", |
| 838 "graphics/OffscreenCanvasFrameDispatcherImpl.h", | 838 "graphics/OffscreenCanvasFrameDispatcherImpl.h", |
| 839 "graphics/OffscreenCanvasPlaceholder.cpp", |
| 840 "graphics/OffscreenCanvasPlaceholder.h", |
| 839 "graphics/PaintGeneratedImage.cpp", | 841 "graphics/PaintGeneratedImage.cpp", |
| 840 "graphics/PaintGeneratedImage.h", | 842 "graphics/PaintGeneratedImage.h", |
| 841 "graphics/PaintInvalidationReason.cpp", | 843 "graphics/PaintInvalidationReason.cpp", |
| 842 "graphics/PaintInvalidationReason.h", | 844 "graphics/PaintInvalidationReason.h", |
| 843 "graphics/Path.cpp", | 845 "graphics/Path.cpp", |
| 844 "graphics/Path.h", | 846 "graphics/Path.h", |
| 845 "graphics/PathTraversalState.cpp", | 847 "graphics/PathTraversalState.cpp", |
| 846 "graphics/PathTraversalState.h", | 848 "graphics/PathTraversalState.h", |
| 847 "graphics/Pattern.cpp", | 849 "graphics/Pattern.cpp", |
| 848 "graphics/Pattern.h", | 850 "graphics/Pattern.h", |
| (...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2002 "//third_party/WebKit/Source:inside_blink", | 2004 "//third_party/WebKit/Source:inside_blink", |
| 2003 ] | 2005 ] |
| 2004 | 2006 |
| 2005 deps = [ | 2007 deps = [ |
| 2006 ":test_support", | 2008 ":test_support", |
| 2007 "//cc/surfaces:surface_id", | 2009 "//cc/surfaces:surface_id", |
| 2008 "//testing/gmock", | 2010 "//testing/gmock", |
| 2009 "//testing/gtest", | 2011 "//testing/gtest", |
| 2010 ] | 2012 ] |
| 2011 } | 2013 } |
| OLD | NEW |