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

Side by Side Diff: Source/core/BUILD.gn

Issue 740453004: IDL: Basic dictionary inheritance support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.cpp", 322 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.cpp",
323 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.h", 323 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.h",
324 "$bindings_core_v8_output_dir/V8LayerRect.cpp", 324 "$bindings_core_v8_output_dir/V8LayerRect.cpp",
325 "$bindings_core_v8_output_dir/V8LayerRect.h", 325 "$bindings_core_v8_output_dir/V8LayerRect.h",
326 "$bindings_core_v8_output_dir/V8LayerRectList.cpp", 326 "$bindings_core_v8_output_dir/V8LayerRectList.cpp",
327 "$bindings_core_v8_output_dir/V8LayerRectList.h", 327 "$bindings_core_v8_output_dir/V8LayerRectList.h",
328 "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.cpp", 328 "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.cpp",
329 "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.h", 329 "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.h",
330 "$bindings_core_v8_output_dir/V8InternalDictionary.cpp", 330 "$bindings_core_v8_output_dir/V8InternalDictionary.cpp",
331 "$bindings_core_v8_output_dir/V8InternalDictionary.h", 331 "$bindings_core_v8_output_dir/V8InternalDictionary.h",
332 "$bindings_core_v8_output_dir/V8InternalDictionaryDerived.cpp",
333 "$bindings_core_v8_output_dir/V8InternalDictionaryDerived.h",
332 "$bindings_core_v8_output_dir/V8PluginPlaceholderOptions.cpp", 334 "$bindings_core_v8_output_dir/V8PluginPlaceholderOptions.cpp",
333 "$bindings_core_v8_output_dir/V8PluginPlaceholderOptions.h", 335 "$bindings_core_v8_output_dir/V8PluginPlaceholderOptions.h",
334 ] 336 ]
335 } 337 }
336 338
337 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_generated 339 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_generated
338 source_set("core_generated") { 340 source_set("core_generated") {
339 sources = bindings_core_v8_files 341 sources = bindings_core_v8_files
340 # These files include all the .cpp files generated from the .idl files 342 # These files include all the .cpp files generated from the .idl files
341 # in webcore_files. 343 # in webcore_files.
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 "$blink_core_output_dir/{{source_name_part}}.h", 1073 "$blink_core_output_dir/{{source_name_part}}.h",
1072 ] 1074 ]
1073 args = [ 1075 args = [
1074 "{{source}}", 1076 "{{source}}",
1075 rel_blink_core_gen_dir, 1077 rel_blink_core_gen_dir,
1076 bison_exe, 1078 bison_exe,
1077 ] 1079 ]
1078 1080
1079 deps = make_core_generated_deps 1081 deps = make_core_generated_deps
1080 } 1082 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698