| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../html', | 52 '../html', |
| 53 '../platform/graphics/skia', | 53 '../platform/graphics/skia', |
| 54 '../plugins', | 54 '../plugins', |
| 55 '../svg', | 55 '../svg', |
| 56 '../svg/animation', | |
| 57 '../svg/graphics', | |
| 58 '../svg/graphics/filters', | |
| 59 '../svg/properties', | 56 '../svg/properties', |
| 60 '<(INTERMEDIATE_DIR)', | 57 '<(INTERMEDIATE_DIR)', |
| 61 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 58 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 62 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', | 59 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', |
| 63 ], | 60 ], |
| 64 | 61 |
| 65 'conditions': [ | 62 'conditions': [ |
| 66 ['OS=="mac"', { | 63 ['OS=="mac"', { |
| 67 'webcore_include_dirs': [ | 64 'webcore_include_dirs': [ |
| 68 # FIXME: Eliminate dependency on platform/mac and related | 65 # FIXME: Eliminate dependency on platform/mac and related |
| (...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1229 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1226 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1230 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 1227 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 1231 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1228 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1232 ], | 1229 ], |
| 1233 'sources/': [ | 1230 'sources/': [ |
| 1234 ['exclude', 'testing/js'], | 1231 ['exclude', 'testing/js'], |
| 1235 ], | 1232 ], |
| 1236 }, | 1233 }, |
| 1237 ], # targets | 1234 ], # targets |
| 1238 } | 1235 } |
| OLD | NEW |