| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 'src/painting/ContinuousPainter.h', | 345 'src/painting/ContinuousPainter.h', |
| 346 'src/painting/ContinuousPainter.cpp', | 346 'src/painting/ContinuousPainter.cpp', |
| 347 'src/painting/PaintAggregator.h', | 347 'src/painting/PaintAggregator.h', |
| 348 'src/painting/PaintAggregator.cpp', | 348 'src/painting/PaintAggregator.cpp', |
| 349 'src/PageOverlay.cpp', | 349 'src/PageOverlay.cpp', |
| 350 'src/PageOverlay.h', | 350 'src/PageOverlay.h', |
| 351 'src/PageOverlayList.cpp', | 351 'src/PageOverlayList.cpp', |
| 352 'src/PageOverlayList.h', | 352 'src/PageOverlayList.h', |
| 353 'src/PageWidgetDelegate.cpp', | 353 'src/PageWidgetDelegate.cpp', |
| 354 'src/PageWidgetDelegate.h', | 354 'src/PageWidgetDelegate.h', |
| 355 'src/PinchViewports.cpp', |
| 356 'src/PinchViewports.h', |
| 355 'src/PopupContainer.cpp', | 357 'src/PopupContainer.cpp', |
| 356 'src/PopupContainer.h', | 358 'src/PopupContainer.h', |
| 357 'src/PopupMenuChromium.cpp', | 359 'src/PopupMenuChromium.cpp', |
| 358 'src/PopupMenuChromium.h', | 360 'src/PopupMenuChromium.h', |
| 359 'src/PopupListBox.cpp', | 361 'src/PopupListBox.cpp', |
| 360 'src/PopupListBox.h', | 362 'src/PopupListBox.h', |
| 361 'src/ScrollbarGroup.cpp', | 363 'src/ScrollbarGroup.cpp', |
| 362 'src/ScrollbarGroup.h', | 364 'src/ScrollbarGroup.h', |
| 363 'src/SharedWorkerRepository.cpp', | 365 'src/SharedWorkerRepository.cpp', |
| 364 'src/SourceBufferPrivateImpl.cpp', | 366 'src/SourceBufferPrivateImpl.cpp', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 ['clang==1', { | 782 ['clang==1', { |
| 781 'target_defaults': { | 783 'target_defaults': { |
| 782 'cflags': ['-Wglobal-constructors'], | 784 'cflags': ['-Wglobal-constructors'], |
| 783 'xcode_settings': { | 785 'xcode_settings': { |
| 784 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 786 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 785 }, | 787 }, |
| 786 }, | 788 }, |
| 787 }], | 789 }], |
| 788 ], # conditions | 790 ], # conditions |
| 789 } | 791 } |
| OLD | NEW |