| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2011 Google Inc. All rights reserved. | 2 # Copyright (C) 2011 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'public/WebIDBDatabaseError.h', | 155 'public/WebIDBDatabaseError.h', |
| 156 'public/WebIDBDatabaseException.h', | 156 'public/WebIDBDatabaseException.h', |
| 157 'public/WebIDBFactory.h', | 157 'public/WebIDBFactory.h', |
| 158 'public/WebIDBKey.h', | 158 'public/WebIDBKey.h', |
| 159 'public/WebIDBKeyPath.h', | 159 'public/WebIDBKeyPath.h', |
| 160 'public/WebIDBKeyRange.h', | 160 'public/WebIDBKeyRange.h', |
| 161 'public/WebIDBMetadata.h', | 161 'public/WebIDBMetadata.h', |
| 162 'public/WebIconLoadingCompletion.h', | 162 'public/WebIconLoadingCompletion.h', |
| 163 'public/WebIconURL.h', | 163 'public/WebIconURL.h', |
| 164 'public/WebImageDecoder.h', | 164 'public/WebImageDecoder.h', |
| 165 'public/WebInbandTextTrack.h', |
| 166 'public/WebInbandTextTrackClient.h', |
| 165 'public/WebInputElement.h', | 167 'public/WebInputElement.h', |
| 166 'public/WebInputEvent.h', | 168 'public/WebInputEvent.h', |
| 167 'public/WebKit.h', | 169 'public/WebKit.h', |
| 168 'public/WebLabelElement.h', | 170 'public/WebLabelElement.h', |
| 169 'public/WebMediaPlayer.h', | 171 'public/WebMediaPlayer.h', |
| 170 'public/WebMediaPlayerAction.h', | 172 'public/WebMediaPlayerAction.h', |
| 171 'public/WebMediaPlayerClient.h', | 173 'public/WebMediaPlayerClient.h', |
| 172 'public/WebMediaSource.h', | 174 'public/WebMediaSource.h', |
| 173 'public/WebMediaSourceClient.h', | 175 'public/WebMediaSourceClient.h', |
| 174 'public/WebMediaStreamRegistry.h', | 176 'public/WebMediaStreamRegistry.h', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 'src/IDBCallbacksProxy.cpp', | 337 'src/IDBCallbacksProxy.cpp', |
| 336 'src/IDBCallbacksProxy.h', | 338 'src/IDBCallbacksProxy.h', |
| 337 'src/IDBCursorBackendProxy.cpp', | 339 'src/IDBCursorBackendProxy.cpp', |
| 338 'src/IDBCursorBackendProxy.h', | 340 'src/IDBCursorBackendProxy.h', |
| 339 'src/IDBDatabaseCallbacksProxy.cpp', | 341 'src/IDBDatabaseCallbacksProxy.cpp', |
| 340 'src/IDBDatabaseCallbacksProxy.h', | 342 'src/IDBDatabaseCallbacksProxy.h', |
| 341 'src/IDBDatabaseBackendProxy.cpp', | 343 'src/IDBDatabaseBackendProxy.cpp', |
| 342 'src/IDBDatabaseBackendProxy.h', | 344 'src/IDBDatabaseBackendProxy.h', |
| 343 'src/IDBFactoryBackendProxy.cpp', | 345 'src/IDBFactoryBackendProxy.cpp', |
| 344 'src/IDBFactoryBackendProxy.h', | 346 'src/IDBFactoryBackendProxy.h', |
| 347 'src/InbandTextTrackPrivateImpl.cpp', |
| 348 'src/InbandTextTrackPrivateImpl.h', |
| 345 'src/InspectorClientImpl.cpp', | 349 'src/InspectorClientImpl.cpp', |
| 346 'src/InspectorClientImpl.h', | 350 'src/InspectorClientImpl.h', |
| 347 'src/InspectorFrontendClientImpl.cpp', | 351 'src/InspectorFrontendClientImpl.cpp', |
| 348 'src/InspectorFrontendClientImpl.h', | 352 'src/InspectorFrontendClientImpl.h', |
| 349 'src/LinkHighlight.cpp', | 353 'src/LinkHighlight.cpp', |
| 350 'src/LinkHighlight.h', | 354 'src/LinkHighlight.h', |
| 351 'src/NonCompositedContentHost.cpp', | 355 'src/NonCompositedContentHost.cpp', |
| 352 'src/NonCompositedContentHost.h', | 356 'src/NonCompositedContentHost.h', |
| 353 'src/PrerendererClientImpl.h', | 357 'src/PrerendererClientImpl.h', |
| 354 'src/PrerendererClientImpl.cpp', | 358 'src/PrerendererClientImpl.cpp', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 ['clang==1', { | 836 ['clang==1', { |
| 833 'target_defaults': { | 837 'target_defaults': { |
| 834 'cflags': ['-Wglobal-constructors'], | 838 'cflags': ['-Wglobal-constructors'], |
| 835 'xcode_settings': { | 839 'xcode_settings': { |
| 836 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 840 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 837 }, | 841 }, |
| 838 }, | 842 }, |
| 839 }], | 843 }], |
| 840 ], # conditions | 844 ], # conditions |
| 841 } | 845 } |
| OLD | NEW |