| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 ], | 57 ], |
| 58 'defines': [ | 58 'defines': [ |
| 59 'WEBKIT_IMPLEMENTATION', | 59 'WEBKIT_IMPLEMENTATION', |
| 60 ], | 60 ], |
| 61 'sources': [ | 61 'sources': [ |
| 62 'public/gtk/WebInputEventFactory.h', | 62 'public/gtk/WebInputEventFactory.h', |
| 63 'public/linux/WebFontRendering.h', | 63 'public/linux/WebFontRendering.h', |
| 64 'public/x11/WebScreenInfoFactory.h', | 64 'public/x11/WebScreenInfoFactory.h', |
| 65 'public/mac/WebInputEventFactory.h', | 65 'public/mac/WebInputEventFactory.h', |
| 66 'public/mac/WebScreenInfoFactory.h', | 66 'public/mac/WebScreenInfoFactory.h', |
| 67 'public/WebAccessibilityController.h', | 67 'public/WebAccessibilityCache.h', |
| 68 'public/WebAccessibilityObject.h', | 68 'public/WebAccessibilityObject.h', |
| 69 'public/WebAccessibilityRole.h', | 69 'public/WebAccessibilityRole.h', |
| 70 'public/WebApplicationCacheHost.h', | 70 'public/WebApplicationCacheHost.h', |
| 71 'public/WebApplicationCacheHostClient.h', | 71 'public/WebApplicationCacheHostClient.h', |
| 72 'public/WebBindings.h', | 72 'public/WebBindings.h', |
| 73 'public/WebCache.h', | 73 'public/WebCache.h', |
| 74 'public/WebCanvas.h', | 74 'public/WebCanvas.h', |
| 75 'public/WebClipboard.h', | 75 'public/WebClipboard.h', |
| 76 'public/WebColor.h', | 76 'public/WebColor.h', |
| 77 'public/WebColorName.h', | 77 'public/WebColorName.h', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'src/SharedWorkerRepository.cpp', | 203 'src/SharedWorkerRepository.cpp', |
| 204 'src/SocketStreamHandle.cpp', | 204 'src/SocketStreamHandle.cpp', |
| 205 'src/StorageAreaProxy.cpp', | 205 'src/StorageAreaProxy.cpp', |
| 206 'src/StorageAreaProxy.h', | 206 'src/StorageAreaProxy.h', |
| 207 'src/StorageEventDispatcherChromium.cpp', | 207 'src/StorageEventDispatcherChromium.cpp', |
| 208 'src/StorageEventDispatcherImpl.cpp', | 208 'src/StorageEventDispatcherImpl.cpp', |
| 209 'src/StorageEventDispatcherImpl.h', | 209 'src/StorageEventDispatcherImpl.h', |
| 210 'src/StorageNamespaceProxy.cpp', | 210 'src/StorageNamespaceProxy.cpp', |
| 211 'src/StorageNamespaceProxy.h', | 211 'src/StorageNamespaceProxy.h', |
| 212 'src/TemporaryGlue.h', | 212 'src/TemporaryGlue.h', |
| 213 'src/WebAccessibilityController.cpp', | 213 'src/WebAccessibilityCache.cpp', |
| 214 'src/WebAccessibilityCacheImpl.cpp', |
| 215 'src/WebAccessibilityCacheImpl.h', |
| 214 'src/WebAccessibilityObject.cpp', | 216 'src/WebAccessibilityObject.cpp', |
| 215 'src/WebBindings.cpp', | 217 'src/WebBindings.cpp', |
| 216 'src/WebCache.cpp', | 218 'src/WebCache.cpp', |
| 217 'src/WebColor.cpp', | 219 'src/WebColor.cpp', |
| 218 'src/WebCrossOriginPreflightResultCache.cpp', | 220 'src/WebCrossOriginPreflightResultCache.cpp', |
| 219 'src/WebCString.cpp', | 221 'src/WebCString.cpp', |
| 220 'src/WebCursorInfo.cpp', | 222 'src/WebCursorInfo.cpp', |
| 221 'src/WebData.cpp', | 223 'src/WebData.cpp', |
| 222 'src/WebDatabase.cpp', | 224 'src/WebDatabase.cpp', |
| 223 'src/WebDataSourceImpl.cpp', | 225 'src/WebDataSourceImpl.cpp', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 ], | 358 ], |
| 357 }, | 359 }, |
| 358 ], # targets | 360 ], # targets |
| 359 } | 361 } |
| 360 | 362 |
| 361 # Local Variables: | 363 # Local Variables: |
| 362 # tab-width:2 | 364 # tab-width:2 |
| 363 # indent-tabs-mode:nil | 365 # indent-tabs-mode:nil |
| 364 # End: | 366 # End: |
| 365 # vim: set expandtab tabstop=2 shiftwidth=2: | 367 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |