| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 225 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 226 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 226 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
| 227 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 227 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 228 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 228 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 229 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 229 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 230 '<(DEPTH)/url/url.gyp:url_lib', | 230 '<(DEPTH)/url/url.gyp:url_lib', |
| 231 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 231 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 232 ], | 232 ], |
| 233 'include_dirs': [ | 233 'include_dirs': [ |
| 234 '<(SHARED_INTERMEDIATE_DIR)/blink', | 234 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 235 '<(bindings_output_dir)', | |
| 236 '<@(webcore_include_dirs)', | 235 '<@(webcore_include_dirs)', |
| 237 | 236 |
| 238 # FIXME: Remove these once the bindings script generates qualified | 237 # FIXME: Remove these once the bindings script generates qualified |
| 239 # includes for these correctly. (Sequences don't work yet.) | 238 # includes for these correctly. (Sequences don't work yet.) |
| 240 '<(bindings_v8_dir)/custom', | 239 '<(bindings_output_dir)', |
| 240 '<(bindings_v8_custom_dir)', |
| 241 'html', | 241 'html', |
| 242 'html/shadow', | 242 'html/shadow', |
| 243 'inspector', | 243 'inspector', |
| 244 'svg', | 244 'svg', |
| 245 ], | 245 ], |
| 246 'sources': [ | 246 'sources': [ |
| 247 '<@(bindings_files)', | 247 '<@(bindings_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_generated_aggregate_files)', | 250 '<@(bindings_core_generated_aggregate_files)', |
| 251 | 251 |
| 252 # Additional .cpp files for HashTools.h | 252 # Additional .cpp files for HashTools.h |
| 253 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', | 253 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', |
| 254 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', | 254 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', |
| 255 | 255 |
| 256 # Additional .cpp files from make_core_generated actions. | 256 # Additional .cpp files from make_core_generated actions. |
| 257 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', | 257 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 '<(bindings_output_dir)/V8LayerRect.h', | 817 '<(bindings_output_dir)/V8LayerRect.h', |
| 818 '<(bindings_output_dir)/V8LayerRectList.cpp', | 818 '<(bindings_output_dir)/V8LayerRectList.cpp', |
| 819 '<(bindings_output_dir)/V8LayerRectList.h', | 819 '<(bindings_output_dir)/V8LayerRectList.h', |
| 820 ], | 820 ], |
| 821 'sources/': [ | 821 'sources/': [ |
| 822 ['exclude', 'testing/js'], | 822 ['exclude', 'testing/js'], |
| 823 ], | 823 ], |
| 824 }, | 824 }, |
| 825 ], # targets | 825 ], # targets |
| 826 } | 826 } |
| OLD | NEW |