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

Unified Diff: Source/core/BUILD.gn

Issue 424983002: Stop using WebCore namespace in generated code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 84517d348b2d3d8d07f746ee428756ff8c445def..68f13db1dc99d2471b95d27d8634e86950f30bd8 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -1030,7 +1030,7 @@ action("make_core_generated_user_agent_style_sheets") {
]
args =
- [ "--namespace", "WebCore" ] +
+ [ "--namespace", "blink" ] +
[ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
[ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
rebase_path(inputs, root_build_dir)
« no previous file with comments | « Source/build/scripts/templates/StylePropertyShorthand.h.tmpl ('k') | Source/core/animation/CompositorAnimationsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698