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/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
10 import("//third_party/WebKit/Source/config.gni") | 11 import("//third_party/WebKit/Source/config.gni") |
11 import("//third_party/WebKit/Source/platform/platform_generated.gni") | 12 import("//third_party/WebKit/Source/platform/platform_generated.gni") |
12 | 13 |
13 # Most targets in this file are private actions so use that as the default. | 14 # Most targets in this file are private actions so use that as the default. |
14 visibility = [ ":*" ] | 15 visibility = [ ":*" ] |
15 | 16 |
16 blink_platform_neon_files = [ "graphics/cpu/arm/WebGLImageConversionNEON.h" ] | 17 blink_platform_neon_files = [ "graphics/cpu/arm/WebGLImageConversionNEON.h" ] |
17 | 18 |
18 blink_platform_msa_files = [ "graphics/cpu/mips/WebGLImageConversionMSA.h" ] | 19 blink_platform_msa_files = [ "graphics/cpu/mips/WebGLImageConversionMSA.h" ] |
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2002 "//third_party/WebKit/Source:inside_blink", | 2003 "//third_party/WebKit/Source:inside_blink", |
2003 ] | 2004 ] |
2004 | 2005 |
2005 deps = [ | 2006 deps = [ |
2006 ":test_support", | 2007 ":test_support", |
2007 "//cc/surfaces:surface_id", | 2008 "//cc/surfaces:surface_id", |
2008 "//testing/gmock", | 2009 "//testing/gmock", |
2009 "//testing/gtest", | 2010 "//testing/gtest", |
2010 ] | 2011 ] |
2011 } | 2012 } |
OLD | NEW |