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

Side by Side Diff: Source/core/core.gyp

Issue 386963003: [WIP][NotForLand] IDL dictionary support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sequence and array support 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 unified diff | Download patch
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 ], 241 ],
242 'include_dirs': [ 242 'include_dirs': [
243 '<@(webcore_include_dirs)', 243 '<@(webcore_include_dirs)',
244 ], 244 ],
245 'sources': [ 245 'sources': [
246 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 246 # FIXME: should be bindings_core_v8_files http://crbug.com/358074
247 '<@(bindings_core_v8_files)', 247 '<@(bindings_core_v8_files)',
248 # These files include all the .cpp files generated from the .idl files 248 # These files include all the .cpp files generated from the .idl files
249 # in webcore_files. 249 # in webcore_files.
250 '<@(bindings_core_v8_generated_aggregate_files)', 250 '<@(bindings_core_v8_generated_aggregate_files)',
251 '<(bindings_core_dictionaries_generated_aggregate_file)',
251 252
252 # Additional .cpp files for HashTools.h 253 # Additional .cpp files for HashTools.h
253 '<(blink_core_output_dir)/CSSPropertyNames.cpp', 254 '<(blink_core_output_dir)/CSSPropertyNames.cpp',
254 '<(blink_core_output_dir)/CSSValueKeywords.cpp', 255 '<(blink_core_output_dir)/CSSValueKeywords.cpp',
255 256
256 # Additional .cpp files from make_core_generated actions. 257 # Additional .cpp files from make_core_generated actions.
257 '<(blink_core_output_dir)/Event.cpp', 258 '<(blink_core_output_dir)/Event.cpp',
258 '<(blink_core_output_dir)/EventHeaders.h', 259 '<(blink_core_output_dir)/EventHeaders.h',
259 '<(blink_core_output_dir)/EventInterfaces.h', 260 '<(blink_core_output_dir)/EventInterfaces.h',
260 '<(blink_core_output_dir)/EventNames.cpp', 261 '<(blink_core_output_dir)/EventNames.cpp',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 828 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
828 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', 829 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp',
829 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', 830 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
830 ], 831 ],
831 'sources/': [ 832 'sources/': [
832 ['exclude', 'testing/js'], 833 ['exclude', 'testing/js'],
833 ], 834 ],
834 }, 835 },
835 ], # targets 836 ], # targets
836 } 837 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698