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

Unified Diff: Source/modules/modules.gyp

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/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 4d81d40fc93893bc3264acb49cff99304b477605..1a3c181a2f0b6b1f3c3739cdcc0c21d7ad9acd59 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -77,7 +77,7 @@
'../build/scripts/make-file-arrays.py',
'--out-h=<(blink_modules_output_dir)/CachePolyfill.h',
'--out-cpp=<(blink_modules_output_dir)/CachePolyfill.cpp',
- '--namespace=WebCore',
+ '--namespace=blink',
'<@(resources)',
],
},
@@ -103,7 +103,7 @@
'../build/scripts/make-file-arrays.py',
'--out-h=<(blink_modules_output_dir)/CacheStoragePolyfill.h',
'--out-cpp=<(blink_modules_output_dir)/CacheStoragePolyfill.cpp',
- '--namespace=WebCore',
+ '--namespace=blink',
'<@(resources)',
],
},

Powered by Google App Engine
This is Rietveld 408576698