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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 'src/EventListenerWrapper.cpp', | 307 'src/EventListenerWrapper.cpp', |
308 'src/EventListenerWrapper.h', | 308 'src/EventListenerWrapper.h', |
309 'src/ExternalDateTimeChooser.cpp', | 309 'src/ExternalDateTimeChooser.cpp', |
310 'src/ExternalDateTimeChooser.h', | 310 'src/ExternalDateTimeChooser.h', |
311 'src/ExternalPopupMenu.cpp', | 311 'src/ExternalPopupMenu.cpp', |
312 'src/ExternalPopupMenu.h', | 312 'src/ExternalPopupMenu.h', |
313 'src/FindInPageCoordinates.cpp', | 313 'src/FindInPageCoordinates.cpp', |
314 'src/FindInPageCoordinates.h', | 314 'src/FindInPageCoordinates.h', |
315 'src/FrameLoaderClientImpl.cpp', | 315 'src/FrameLoaderClientImpl.cpp', |
316 'src/FrameLoaderClientImpl.h', | 316 'src/FrameLoaderClientImpl.h', |
317 'src/FrameNetworkingContextImpl.cpp', | |
318 'src/FrameNetworkingContextImpl.h', | |
319 'src/GeolocationClientProxy.cpp', | 317 'src/GeolocationClientProxy.cpp', |
320 'src/GeolocationClientProxy.h', | 318 'src/GeolocationClientProxy.h', |
321 'src/GraphicsLayerFactoryChromium.cpp', | 319 'src/GraphicsLayerFactoryChromium.cpp', |
322 'src/GraphicsLayerFactoryChromium.h', | 320 'src/GraphicsLayerFactoryChromium.h', |
323 'src/gtk/WebInputEventFactory.cpp', | 321 'src/gtk/WebInputEventFactory.cpp', |
324 'src/WebHelperPluginImpl.cpp', | 322 'src/WebHelperPluginImpl.cpp', |
325 'src/WebHelperPluginImpl.h', | 323 'src/WebHelperPluginImpl.h', |
326 'src/IDBCallbacksProxy.cpp', | 324 'src/IDBCallbacksProxy.cpp', |
327 'src/IDBCallbacksProxy.h', | 325 'src/IDBCallbacksProxy.h', |
328 'src/IDBCursorBackendProxy.cpp', | 326 'src/IDBCursorBackendProxy.cpp', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 ['clang==1', { | 801 ['clang==1', { |
804 'target_defaults': { | 802 'target_defaults': { |
805 'cflags': ['-Wglobal-constructors'], | 803 'cflags': ['-Wglobal-constructors'], |
806 'xcode_settings': { | 804 'xcode_settings': { |
807 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 805 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
808 }, | 806 }, |
809 }, | 807 }, |
810 }], | 808 }], |
811 ], # conditions | 809 ], # conditions |
812 } | 810 } |
OLD | NEW |