Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2387723002: Test CL to demonstrate GN + hermetic toolchain
Patch Set: more fixes. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/crashpad/crashpad/util/mach/mig.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//build/toolchain/toolchain.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 9 import("//testing/test.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" ]
(...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 "//third_party/WebKit/Source:inside_blink", 1947 "//third_party/WebKit/Source:inside_blink",
1947 ] 1948 ]
1948 1949
1949 deps = [ 1950 deps = [
1950 ":test_support", 1951 ":test_support",
1951 "//cc/surfaces:surface_id", 1952 "//cc/surfaces:surface_id",
1952 "//testing/gmock", 1953 "//testing/gmock",
1953 "//testing/gtest", 1954 "//testing/gtest",
1954 ] 1955 ]
1955 } 1956 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/crashpad/crashpad/util/mach/mig.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698