| 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 'src/StorageAreaProxy.h', | 389 'src/StorageAreaProxy.h', |
| 390 'src/StorageQuotaChromium.cpp', | 390 'src/StorageQuotaChromium.cpp', |
| 391 'src/StorageNamespaceProxy.cpp', | 391 'src/StorageNamespaceProxy.cpp', |
| 392 'src/StorageNamespaceProxy.h', | 392 'src/StorageNamespaceProxy.h', |
| 393 'src/TextFieldDecoratorImpl.h', | 393 'src/TextFieldDecoratorImpl.h', |
| 394 'src/TextFieldDecoratorImpl.cpp', | 394 'src/TextFieldDecoratorImpl.cpp', |
| 395 'src/UserMediaClientImpl.h', | 395 'src/UserMediaClientImpl.h', |
| 396 'src/UserMediaClientImpl.cpp', | 396 'src/UserMediaClientImpl.cpp', |
| 397 'src/ValidationMessageClientImpl.cpp', | 397 'src/ValidationMessageClientImpl.cpp', |
| 398 'src/ValidationMessageClientImpl.h', | 398 'src/ValidationMessageClientImpl.h', |
| 399 'src/ViewportAnchor.cpp', |
| 400 'src/ViewportAnchor.h', |
| 399 'src/WebTextCheckingCompletionImpl.h', | 401 'src/WebTextCheckingCompletionImpl.h', |
| 400 'src/WebTextCheckingCompletionImpl.cpp', | 402 'src/WebTextCheckingCompletionImpl.cpp', |
| 401 'src/WebTextCheckingResult.cpp', | 403 'src/WebTextCheckingResult.cpp', |
| 402 'src/WebAccessibilityObject.cpp', | 404 'src/WebAccessibilityObject.cpp', |
| 403 'src/WebArrayBuffer.cpp', | 405 'src/WebArrayBuffer.cpp', |
| 404 'src/WebArrayBufferView.cpp', | 406 'src/WebArrayBufferView.cpp', |
| 405 'src/WebBindings.cpp', | 407 'src/WebBindings.cpp', |
| 406 'src/WebBlob.cpp', | 408 'src/WebBlob.cpp', |
| 407 'src/WebBlobData.cpp', | 409 'src/WebBlobData.cpp', |
| 408 'src/WebCache.cpp', | 410 'src/WebCache.cpp', |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 ['clang==1', { | 837 ['clang==1', { |
| 836 'target_defaults': { | 838 'target_defaults': { |
| 837 'cflags': ['-Wglobal-constructors'], | 839 'cflags': ['-Wglobal-constructors'], |
| 838 'xcode_settings': { | 840 'xcode_settings': { |
| 839 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 841 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 840 }, | 842 }, |
| 841 }, | 843 }, |
| 842 }], | 844 }], |
| 843 ], # conditions | 845 ], # conditions |
| 844 } | 846 } |
| OLD | NEW |