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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 ['OS!="win" and remove_webcore_debug_symbols==1', { | 802 ['OS!="win" and remove_webcore_debug_symbols==1', { |
803 'configurations': { | 803 'configurations': { |
804 'Debug': { | 804 'Debug': { |
805 'cflags!': ['-g'], | 805 'cflags!': ['-g'], |
806 } | 806 } |
807 }, | 807 }, |
808 }], | 808 }], |
809 ], | 809 ], |
810 }, | 810 }, |
811 { | 811 { |
812 'target_name': 'webcore', | 812 # We'll soon split libwebcore in multiple smaller libraries. |
813 'type': '<(library)', | 813 # webcore_prerequisites will be the 'base' target of every sub-target. |
814 'msvs_guid': '1C16337B-ACF3-4D03-AA90-851C5B5EADA6', | 814 'target_name': 'webcore_prerequisites', |
| 815 'type': 'none', |
815 'dependencies': [ | 816 'dependencies': [ |
816 'webcore_bindings', | 817 'webcore_bindings', |
817 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:pcre', | 818 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:pcre', |
818 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf', | 819 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf', |
819 '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl', | 820 '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl', |
820 '<(chromium_src_dir)/skia/skia.gyp:skia', | 821 '<(chromium_src_dir)/skia/skia.gyp:skia', |
821 '<(chromium_src_dir)/third_party/libjpeg/libjpeg.gyp:libjpeg', | 822 '<(chromium_src_dir)/third_party/libjpeg/libjpeg.gyp:libjpeg', |
822 '<(chromium_src_dir)/third_party/libpng/libpng.gyp:libpng', | 823 '<(chromium_src_dir)/third_party/libpng/libpng.gyp:libpng', |
823 '<(chromium_src_dir)/third_party/libxml/libxml.gyp:libxml', | 824 '<(chromium_src_dir)/third_party/libxml/libxml.gyp:libxml', |
824 '<(chromium_src_dir)/third_party/libxslt/libxslt.gyp:libxslt', | 825 '<(chromium_src_dir)/third_party/libxslt/libxslt.gyp:libxslt', |
825 '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi', | 826 '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi', |
826 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots', | 827 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots', |
827 '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite', | 828 '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite', |
828 '<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_co
mmon', | 829 '<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_co
mmon', |
829 ], | 830 ], |
830 'defines': [ | 831 'export_dependent_settings': [ |
831 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."', | 832 'webcore_bindings', |
| 833 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:pcre', |
| 834 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf', |
| 835 '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl', |
| 836 '<(chromium_src_dir)/skia/skia.gyp:skia', |
| 837 '<(chromium_src_dir)/third_party/libjpeg/libjpeg.gyp:libjpeg', |
| 838 '<(chromium_src_dir)/third_party/libpng/libpng.gyp:libpng', |
| 839 '<(chromium_src_dir)/third_party/libxml/libxml.gyp:libxml', |
| 840 '<(chromium_src_dir)/third_party/libxslt/libxslt.gyp:libxslt', |
| 841 '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi', |
| 842 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots', |
| 843 '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite', |
| 844 '<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_co
mmon', |
832 ], | 845 ], |
833 'include_dirs': [ | 846 'direct_dependent_settings': { |
834 '<(INTERMEDIATE_DIR)', | 847 'defines': [ |
835 '<@(webcore_include_dirs)', | 848 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."', |
836 '<(chromium_src_dir)/gpu', | 849 ], |
837 '<(chromium_src_dir)/third_party/angle/include/GLSLANG', | 850 'include_dirs': [ |
| 851 '<(INTERMEDIATE_DIR)', |
| 852 '<@(webcore_include_dirs)', |
| 853 '<(chromium_src_dir)/gpu', |
| 854 '<(chromium_src_dir)/third_party/angle/include/GLSLANG', |
| 855 ], |
| 856 }, |
| 857 }, |
| 858 { |
| 859 'target_name': 'webcore', |
| 860 'type': '<(library)', |
| 861 'msvs_guid': '1C16337B-ACF3-4D03-AA90-851C5B5EADA6', |
| 862 'dependencies': [ |
| 863 'webcore_prerequisites', |
| 864 # Exported. |
| 865 'webcore_bindings', |
| 866 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf', |
| 867 '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl', |
| 868 '<(chromium_src_dir)/skia/skia.gyp:skia', |
| 869 '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi', |
838 ], | 870 ], |
839 'sources': [ | 871 'sources': [ |
840 '<@(webcore_files)', | 872 '<@(webcore_files)', |
841 | 873 |
842 # For WebCoreSystemInterface, Mac-only. | 874 # For WebCoreSystemInterface, Mac-only. |
843 '../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm', | 875 '../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm', |
844 ], | 876 ], |
845 'sources/': [ | 877 'sources/': [ |
846 # Exclude JSC custom bindings. | 878 # Exclude JSC custom bindings. |
847 ['exclude', 'bindings/js'], | 879 ['exclude', 'bindings/js'], |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1253 'configurations': { | 1285 'configurations': { |
1254 'Debug': { | 1286 'Debug': { |
1255 'cflags!': ['-g'], | 1287 'cflags!': ['-g'], |
1256 } | 1288 } |
1257 }, | 1289 }, |
1258 }], | 1290 }], |
1259 ], | 1291 ], |
1260 }, | 1292 }, |
1261 ], # targets | 1293 ], # targets |
1262 } | 1294 } |
OLD | NEW |