| 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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 # These tests depend on webkit_support and | 722 # These tests depend on webkit_support and |
| 723 # functions defined only in !WEBKIT_IMPLEMENTATI
ON. | 723 # functions defined only in !WEBKIT_IMPLEMENTATI
ON. |
| 724 'tests/AssociatedURLLoaderTest.cpp', | 724 'tests/AssociatedURLLoaderTest.cpp', |
| 725 'tests/CCLayerTreeHostTest.cpp', | 725 'tests/CCLayerTreeHostTest.cpp', |
| 726 'tests/FrameTestHelpers.cpp', | 726 'tests/FrameTestHelpers.cpp', |
| 727 'tests/PopupMenuTest.cpp', | 727 'tests/PopupMenuTest.cpp', |
| 728 'tests/RenderTableCellTest.cpp', | 728 'tests/RenderTableCellTest.cpp', |
| 729 'tests/WebFrameTest.cpp', | 729 'tests/WebFrameTest.cpp', |
| 730 'tests/WebPageNewSerializerTest.cpp', | 730 'tests/WebPageNewSerializerTest.cpp', |
| 731 'tests/WebPageSerializerTest.cpp', | 731 'tests/WebPageSerializerTest.cpp', |
| 732 'tests/WebViewTest.cpp', | |
| 733 ], | 732 ], |
| 734 'conditions': [ | 733 'conditions': [ |
| 735 ['OS=="win" or OS=="mac"', { | 734 ['OS=="win" or OS=="mac"', { |
| 736 'dependencies': [ | 735 'dependencies': [ |
| 737 '<(chromium_src_dir)/third_party/nss/nss
.gyp:*', | 736 '<(chromium_src_dir)/third_party/nss/nss
.gyp:*', |
| 738 ], | 737 ], |
| 739 }], | 738 }], |
| 740 ], | 739 ], |
| 741 'msvs_settings': { | 740 'msvs_settings': { |
| 742 'VCLinkerTool': { | 741 'VCLinkerTool': { |
| (...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1529 ], | 1528 ], |
| 1530 }], | 1529 }], |
| 1531 ], # conditions | 1530 ], # conditions |
| 1532 } | 1531 } |
| 1533 | 1532 |
| 1534 # Local Variables: | 1533 # Local Variables: |
| 1535 # tab-width:2 | 1534 # tab-width:2 |
| 1536 # indent-tabs-mode:nil | 1535 # indent-tabs-mode:nil |
| 1537 # End: | 1536 # End: |
| 1538 # vim: set expandtab tabstop=2 shiftwidth=2: | 1537 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |