| 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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 'public/WebTestingSupport.h', | 703 'public/WebTestingSupport.h', |
| 704 'tests/WebUnitTests.cpp', # Components test ru
nner support. | 704 'tests/WebUnitTests.cpp', # Components test ru
nner support. |
| 705 ], | 705 ], |
| 706 'sources!': [ | 706 'sources!': [ |
| 707 # We should not include files depending on webki
t_support. | 707 # We should not include files depending on webki
t_support. |
| 708 # These tests depend on webkit_support and | 708 # These tests depend on webkit_support and |
| 709 # functions defined only in !WEBKIT_IMPLEMENTATI
ON. | 709 # functions defined only in !WEBKIT_IMPLEMENTATI
ON. |
| 710 'tests/AssociatedURLLoaderTest.cpp', | 710 'tests/AssociatedURLLoaderTest.cpp', |
| 711 'tests/EventListenerTest.cpp', | 711 'tests/EventListenerTest.cpp', |
| 712 'tests/FrameTestHelpers.cpp', | 712 'tests/FrameTestHelpers.cpp', |
| 713 'tests/IDBBindingUtilitiesTest.cpp', |
| 713 'tests/LevelDBTest.cpp', | 714 'tests/LevelDBTest.cpp', |
| 714 'tests/ListenerLeakTest.cpp', | 715 'tests/ListenerLeakTest.cpp', |
| 715 'tests/LinkHighlightTest.cpp', | 716 'tests/LinkHighlightTest.cpp', |
| 716 'tests/PopupMenuTest.cpp', | 717 'tests/PopupMenuTest.cpp', |
| 717 'tests/RenderTableCellTest.cpp', | 718 'tests/RenderTableCellTest.cpp', |
| 718 'tests/RenderTableRowTest.cpp', | 719 'tests/RenderTableRowTest.cpp', |
| 719 'tests/ScrollingCoordinatorChromiumTest.cpp', | 720 'tests/ScrollingCoordinatorChromiumTest.cpp', |
| 720 'tests/URLTestHelpers.cpp', | 721 'tests/URLTestHelpers.cpp', |
| 721 'tests/WebFrameTest.cpp', | 722 'tests/WebFrameTest.cpp', |
| 722 'tests/WebImageTest.cpp', | 723 'tests/WebImageTest.cpp', |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1315 ['clang==1', { | 1316 ['clang==1', { |
| 1316 'target_defaults': { | 1317 'target_defaults': { |
| 1317 'cflags': ['-Wglobal-constructors'], | 1318 'cflags': ['-Wglobal-constructors'], |
| 1318 'xcode_settings': { | 1319 'xcode_settings': { |
| 1319 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 1320 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 1320 }, | 1321 }, |
| 1321 }, | 1322 }, |
| 1322 }], | 1323 }], |
| 1323 ], # conditions | 1324 ], # conditions |
| 1324 } | 1325 } |
| OLD | NEW |