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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 '../wtf/wtf.gyp:wtf', | 180 '../wtf/wtf.gyp:wtf', |
181 '<(DEPTH)/gin/gin.gyp:gin', | 181 '<(DEPTH)/gin/gin.gyp:gin', |
182 '<(DEPTH)/skia/skia.gyp:skia', | 182 '<(DEPTH)/skia/skia.gyp:skia', |
183 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 183 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
184 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 184 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
185 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 185 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
186 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 186 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
187 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 187 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
188 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 188 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
189 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 189 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
190 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy', | |
191 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 190 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
192 '<(DEPTH)/url/url.gyp:url_lib', | 191 '<(DEPTH)/url/url.gyp:url_lib', |
193 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 192 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
194 ], | 193 ], |
195 'include_dirs': [ | 194 'include_dirs': [ |
196 '<@(webcore_include_dirs)', | 195 '<@(webcore_include_dirs)', |
197 ], | 196 ], |
198 'sources': [ | 197 'sources': [ |
199 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 | 198 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 |
200 '<@(bindings_core_v8_files)', | 199 '<@(bindings_core_v8_files)', |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', | 787 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', |
789 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.cpp', | 788 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.cpp', |
790 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.h', | 789 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.h', |
791 ], | 790 ], |
792 'sources/': [ | 791 'sources/': [ |
793 ['exclude', 'testing/js'], | 792 ['exclude', 'testing/js'], |
794 ], | 793 ], |
795 }, | 794 }, |
796 ], # targets | 795 ], # targets |
797 } | 796 } |
OLD | NEW |