| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 }, | 642 }, |
| 643 }], | 643 }], |
| 644 ], | 644 ], |
| 645 }, | 645 }, |
| 646 { | 646 { |
| 647 # GN version: //third_party/WebKit/Source/core:testing | 647 # GN version: //third_party/WebKit/Source/core:testing |
| 648 'target_name': 'webcore_testing', | 648 'target_name': 'webcore_testing', |
| 649 'type': 'static_library', | 649 'type': 'static_library', |
| 650 'dependencies': [ | 650 'dependencies': [ |
| 651 '../config.gyp:config', | 651 '../config.gyp:config', |
| 652 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', |
| 652 ], | 653 ], |
| 653 'defines': [ | 654 'defines': [ |
| 654 'BLINK_IMPLEMENTATION=1', | 655 'BLINK_IMPLEMENTATION=1', |
| 655 'INSIDE_BLINK', | 656 'INSIDE_BLINK', |
| 656 ], | 657 ], |
| 657 'include_dirs': [ | 658 'include_dirs': [ |
| 658 'testing', | 659 'testing', |
| 659 'testing/v8', | 660 'testing/v8', |
| 660 ], | 661 ], |
| 661 'sources': [ | 662 'sources': [ |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'libraries': [ | 881 'libraries': [ |
| 881 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', | 882 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', |
| 882 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', | 883 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', |
| 883 ] | 884 ] |
| 884 }, | 885 }, |
| 885 }], | 886 }], |
| 886 ], | 887 ], |
| 887 }, | 888 }, |
| 888 ], # targets | 889 ], # targets |
| 889 } | 890 } |
| OLD | NEW |