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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 'src/mac/WebInputEventFactory.mm', | 350 'src/mac/WebInputEventFactory.mm', |
351 'src/mac/WebScreenInfoFactory.mm', | 351 'src/mac/WebScreenInfoFactory.mm', |
352 'src/mac/WebSubstringUtil.mm', | 352 'src/mac/WebSubstringUtil.mm', |
353 'src/LocalFileSystemChromium.cpp', | 353 'src/LocalFileSystemChromium.cpp', |
354 'src/MediaSourcePrivateImpl.cpp', | 354 'src/MediaSourcePrivateImpl.cpp', |
355 'src/MediaSourcePrivateImpl.h', | 355 'src/MediaSourcePrivateImpl.h', |
356 'src/NotificationPresenterImpl.h', | 356 'src/NotificationPresenterImpl.h', |
357 'src/NotificationPresenterImpl.cpp', | 357 'src/NotificationPresenterImpl.cpp', |
358 'src/painting/ContinuousPainter.h', | 358 'src/painting/ContinuousPainter.h', |
359 'src/painting/ContinuousPainter.cpp', | 359 'src/painting/ContinuousPainter.cpp', |
360 'src/painting/GraphicsContextBuilder.h', | |
361 'src/painting/PaintAggregator.h', | 360 'src/painting/PaintAggregator.h', |
362 'src/painting/PaintAggregator.cpp', | 361 'src/painting/PaintAggregator.cpp', |
363 'src/PageOverlay.cpp', | 362 'src/PageOverlay.cpp', |
364 'src/PageOverlay.h', | 363 'src/PageOverlay.h', |
365 'src/PageOverlayList.cpp', | 364 'src/PageOverlayList.cpp', |
366 'src/PageOverlayList.h', | 365 'src/PageOverlayList.h', |
367 'src/PageWidgetDelegate.cpp', | 366 'src/PageWidgetDelegate.cpp', |
368 'src/PageWidgetDelegate.h', | 367 'src/PageWidgetDelegate.h', |
369 'src/ScrollbarGroup.cpp', | 368 'src/ScrollbarGroup.cpp', |
370 'src/ScrollbarGroup.h', | 369 'src/ScrollbarGroup.h', |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 ['clang==1', { | 820 ['clang==1', { |
822 'target_defaults': { | 821 'target_defaults': { |
823 'cflags': ['-Wglobal-constructors'], | 822 'cflags': ['-Wglobal-constructors'], |
824 'xcode_settings': { | 823 'xcode_settings': { |
825 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 824 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
826 }, | 825 }, |
827 }, | 826 }, |
828 }], | 827 }], |
829 ], # conditions | 828 ], # conditions |
830 } | 829 } |
OLD | NEW |