| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/animation', | 77 '../platform/animation', |
| 78 '../platform/audio', | 78 '../platform/audio', |
| 79 '../platform/audio/chromium', | 79 '../platform/audio/chromium', |
| 80 '../platform/chromium', | 80 '../platform/chromium', |
| 81 '../platform/chromium/support', | 81 '../platform/chromium/support', |
| 82 '../platform/graphics/chromium', | |
| 83 '../platform/graphics/cpu/arm', | |
| 84 '../platform/graphics/cpu/arm/filters', | |
| 85 '../platform/graphics/filters', | |
| 86 '../platform/graphics/filters/custom', | |
| 87 '../platform/graphics/gpu', | |
| 88 '../platform/graphics/opentype', | |
| 89 '../platform/graphics/skia', | 82 '../platform/graphics/skia', |
| 90 '../platform/graphics/transforms', | |
| 91 '../platform/mediastream', | 83 '../platform/mediastream', |
| 92 '../platform/mediastream/chromium', | 84 '../platform/mediastream/chromium', |
| 93 '../platform/mock', | 85 '../platform/mock', |
| 94 '../platform/network', | 86 '../platform/network', |
| 95 '../platform/text', | 87 '../platform/text', |
| 96 '../platform/text/transcoder', | 88 '../platform/text/transcoder', |
| 97 '../plugins', | 89 '../plugins', |
| 98 '../rendering', | 90 '../rendering', |
| 99 '../rendering/mathml', | 91 '../rendering/mathml', |
| 100 '../rendering/style', | 92 '../rendering/style', |
| (...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1280 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1272 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1281 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 1273 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 1282 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1274 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1283 ], | 1275 ], |
| 1284 'sources/': [ | 1276 'sources/': [ |
| 1285 ['exclude', 'testing/js'], | 1277 ['exclude', 'testing/js'], |
| 1286 ], | 1278 ], |
| 1287 }, | 1279 }, |
| 1288 ], # targets | 1280 ], # targets |
| 1289 } | 1281 } |
| OLD | NEW |