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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
8 import("//third_party/WebKit/Source/build/make_file_arrays.gni") 8 import("//third_party/WebKit/Source/build/make_file_arrays.gni")
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ] 51 ]
52 } 52 }
53 } 53 }
54 54
55 # GYP version: WebKit/Source/modules/modules.gyp:modules (CachePolyfill action) 55 # GYP version: WebKit/Source/modules/modules.gyp:modules (CachePolyfill action)
56 make_file_arrays("modules_cache_polyfill") { 56 make_file_arrays("modules_cache_polyfill") {
57 filename = "modules/CachePolyfill" 57 filename = "modules/CachePolyfill"
58 resources = [ 58 resources = [
59 "serviceworkers/polyfills/cachePolyfill.js", 59 "serviceworkers/polyfills/cachePolyfill.js",
60 ] 60 ]
61 namespace = "WebCore" 61 namespace = "blink"
62 } 62 }
63 63
64 # GYP version: WebKit/Source/modules/modules.gyp:modules (CacheStoragePolyfill a ction) 64 # GYP version: WebKit/Source/modules/modules.gyp:modules (CacheStoragePolyfill a ction)
65 make_file_arrays("modules_cache_storage_polyfill") { 65 make_file_arrays("modules_cache_storage_polyfill") {
66 filename = "modules/CacheStoragePolyfill" 66 filename = "modules/CacheStoragePolyfill"
67 resources = [ 67 resources = [
68 "serviceworkers/polyfills/cacheStoragePolyfill.js", 68 "serviceworkers/polyfills/cacheStoragePolyfill.js",
69 ] 69 ]
70 namespace = "WebCore" 70 namespace = "blink"
71 } 71 }
72 72
73 # GYP version: WebKit/Source/modules/modules.gyp:modules_testing 73 # GYP version: WebKit/Source/modules/modules.gyp:modules_testing
74 source_set("modules_testing") { 74 source_set("modules_testing") {
75 sources = modules_testing_files 75 sources = modules_testing_files
76 76
77 configs += [ 77 configs += [
78 "//third_party/WebKit/Source:config", 78 "//third_party/WebKit/Source:config",
79 "//third_party/WebKit/Source:inside_blink", 79 "//third_party/WebKit/Source:inside_blink",
80 ] 80 ]
81 81
82 deps = [ 82 deps = [
83 "//third_party/WebKit/Source/core", 83 "//third_party/WebKit/Source/core",
84 ] 84 ]
85 } 85 }
86 86
87 # GYP version: WebKit/Source/modules/modules.gyp:make_modules_generated 87 # GYP version: WebKit/Source/modules/modules.gyp:make_modules_generated
88 group("make_modules_generated") { 88 group("make_modules_generated") {
89 deps = [ 89 deps = [
90 "//third_party/WebKit/Source/core:core_event_interfaces", 90 "//third_party/WebKit/Source/core:core_event_interfaces",
91 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 91 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
92 ] 92 ]
93 } 93 }
OLDNEW
« 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