| 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'src/IDBDatabaseBackendProxy.cpp', | 341 'src/IDBDatabaseBackendProxy.cpp', |
| 342 'src/IDBDatabaseBackendProxy.h', | 342 'src/IDBDatabaseBackendProxy.h', |
| 343 'src/IDBFactoryBackendProxy.cpp', | 343 'src/IDBFactoryBackendProxy.cpp', |
| 344 'src/IDBFactoryBackendProxy.h', | 344 'src/IDBFactoryBackendProxy.h', |
| 345 'src/InspectorClientImpl.cpp', | 345 'src/InspectorClientImpl.cpp', |
| 346 'src/InspectorClientImpl.h', | 346 'src/InspectorClientImpl.h', |
| 347 'src/InspectorFrontendClientImpl.cpp', | 347 'src/InspectorFrontendClientImpl.cpp', |
| 348 'src/InspectorFrontendClientImpl.h', | 348 'src/InspectorFrontendClientImpl.h', |
| 349 'src/LinkHighlight.cpp', | 349 'src/LinkHighlight.cpp', |
| 350 'src/LinkHighlight.h', | 350 'src/LinkHighlight.h', |
| 351 'src/NonCompositedContentHost.cpp', | |
| 352 'src/NonCompositedContentHost.h', | |
| 353 'src/PrerendererClientImpl.h', | 351 'src/PrerendererClientImpl.h', |
| 354 'src/PrerendererClientImpl.cpp', | 352 'src/PrerendererClientImpl.cpp', |
| 355 'src/android/WebInputEventFactory.cpp', | 353 'src/android/WebInputEventFactory.cpp', |
| 356 'src/default/WebRenderTheme.cpp', | 354 'src/default/WebRenderTheme.cpp', |
| 357 'src/linux/WebFontInfo.cpp', | 355 'src/linux/WebFontInfo.cpp', |
| 358 'src/linux/WebFontRendering.cpp', | 356 'src/linux/WebFontRendering.cpp', |
| 359 'src/linux/WebFontRenderStyle.cpp', | 357 'src/linux/WebFontRenderStyle.cpp', |
| 360 'src/x11/WebScreenInfoFactory.cpp', | 358 'src/x11/WebScreenInfoFactory.cpp', |
| 361 'src/mac/WebInputEventFactory.mm', | 359 'src/mac/WebInputEventFactory.mm', |
| 362 'src/mac/WebScreenInfoFactory.mm', | 360 'src/mac/WebScreenInfoFactory.mm', |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 ['clang==1', { | 829 ['clang==1', { |
| 832 'target_defaults': { | 830 'target_defaults': { |
| 833 'cflags': ['-Wglobal-constructors'], | 831 'cflags': ['-Wglobal-constructors'], |
| 834 'xcode_settings': { | 832 'xcode_settings': { |
| 835 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 833 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 836 }, | 834 }, |
| 837 }, | 835 }, |
| 838 }], | 836 }], |
| 839 ], # conditions | 837 ], # conditions |
| 840 } | 838 } |
| OLD | NEW |