| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 # binary and increasing the speed of gdb. | 42 # binary and increasing the speed of gdb. |
| 43 'enable_svg%': 1, | 43 'enable_svg%': 1, |
| 44 | 44 |
| 45 'enable_wexit_time_destructors': 1, | 45 'enable_wexit_time_destructors': 1, |
| 46 | 46 |
| 47 'webcore_include_dirs': [ | 47 'webcore_include_dirs': [ |
| 48 # FIXME: Remove most entries in this list. | 48 # FIXME: Remove most entries in this list. |
| 49 '../', | 49 '../', |
| 50 '../..', | 50 '../..', |
| 51 '../../modules/websockets', | 51 '../../modules/websockets', |
| 52 '<(bindings_dir)', | |
| 53 '<(bindings_dir)/v8', | |
| 54 '<(bindings_dir)/v8/custom', | |
| 55 '../html', | 52 '../html', |
| 56 '../platform/graphics/skia', | 53 '../platform/graphics/skia', |
| 57 '../plugins', | 54 '../plugins', |
| 58 '../svg', | 55 '../svg', |
| 59 '../svg/animation', | 56 '../svg/animation', |
| 60 '../svg/graphics', | 57 '../svg/graphics', |
| 61 '../svg/graphics/filters', | 58 '../svg/graphics/filters', |
| 62 '../svg/properties', | 59 '../svg/properties', |
| 63 '<(INTERMEDIATE_DIR)', | 60 '<(INTERMEDIATE_DIR)', |
| 64 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 61 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 # FIXME: Remove <(SHARED_INTERMEDIATE_DIR)/webcore when we | 316 # FIXME: Remove <(SHARED_INTERMEDIATE_DIR)/webcore when we |
| 320 # can entice gyp into letting us put both the .cpp and .h | 317 # can entice gyp into letting us put both the .cpp and .h |
| 321 # files in the same output directory. | 318 # files in the same output directory. |
| 322 '<(SHARED_INTERMEDIATE_DIR)/webcore', | 319 '<(SHARED_INTERMEDIATE_DIR)/webcore', |
| 323 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 320 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 324 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', | 321 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', |
| 325 '<@(webcore_include_dirs)', | 322 '<@(webcore_include_dirs)', |
| 326 | 323 |
| 327 # FIXME: Remove these once the bindings script generates qualified | 324 # FIXME: Remove these once the bindings script generates qualified |
| 328 # includes for these correctly. (Sequences don't work yet.) | 325 # includes for these correctly. (Sequences don't work yet.) |
| 326 '../../bindings/v8/custom', |
| 327 '../../modules/mediastream', |
| 329 '../dom', | 328 '../dom', |
| 330 '../html/shadow', | 329 '../html/shadow', |
| 331 '../inspector', | 330 '../inspector', |
| 332 '../../modules/mediastream', | |
| 333 '../page', | 331 '../page', |
| 334 ], | 332 ], |
| 335 'sources': [ | 333 'sources': [ |
| 336 # These files include all the .cpp files generated from the .idl files | 334 # These files include all the .cpp files generated from the .idl files |
| 337 # in webcore_files. | 335 # in webcore_files. |
| 338 '<@(derived_sources_aggregate_files)', | 336 '<@(derived_sources_aggregate_files)', |
| 339 '<@(bindings_files)', | 337 '<@(bindings_files)', |
| 340 | 338 |
| 341 # Additional .cpp files for HashTools.h | 339 # Additional .cpp files for HashTools.h |
| 342 '<(SHARED_INTERMEDIATE_DIR)/webkit/ColorData.cpp', | 340 '<(SHARED_INTERMEDIATE_DIR)/webkit/ColorData.cpp', |
| (...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1230 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1228 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1231 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 1229 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 1232 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1230 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1233 ], | 1231 ], |
| 1234 'sources/': [ | 1232 'sources/': [ |
| 1235 ['exclude', 'testing/js'], | 1233 ['exclude', 'testing/js'], |
| 1236 ], | 1234 ], |
| 1237 }, | 1235 }, |
| 1238 ], # targets | 1236 ], # targets |
| 1239 } | 1237 } |
| OLD | NEW |