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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2299033003: Refactor Blink core_generated GN build. (Closed)
Patch Set: Merge Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/inspector/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 3c909d6542b19373553b3ce23304fa32b40e3cef..600f295c9dd9158f2243758a9fe8c80e8b5ea778 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -19,7 +19,6 @@ blink_platform_neon_files = [ "graphics/cpu/arm/WebGLImageConversionNEON.h" ]
blink_platform_sse_files = [ "graphics/cpu/x86/WebGLImageConversionSSE.h" ]
-# blink_common in blink_platform.gyp
component("blink_common") {
visibility = [] # Allow re-assignment of list.
visibility = [ "//third_party/WebKit/*" ]
@@ -58,8 +57,6 @@ component("blink_common") {
]
}
-# FontFamilyNames action in make_platform_generated in
-# platform_generated.gyp
action("font_family_names") {
script = "../build/scripts/make_names.py"
@@ -78,8 +75,6 @@ action("font_family_names") {
]
}
-# HTTPNames action in make_platform_generated in
-# platform_generated.gyp
action("http_names") {
script = "../build/scripts/make_names.py"
@@ -98,8 +93,6 @@ action("http_names") {
]
}
-# RuntimeEnabledFeatures action in make_platform_generated in
-# platform_generated.gyp
action("runtime_enabled_features") {
script = "../build/scripts/make_runtime_features.py"
@@ -122,7 +115,6 @@ action("runtime_enabled_features") {
]
}
-# ColorData action in make_platform_generated in platform_generated.gyp
action("color_data") {
script = "../build/scripts/gperf.py"
« no previous file with comments | « third_party/WebKit/Source/core/inspector/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698