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

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

Issue 340473002: core build: Remove unnecessary include_dirs (bindings cruft) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 244 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
245 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 245 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
246 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 246 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
247 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 247 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
248 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 248 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
249 '<(DEPTH)/url/url.gyp:url_lib', 249 '<(DEPTH)/url/url.gyp:url_lib',
250 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 250 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
251 ], 251 ],
252 'include_dirs': [ 252 'include_dirs': [
253 '<@(webcore_include_dirs)', 253 '<@(webcore_include_dirs)',
254
255 # FIXME: Remove these once the bindings script generates qualified
256 # includes for these correctly. (Sequences don't work yet.)
257 # http://crbug.com/377364
258 '<(bindings_v8_custom_dir)',
259 'html',
260 'html/shadow',
261 'inspector',
262 'svg',
263 ], 254 ],
264 'sources': [ 255 'sources': [
265 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 256 # FIXME: should be bindings_core_v8_files http://crbug.com/358074
266 '<@(bindings_v8_files)', 257 '<@(bindings_v8_files)',
267 # These files include all the .cpp files generated from the .idl files 258 # These files include all the .cpp files generated from the .idl files
268 # in webcore_files. 259 # in webcore_files.
269 '<@(bindings_core_v8_generated_aggregate_files)', 260 '<@(bindings_core_v8_generated_aggregate_files)',
270 261
271 # Additional .cpp files for HashTools.h 262 # Additional .cpp files for HashTools.h
272 '<(blink_core_output_dir)/CSSPropertyNames.cpp', 263 '<(blink_core_output_dir)/CSSPropertyNames.cpp',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 '<(bindings_core_v8_output_dir)/V8LayerRect.h', 836 '<(bindings_core_v8_output_dir)/V8LayerRect.h',
846 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', 837 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp',
847 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 838 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
848 ], 839 ],
849 'sources/': [ 840 'sources/': [
850 ['exclude', 'testing/js'], 841 ['exclude', 'testing/js'],
851 ], 842 ],
852 }, 843 },
853 ], # targets 844 ], # targets
854 } 845 }
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