| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 '../loader/appcache', | 68 '../loader/appcache', |
| 69 '../loader/archive', | 69 '../loader/archive', |
| 70 '../loader/archive/mhtml', | 70 '../loader/archive/mhtml', |
| 71 '../loader/cache', | 71 '../loader/cache', |
| 72 '../loader/icon', | 72 '../loader/icon', |
| 73 '../page', | 73 '../page', |
| 74 '../page/animation', | 74 '../page/animation', |
| 75 '../page/scrolling', | 75 '../page/scrolling', |
| 76 '../platform', | 76 '../platform', |
| 77 '../platform/graphics/skia', | 77 '../platform/graphics/skia', |
| 78 '../platform/network', | |
| 79 '../platform/text', | 78 '../platform/text', |
| 80 '../platform/text/transcoder', | 79 '../platform/text/transcoder', |
| 81 '../plugins', | 80 '../plugins', |
| 82 '../rendering', | 81 '../rendering', |
| 83 '../rendering/mathml', | 82 '../rendering/mathml', |
| 84 '../rendering/style', | 83 '../rendering/style', |
| 85 '../rendering/svg', | 84 '../rendering/svg', |
| 86 '../svg', | 85 '../svg', |
| 87 '../svg/animation', | 86 '../svg/animation', |
| 88 '../svg/graphics', | 87 '../svg/graphics', |
| (...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1265 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 1264 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 1266 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1265 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1267 ], | 1266 ], |
| 1268 'sources/': [ | 1267 'sources/': [ |
| 1269 ['exclude', 'testing/js'], | 1268 ['exclude', 'testing/js'], |
| 1270 ], | 1269 ], |
| 1271 }, | 1270 }, |
| 1272 ], # targets | 1271 ], # targets |
| 1273 } | 1272 } |
| OLD | NEW |