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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'tests/CCThreadTest.cpp', | 687 'tests/CCThreadTest.cpp', |
688 # These tests depend on webkit_support and | 688 # These tests depend on webkit_support and |
689 # functions defined only in !WEBKIT_IMPLEMENTATI
ON. | 689 # functions defined only in !WEBKIT_IMPLEMENTATI
ON. |
690 'tests/AssociatedURLLoaderTest.cpp', | 690 'tests/AssociatedURLLoaderTest.cpp', |
691 'tests/CCLayerTreeHostTest.cpp', | 691 'tests/CCLayerTreeHostTest.cpp', |
692 'tests/FrameTestHelpers.cpp', | 692 'tests/FrameTestHelpers.cpp', |
693 'tests/PopupMenuTest.cpp', | 693 'tests/PopupMenuTest.cpp', |
694 'tests/WebFrameTest.cpp', | 694 'tests/WebFrameTest.cpp', |
695 'tests/WebPageNewSerializerTest.cpp', | 695 'tests/WebPageNewSerializerTest.cpp', |
696 'tests/WebPageSerializerTest.cpp', | 696 'tests/WebPageSerializerTest.cpp', |
697 'tests/WebViewTest.cpp', | |
698 ], | 697 ], |
699 'conditions': [ | 698 'conditions': [ |
700 ['OS=="win" or OS=="mac"', { | 699 ['OS=="win" or OS=="mac"', { |
701 'dependencies': [ | 700 'dependencies': [ |
702 '<(chromium_src_dir)/third_party/nss/nss
.gyp:*', | 701 '<(chromium_src_dir)/third_party/nss/nss
.gyp:*', |
703 ], | 702 ], |
704 }], | 703 }], |
705 ], | 704 ], |
706 'msvs_settings': { | 705 'msvs_settings': { |
707 'VCLinkerTool': { | 706 'VCLinkerTool': { |
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1480 ], | 1479 ], |
1481 }], | 1480 }], |
1482 ], # conditions | 1481 ], # conditions |
1483 } | 1482 } |
1484 | 1483 |
1485 # Local Variables: | 1484 # Local Variables: |
1486 # tab-width:2 | 1485 # tab-width:2 |
1487 # indent-tabs-mode:nil | 1486 # indent-tabs-mode:nil |
1488 # End: | 1487 # End: |
1489 # vim: set expandtab tabstop=2 shiftwidth=2: | 1488 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |