| 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 ['clang==1', { | 830 ['clang==1', { |
| 829 'target_defaults': { | 831 'target_defaults': { |
| 830 'cflags': ['-Wglobal-constructors'], | 832 'cflags': ['-Wglobal-constructors'], |
| 831 'xcode_settings': { | 833 'xcode_settings': { |
| 832 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 834 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 833 }, | 835 }, |
| 834 }, | 836 }, |
| 835 }], | 837 }], |
| 836 ], # conditions | 838 ], # conditions |
| 837 } | 839 } |
| OLD | NEW |