| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 # files in the same output directory. | 258 # files in the same output directory. |
| 259 '<(SHARED_INTERMEDIATE_DIR)/webcore', | 259 '<(SHARED_INTERMEDIATE_DIR)/webcore', |
| 260 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 260 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', | 261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', |
| 262 '<@(webcore_include_dirs)', | 262 '<@(webcore_include_dirs)', |
| 263 | 263 |
| 264 # FIXME: Remove these once the bindings script generates qualified | 264 # FIXME: Remove these once the bindings script generates qualified |
| 265 # includes for these correctly. (Sequences don't work yet.) | 265 # includes for these correctly. (Sequences don't work yet.) |
| 266 '<(bindings_dir)/v8/custom', | 266 '<(bindings_dir)/v8/custom', |
| 267 '../../modules/mediastream', | 267 '../../modules/mediastream', |
| 268 '../../modules/speech', |
| 268 '../dom', | 269 '../dom', |
| 269 '../html', | 270 '../html', |
| 270 '../html/shadow', | 271 '../html/shadow', |
| 271 '../inspector', | 272 '../inspector', |
| 272 '../page', | 273 '../page', |
| 273 '../svg', # FIXME: make_names.pl doesn't qualify conditional includes ye
t. | 274 '../svg', # FIXME: make_names.pl doesn't qualify conditional includes ye
t. |
| 274 ], | 275 ], |
| 275 'sources': [ | 276 'sources': [ |
| 276 # These files include all the .cpp files generated from the .idl files | 277 # These files include all the .cpp files generated from the .idl files |
| 277 # in webcore_files. | 278 # in webcore_files. |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1164 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1164 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 1165 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 1165 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1166 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1166 ], | 1167 ], |
| 1167 'sources/': [ | 1168 'sources/': [ |
| 1168 ['exclude', 'testing/js'], | 1169 ['exclude', 'testing/js'], |
| 1169 ], | 1170 ], |
| 1170 }, | 1171 }, |
| 1171 ], # targets | 1172 ], # targets |
| 1172 } | 1173 } |
| OLD | NEW |