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

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

Issue 1653163002: Dart snapshot runs & and few other misc things. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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/bindings/core/dart/dart-extras.gypi ('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 16 matching lines...) Expand all
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 # 29 #
30 30
31 { 31 {
32 'includes': [ 32 'includes': [
33 '../build/win/precompile.gypi', 33 '../build/win/precompile.gypi',
34 '../build/features.gypi', 34 '../build/features.gypi',
35 '../build/scripts/scripts.gypi', 35 '../build/scripts/scripts.gypi',
36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o n bindings 36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o n bindings
37 '../modules/modules.gypi', # FIXMEDART: dart-extras.gypi h as a reference
38 '../bindings/core/dart/dart-extras.gypi', # FIXMEDART: dart_snapshot defi ned
37 'core.gypi', 39 'core.gypi',
38 ], 40 ],
39 41
40 'variables': { 42 'variables': {
41 'enable_wexit_time_destructors': 1, 43 'enable_wexit_time_destructors': 1,
42 44
43 'webcore_include_dirs': [ 45 'webcore_include_dirs': [
44 '..', # WebKit/Source 46 '..', # WebKit/Source
45 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink 47 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
46 # FIXMEDART: We need a better place for this or a way to eliminate it. The 48 # FIXMEDART: We need a better place for this or a way to eliminate it. The
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 # GN version: //third_party/WebKit/Source/core:core_generated 172 # GN version: //third_party/WebKit/Source/core:core_generated
171 'target_name': 'webcore_generated', 173 'target_name': 'webcore_generated',
172 'type': 'static_library', 174 'type': 'static_library',
173 'hard_dependency': 1, 175 'hard_dependency': 1,
174 'dependencies': [ 176 'dependencies': [
175 'webcore_prerequisites', 177 'webcore_prerequisites',
176 'core_generated.gyp:make_core_generated', 178 'core_generated.gyp:make_core_generated',
177 'inspector_protocol_sources', 179 'inspector_protocol_sources',
178 'inspector_instrumentation_sources', 180 'inspector_instrumentation_sources',
179 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 181 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
180 # '../bindings/core/dart/generated.gyp:dart_snapshot', 182 'dart_snapshot', # FIXMEDART: generate dart_snap shot
181 # FIXME: don't depend on bindings_modules http://crbug.com/358074 183 # FIXME: don't depend on bindings_modules http://crbug.com/358074
182 '../bindings/modules/generated.gyp:modules_event_generated', 184 '../bindings/modules/generated.gyp:modules_event_generated',
183 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 185 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
184 '../platform/platform_generated.gyp:make_platform_generated', 186 '../platform/platform_generated.gyp:make_platform_generated',
185 '../wtf/wtf.gyp:wtf', 187 '../wtf/wtf.gyp:wtf',
186 '<(DEPTH)/gin/gin.gyp:gin', 188 '<(DEPTH)/gin/gin.gyp:gin',
187 '<(DEPTH)/skia/skia.gyp:skia', 189 '<(DEPTH)/skia/skia.gyp:skia',
188 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 190 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
189 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 191 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
190 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 192 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 # GN version: //third_party/WebKit/Source/core:prerequisites 244 # GN version: //third_party/WebKit/Source/core:prerequisites
243 'target_name': 'webcore_prerequisites', 245 'target_name': 'webcore_prerequisites',
244 'type': 'none', 246 'type': 'none',
245 'dependencies': [ 247 'dependencies': [
246 'inspector_protocol_sources', 248 'inspector_protocol_sources',
247 'inspector_instrumentation_sources', 249 'inspector_instrumentation_sources',
248 'core_generated.gyp:make_core_generated', 250 'core_generated.gyp:make_core_generated',
249 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 251 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
250 # FIXME: don't depend on bindings_modules http://crbug.com/358074 252 # FIXME: don't depend on bindings_modules http://crbug.com/358074
251 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 253 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
252 # '../bindings/core/dart/generated.gyp:dart_snapshot', 254 'dart_snapshot', # FIXMEDART: generate dart_sna pshot
253 '../wtf/wtf.gyp:wtf', 255 '../wtf/wtf.gyp:wtf',
254 '../config.gyp:config', 256 '../config.gyp:config',
255 '../platform/blink_platform.gyp:blink_platform', 257 '../platform/blink_platform.gyp:blink_platform',
256 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 258 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
257 '<(DEPTH)/skia/skia.gyp:skia', 259 '<(DEPTH)/skia/skia.gyp:skia',
258 '<(angle_path)/src/angle.gyp:translator', 260 '<(angle_path)/src/angle.gyp:translator',
259 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 261 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
260 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 262 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
261 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 263 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
262 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 264 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'libraries': [ 886 'libraries': [
885 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 887 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
886 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 888 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
887 ] 889 ]
888 }, 890 },
889 }], 891 }],
890 ], 892 ],
891 }, 893 },
892 ], # targets 894 ], # targets
893 } 895 }
OLDNEW
« no previous file with comments | « Source/bindings/core/dart/dart-extras.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698