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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 ], | 489 ], |
490 'include_dirs': [ | 490 'include_dirs': [ |
491 'testing', | 491 'testing', |
492 'testing/v8', | 492 'testing/v8', |
493 ], | 493 ], |
494 'sources': [ | 494 'sources': [ |
495 # Note: file list duplicated in GN build. | 495 # Note: file list duplicated in GN build. |
496 '<@(generated_core_testing_dictionary_files)', | 496 '<@(generated_core_testing_dictionary_files)', |
497 '<@(webcore_testing_files)', | 497 '<@(webcore_testing_files)', |
498 '<@(generated_bindings_core_testing_files)', | 498 '<@(generated_bindings_core_testing_files)', |
| 499 '<@(bindings_core_v8_generated_testing_union_type_files)', |
499 ], | 500 ], |
500 'sources/': [ | 501 'sources/': [ |
501 ['exclude', 'testing/js'], | 502 ['exclude', 'testing/js'], |
502 ], | 503 ], |
503 'conditions': [ | 504 'conditions': [ |
504 ['component!="shared_library"', { | 505 ['component!="shared_library"', { |
505 'dependencies': [ | 506 'dependencies': [ |
506 'webcore', | 507 'webcore', |
507 'webcore_generated', | 508 'webcore_generated', |
508 ], | 509 ], |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'layout/LayoutThemeAndroid.cpp', | 662 'layout/LayoutThemeAndroid.cpp', |
662 'layout/LayoutThemeAndroid.h', | 663 'layout/LayoutThemeAndroid.h', |
663 ], | 664 ], |
664 }], | 665 }], |
665 ], | 666 ], |
666 }], | 667 }], |
667 ], | 668 ], |
668 }, | 669 }, |
669 ], # targets | 670 ], # targets |
670 } | 671 } |
OLD | NEW |