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

Side by Side 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, 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//third_party/WebKit/Source/bindings/bindings.gni") 6 import("//third_party/WebKit/Source/bindings/bindings.gni")
7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") 7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") 8 import("//third_party/WebKit/Source/bindings/modules/modules.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 "css/xhtmlmp.css", 1023 "css/xhtmlmp.css",
1024 "css/viewportAndroid.css", 1024 "css/viewportAndroid.css",
1025 ] 1025 ]
1026 1026
1027 outputs = [ 1027 outputs = [
1028 "$blink_core_output_dir/UserAgentStyleSheets.h", 1028 "$blink_core_output_dir/UserAgentStyleSheets.h",
1029 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp", 1029 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
1030 ] 1030 ]
1031 1031
1032 args = 1032 args =
1033 [ "--namespace", "WebCore" ] + 1033 [ "--namespace", "blink" ] +
1034 [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] + 1034 [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
1035 [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] + 1035 [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
1036 rebase_path(inputs, root_build_dir) 1036 rebase_path(inputs, root_build_dir)
1037 1037
1038 deps = make_core_generated_deps 1038 deps = make_core_generated_deps
1039 } 1039 }
1040 1040
1041 # "HTMLElementLookupTrie" in make_core_generated from GYP. 1041 # "HTMLElementLookupTrie" in make_core_generated from GYP.
1042 action("make_core_generated_html_element_lookup_trie") { 1042 action("make_core_generated_html_element_lookup_trie") {
1043 visibility = ":make_core_generated" 1043 visibility = ":make_core_generated"
(...skipping 30 matching lines...) Expand all
1074 "$blink_core_output_dir/{{source_name_part}}.h", 1074 "$blink_core_output_dir/{{source_name_part}}.h",
1075 ] 1075 ]
1076 args = [ 1076 args = [
1077 "{{source}}", 1077 "{{source}}",
1078 rel_blink_core_gen_dir, 1078 rel_blink_core_gen_dir,
1079 bison_exe, 1079 bison_exe,
1080 ] 1080 ]
1081 1081
1082 deps = make_core_generated_deps 1082 deps = make_core_generated_deps
1083 } 1083 }
OLDNEW
« 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