OLD | NEW |
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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 244 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
245 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 245 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
246 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 246 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
247 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 247 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
248 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 248 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
249 '<(DEPTH)/url/url.gyp:url_lib', | 249 '<(DEPTH)/url/url.gyp:url_lib', |
250 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 250 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
251 ], | 251 ], |
252 'include_dirs': [ | 252 'include_dirs': [ |
253 '<@(webcore_include_dirs)', | 253 '<@(webcore_include_dirs)', |
254 | |
255 # FIXME: Remove these once the bindings script generates qualified | |
256 # includes for these correctly. (Sequences don't work yet.) | |
257 # http://crbug.com/377364 | |
258 '<(bindings_v8_custom_dir)', | |
259 'html', | |
260 'html/shadow', | |
261 'inspector', | |
262 'svg', | |
263 ], | 254 ], |
264 'sources': [ | 255 'sources': [ |
265 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 | 256 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 |
266 '<@(bindings_v8_files)', | 257 '<@(bindings_v8_files)', |
267 # These files include all the .cpp files generated from the .idl files | 258 # These files include all the .cpp files generated from the .idl files |
268 # in webcore_files. | 259 # in webcore_files. |
269 '<@(bindings_core_v8_generated_aggregate_files)', | 260 '<@(bindings_core_v8_generated_aggregate_files)', |
270 | 261 |
271 # Additional .cpp files for HashTools.h | 262 # Additional .cpp files for HashTools.h |
272 '<(blink_core_output_dir)/CSSPropertyNames.cpp', | 263 '<(blink_core_output_dir)/CSSPropertyNames.cpp', |
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 836 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
846 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 837 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
847 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 838 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
848 ], | 839 ], |
849 'sources/': [ | 840 'sources/': [ |
850 ['exclude', 'testing/js'], | 841 ['exclude', 'testing/js'], |
851 ], | 842 ], |
852 }, | 843 }, |
853 ], # targets | 844 ], # targets |
854 } | 845 } |
OLD | NEW |