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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/generated.gni

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update order of core.gypi Created 4 years, 6 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
Index: third_party/WebKit/Source/bindings/core/v8/generated.gni
diff --git a/third_party/WebKit/Source/bindings/core/v8/generated.gni b/third_party/WebKit/Source/bindings/core/v8/generated.gni
index 289fd7e6783a2fa561b99f6e20b85d4fe5fa1d35..24a187e21e7d457a851808dff8314ac2b0dcaff2 100644
--- a/third_party/WebKit/Source/bindings/core/v8/generated.gni
+++ b/third_party/WebKit/Source/bindings/core/v8/generated.gni
@@ -82,10 +82,10 @@ bindings_core_generated_union_type_files = [
"$bindings_core_v8_output_dir/StringOrArrayBufferOrArrayBufferView.h",
"$bindings_core_v8_output_dir/StringOrFloat.cpp",
"$bindings_core_v8_output_dir/StringOrFloat.h",
- "$bindings_core_v8_output_dir/StyleValueOrStyleValueSequence.cpp",
- "$bindings_core_v8_output_dir/StyleValueOrStyleValueSequence.h",
- "$bindings_core_v8_output_dir/StyleValueOrStyleValueSequenceOrString.cpp",
- "$bindings_core_v8_output_dir/StyleValueOrStyleValueSequenceOrString.h",
+ "$bindings_core_v8_output_dir/CSSStyleValueOrCSSStyleValueSequence.cpp",
bashi 2016/06/06 06:41:53 nit: alphabetical order
meade_UTC10 2016/06/06 06:45:25 Done.
+ "$bindings_core_v8_output_dir/CSSStyleValueOrCSSStyleValueSequence.h",
+ "$bindings_core_v8_output_dir/CSSStyleValueOrCSSStyleValueSequenceOrString.cpp",
+ "$bindings_core_v8_output_dir/CSSStyleValueOrCSSStyleValueSequenceOrString.h",
"$bindings_core_v8_output_dir/USVStringOrURLSearchParams.cpp",
"$bindings_core_v8_output_dir/USVStringOrURLSearchParams.h",
"$bindings_core_v8_output_dir/UnrestrictedDoubleOrString.cpp",

Powered by Google App Engine
This is Rietveld 408576698