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