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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 '<@(webcore_include_dirs)', | 471 '<@(webcore_include_dirs)', |
472 ], | 472 ], |
473 }, | 473 }, |
474 }, | 474 }, |
475 { | 475 { |
476 # GN version: //third_party/WebKit/Source/core:testing | 476 # GN version: //third_party/WebKit/Source/core:testing |
477 'target_name': 'webcore_testing', | 477 'target_name': 'webcore_testing', |
478 'type': 'static_library', | 478 'type': 'static_library', |
479 'dependencies': [ | 479 'dependencies': [ |
480 '../config.gyp:config', | 480 '../config.gyp:config', |
481 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', | |
482 'webcore_prerequisites', | 481 'webcore_prerequisites', |
483 ], | 482 ], |
484 'defines': [ | 483 'defines': [ |
485 'BLINK_IMPLEMENTATION=1', | 484 'BLINK_IMPLEMENTATION=1', |
486 'INSIDE_BLINK', | 485 'INSIDE_BLINK', |
487 ], | 486 ], |
488 'include_dirs': [ | 487 'include_dirs': [ |
489 'testing', | 488 'testing', |
490 'testing/v8', | 489 'testing/v8', |
491 ], | 490 ], |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'layout/LayoutThemeAndroid.cpp', | 660 'layout/LayoutThemeAndroid.cpp', |
662 'layout/LayoutThemeAndroid.h', | 661 'layout/LayoutThemeAndroid.h', |
663 ], | 662 ], |
664 }], | 663 }], |
665 ], | 664 ], |
666 }], | 665 }], |
667 ], | 666 ], |
668 }, | 667 }, |
669 ], # targets | 668 ], # targets |
670 } | 669 } |
OLD | NEW |