| 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 'src/painting/ContinuousPainter.h', | 348 'src/painting/ContinuousPainter.h', |
| 349 'src/painting/ContinuousPainter.cpp', | 349 'src/painting/ContinuousPainter.cpp', |
| 350 'src/painting/PaintAggregator.h', | 350 'src/painting/PaintAggregator.h', |
| 351 'src/painting/PaintAggregator.cpp', | 351 'src/painting/PaintAggregator.cpp', |
| 352 'src/PageOverlay.cpp', | 352 'src/PageOverlay.cpp', |
| 353 'src/PageOverlay.h', | 353 'src/PageOverlay.h', |
| 354 'src/PageOverlayList.cpp', | 354 'src/PageOverlayList.cpp', |
| 355 'src/PageOverlayList.h', | 355 'src/PageOverlayList.h', |
| 356 'src/PageWidgetDelegate.cpp', | 356 'src/PageWidgetDelegate.cpp', |
| 357 'src/PageWidgetDelegate.h', | 357 'src/PageWidgetDelegate.h', |
| 358 'src/PinchViewports.cpp', |
| 359 'src/PinchViewports.h', |
| 358 'src/PopupContainer.cpp', | 360 'src/PopupContainer.cpp', |
| 359 'src/PopupContainer.h', | 361 'src/PopupContainer.h', |
| 360 'src/PopupMenuChromium.cpp', | 362 'src/PopupMenuChromium.cpp', |
| 361 'src/PopupMenuChromium.h', | 363 'src/PopupMenuChromium.h', |
| 362 'src/PopupListBox.cpp', | 364 'src/PopupListBox.cpp', |
| 363 'src/PopupListBox.h', | 365 'src/PopupListBox.h', |
| 364 'src/ScrollbarGroup.cpp', | 366 'src/ScrollbarGroup.cpp', |
| 365 'src/ScrollbarGroup.h', | 367 'src/ScrollbarGroup.h', |
| 366 'src/SharedWorkerRepository.cpp', | 368 'src/SharedWorkerRepository.cpp', |
| 367 'src/SourceBufferPrivateImpl.cpp', | 369 'src/SourceBufferPrivateImpl.cpp', |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 ['clang==1', { | 773 ['clang==1', { |
| 772 'target_defaults': { | 774 'target_defaults': { |
| 773 'cflags': ['-Wglobal-constructors'], | 775 'cflags': ['-Wglobal-constructors'], |
| 774 'xcode_settings': { | 776 'xcode_settings': { |
| 775 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 777 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 776 }, | 778 }, |
| 777 }, | 779 }, |
| 778 }], | 780 }], |
| 779 ], # conditions | 781 ], # conditions |
| 780 } | 782 } |
| OLD | NEW |