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

Unified Diff: Source/modules/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
« no previous file with comments | « Source/core/xml/XPathGrammar.y ('k') | Source/modules/geolocation/testing/GeolocationClientMock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/BUILD.gn
diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn
index 0edaed65eabd729a7d9e996b0096312e91a6d251..d3a3c987aee1de9b237ad921a4c089b282aba916 100644
--- a/Source/modules/BUILD.gn
+++ b/Source/modules/BUILD.gn
@@ -58,7 +58,7 @@ make_file_arrays("modules_cache_polyfill") {
resources = [
"serviceworkers/polyfills/cachePolyfill.js",
]
- namespace = "WebCore"
+ namespace = "blink"
}
# GYP version: WebKit/Source/modules/modules.gyp:modules (CacheStoragePolyfill action)
@@ -67,7 +67,7 @@ make_file_arrays("modules_cache_storage_polyfill") {
resources = [
"serviceworkers/polyfills/cacheStoragePolyfill.js",
]
- namespace = "WebCore"
+ namespace = "blink"
}
# GYP version: WebKit/Source/modules/modules.gyp:modules_testing
« no previous file with comments | « Source/core/xml/XPathGrammar.y ('k') | Source/modules/geolocation/testing/GeolocationClientMock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698