Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Side by Side Diff: Source/core/core.gyp

Issue 422533005: Add missing blink files to the GN build. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'link_settings': { 725 'link_settings': {
726 'libraries': [ 726 'libraries': [
727 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 727 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
728 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 728 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
729 ] 729 ]
730 }, 730 },
731 }], 731 }],
732 ], 732 ],
733 }, 733 },
734 { 734 {
735 # GN version: //third_party/WebKit/Source/core:testing
735 'target_name': 'webcore_testing', 736 'target_name': 'webcore_testing',
736 'type': 'static_library', 737 'type': 'static_library',
737 'dependencies': [ 738 'dependencies': [
738 '../config.gyp:config', 739 '../config.gyp:config',
739 'webcore', 740 'webcore',
740 ], 741 ],
741 'defines': [ 742 'defines': [
742 'BLINK_IMPLEMENTATION=1', 743 'BLINK_IMPLEMENTATION=1',
743 'INSIDE_BLINK', 744 'INSIDE_BLINK',
744 ], 745 ],
745 'include_dirs': [ 746 'include_dirs': [
746 '<(bindings_core_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is fixed. 747 '<(bindings_core_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is fixed.
747 'testing', 748 'testing',
748 'testing/v8', 749 'testing/v8',
749 ], 750 ],
750 'sources': [ 751 'sources': [
752 # Note: file list duplicated in GN build.
751 '<@(webcore_testing_files)', 753 '<@(webcore_testing_files)',
752 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.cpp', 754 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.cpp',
753 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.h', 755 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.h',
754 '<(bindings_core_v8_output_dir)/V8GCObservation.cpp', 756 '<(bindings_core_v8_output_dir)/V8GCObservation.cpp',
755 '<(bindings_core_v8_output_dir)/V8GCObservation.h', 757 '<(bindings_core_v8_output_dir)/V8GCObservation.h',
756 '<(bindings_core_v8_output_dir)/V8MallocStatistics.cpp', 758 '<(bindings_core_v8_output_dir)/V8MallocStatistics.cpp',
757 '<(bindings_core_v8_output_dir)/V8MallocStatistics.h', 759 '<(bindings_core_v8_output_dir)/V8MallocStatistics.h',
758 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.cpp', 760 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.cpp',
759 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.h', 761 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.h',
760 '<(bindings_core_v8_output_dir)/V8TypeConversions.cpp', 762 '<(bindings_core_v8_output_dir)/V8TypeConversions.cpp',
(...skipping 14 matching lines...) Expand all
775 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 777 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
776 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', 778 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp',
777 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', 779 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
778 ], 780 ],
779 'sources/': [ 781 'sources/': [
780 ['exclude', 'testing/js'], 782 ['exclude', 'testing/js'],
781 ], 783 ],
782 }, 784 },
783 ], # targets 785 ], # targets
784 } 786 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698