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

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

Issue 300133002: Split generated_bindings.gyp into core and modules (1/2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix missing include Created 6 years, 7 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
« no previous file with comments | « Source/bindings/modules/v8/generated.gypi ('k') | Source/modules/modules.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 # 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 15 matching lines...) Expand all
26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 # 29 #
30 30
31 { 31 {
32 'includes': [ 32 'includes': [
33 '../build/win/precompile.gypi', 33 '../build/win/precompile.gypi',
34 '../build/features.gypi', 34 '../build/features.gypi',
35 '../build/scripts/scripts.gypi', 35 '../build/scripts/scripts.gypi',
36 '../bindings/bindings.gypi', 36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o n bindings
37 'core.gypi', 37 'core.gypi',
38 ], 38 ],
39 39
40 'variables': { 40 'variables': {
41 'enable_wexit_time_destructors': 1, 41 'enable_wexit_time_destructors': 1,
42 42
43 'webcore_include_dirs': [ 43 'webcore_include_dirs': [
44 '../..', 44 '../..',
45 '..', 45 '..',
46 '<(SHARED_INTERMEDIATE_DIR)/blink', 46 '<(SHARED_INTERMEDIATE_DIR)/blink',
47 # FIXME: Remove this once the bindings script generates qualified
48 # includes correctly: http://crbug.com/377364
47 '<(bindings_output_dir)', 49 '<(bindings_output_dir)',
48 ], 50 ],
49 51
50 'conditions': [ 52 'conditions': [
51 ['OS=="android" and use_openmax_dl_fft!=0', { 53 ['OS=="android" and use_openmax_dl_fft!=0', {
52 'webcore_include_dirs': [ 54 'webcore_include_dirs': [
53 '<(DEPTH)/third_party/openmax_dl' 55 '<(DEPTH)/third_party/openmax_dl'
54 ] 56 ]
55 }], 57 }],
56 ], 58 ],
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'hard_dependency': 1, 209 'hard_dependency': 1,
208 'dependencies': [ 210 'dependencies': [
209 'webcore_prerequisites', 211 'webcore_prerequisites',
210 'core_generated.gyp:make_core_generated', 212 'core_generated.gyp:make_core_generated',
211 'inspector_overlay_page', 213 'inspector_overlay_page',
212 'inspector_protocol_sources', 214 'inspector_protocol_sources',
213 'inspector_instrumentation_sources', 215 'inspector_instrumentation_sources',
214 'injected_canvas_script_source', 216 'injected_canvas_script_source',
215 'injected_script_source', 217 'injected_script_source',
216 'debugger_script_source', 218 'debugger_script_source',
217 '../bindings/generated_bindings.gyp:generated_bindings', 219 # FIXME: should be bindings_core only http://crbug.com/358074
220 '../bindings/generated.gyp:bindings_generated',
218 '../platform/platform_generated.gyp:make_platform_generated', 221 '../platform/platform_generated.gyp:make_platform_generated',
219 '../wtf/wtf.gyp:wtf', 222 '../wtf/wtf.gyp:wtf',
220 '<(DEPTH)/gin/gin.gyp:gin', 223 '<(DEPTH)/gin/gin.gyp:gin',
221 '<(DEPTH)/skia/skia.gyp:skia', 224 '<(DEPTH)/skia/skia.gyp:skia',
222 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 225 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
223 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 226 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
224 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 227 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
225 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 228 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
226 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 229 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
227 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 230 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
228 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 231 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
229 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 232 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
230 '<(DEPTH)/url/url.gyp:url_lib', 233 '<(DEPTH)/url/url.gyp:url_lib',
231 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 234 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
232 ], 235 ],
233 'include_dirs': [ 236 'include_dirs': [
234 '<(SHARED_INTERMEDIATE_DIR)/blink',
235 '<@(webcore_include_dirs)', 237 '<@(webcore_include_dirs)',
236 238
237 # FIXME: Remove these once the bindings script generates qualified 239 # FIXME: Remove these once the bindings script generates qualified
238 # includes for these correctly. (Sequences don't work yet.) 240 # includes for these correctly. (Sequences don't work yet.)
239 '<(bindings_output_dir)', 241 # http://crbug.com/377364
240 '<(bindings_v8_custom_dir)', 242 '<(bindings_v8_custom_dir)',
241 'html', 243 'html',
242 'html/shadow', 244 'html/shadow',
243 'inspector', 245 'inspector',
244 'svg', 246 'svg',
245 ], 247 ],
246 'sources': [ 248 'sources': [
249 # FIXME: should be bindings_core_v8_files http://crbug.com/358074
247 '<@(bindings_v8_files)', 250 '<@(bindings_v8_files)',
248 # These files include all the .cpp files generated from the .idl files 251 # These files include all the .cpp files generated from the .idl files
249 # in webcore_files. 252 # in webcore_files.
250 '<@(bindings_core_generated_aggregate_files)', 253 '<@(bindings_core_generated_aggregate_files)',
251 254
252 # Additional .cpp files for HashTools.h 255 # Additional .cpp files for HashTools.h
253 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', 256 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp',
254 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', 257 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp',
255 258
256 # Additional .cpp files from make_core_generated actions. 259 # Additional .cpp files from make_core_generated actions.
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 # webcore_prerequisites will be the 'base' target of every sub-target. 355 # webcore_prerequisites will be the 'base' target of every sub-target.
353 'target_name': 'webcore_prerequisites', 356 'target_name': 'webcore_prerequisites',
354 'type': 'none', 357 'type': 'none',
355 'dependencies': [ 358 'dependencies': [
356 'debugger_script_source', 359 'debugger_script_source',
357 'injected_canvas_script_source', 360 'injected_canvas_script_source',
358 'injected_script_source', 361 'injected_script_source',
359 'inspector_overlay_page', 362 'inspector_overlay_page',
360 'inspector_protocol_sources', 363 'inspector_protocol_sources',
361 'inspector_instrumentation_sources', 364 'inspector_instrumentation_sources',
362 '../bindings/generated_bindings.gyp:generated_bindings',
363 'core_generated.gyp:make_core_generated', 365 'core_generated.gyp:make_core_generated',
366 # FIXME: split into core and modules http://crbug.com/358074
367 '../bindings/generated.gyp:bindings_generated',
368 '../bindings/core/v8/generated.gyp:bindings_core_generated',
369 # FIXME: don't depend on bindings_modules http://crbug.com/358074
370 '../bindings/modules/v8/generated.gyp:bindings_modules_generated',
364 '../wtf/wtf.gyp:wtf', 371 '../wtf/wtf.gyp:wtf',
365 '../config.gyp:config', 372 '../config.gyp:config',
366 '../platform/blink_platform.gyp:blink_platform', 373 '../platform/blink_platform.gyp:blink_platform',
367 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 374 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
368 '<(DEPTH)/skia/skia.gyp:skia', 375 '<(DEPTH)/skia/skia.gyp:skia',
369 '<(angle_path)/src/build_angle.gyp:translator', 376 '<(angle_path)/src/build_angle.gyp:translator',
370 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 377 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
371 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 378 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
372 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 379 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
373 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 380 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 '<(bindings_output_dir)/V8LayerRect.h', 824 '<(bindings_output_dir)/V8LayerRect.h',
818 '<(bindings_output_dir)/V8LayerRectList.cpp', 825 '<(bindings_output_dir)/V8LayerRectList.cpp',
819 '<(bindings_output_dir)/V8LayerRectList.h', 826 '<(bindings_output_dir)/V8LayerRectList.h',
820 ], 827 ],
821 'sources/': [ 828 'sources/': [
822 ['exclude', 'testing/js'], 829 ['exclude', 'testing/js'],
823 ], 830 ],
824 }, 831 },
825 ], # targets 832 ], # targets
826 } 833 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/v8/generated.gypi ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698