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

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

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « net/net.gyp ('k') | third_party/WebKit/Source/modules/modules.gyp » ('j') | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '<(DEPTH)/skia/skia.gyp:skia', 111 '<(DEPTH)/skia/skia.gyp:skia',
112 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 112 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
113 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 113 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
114 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 114 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
115 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 115 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
116 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 116 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
117 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 117 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
118 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy', 118 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy',
119 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 119 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
120 '<(DEPTH)/url/url.gyp:url_lib', 120 '<(DEPTH)/url/url.gyp:url_lib',
121 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 121 '<(DEPTH)/v8/src/v8.gyp:v8',
122 ], 122 ],
123 'include_dirs': [ 123 'include_dirs': [
124 '<@(webcore_include_dirs)', 124 '<@(webcore_include_dirs)',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 127 # FIXME: should be bindings_core_v8_files http://crbug.com/358074
128 '<@(bindings_core_v8_files)', 128 '<@(bindings_core_v8_files)',
129 # These files include all the .cpp files generated from the .idl files 129 # These files include all the .cpp files generated from the .idl files
130 # in webcore_files. 130 # in webcore_files.
131 '<@(bindings_core_v8_generated_aggregate_files)', 131 '<@(bindings_core_v8_generated_aggregate_files)',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 175 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
176 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 176 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
177 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 177 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
178 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 178 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
179 '<(DEPTH)/third_party/ots/ots.gyp:ots', 179 '<(DEPTH)/third_party/ots/ots.gyp:ots',
180 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 180 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
181 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 181 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
182 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 182 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
183 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 183 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
184 '<(DEPTH)/url/url.gyp:url_lib', 184 '<(DEPTH)/url/url.gyp:url_lib',
185 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 185 '<(DEPTH)/v8/src/v8.gyp:v8',
186 ], 186 ],
187 'export_dependent_settings': [ 187 'export_dependent_settings': [
188 '../wtf/wtf.gyp:wtf', 188 '../wtf/wtf.gyp:wtf',
189 '../config.gyp:config', 189 '../config.gyp:config',
190 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 190 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
191 '<(DEPTH)/skia/skia.gyp:skia', 191 '<(DEPTH)/skia/skia.gyp:skia',
192 '<(angle_path)/src/angle.gyp:translator', 192 '<(angle_path)/src/angle.gyp:translator',
193 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 193 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
194 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 194 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
195 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 195 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
196 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 196 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
197 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 197 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
198 '<(DEPTH)/third_party/ots/ots.gyp:ots', 198 '<(DEPTH)/third_party/ots/ots.gyp:ots',
199 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 199 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
200 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 200 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
201 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 201 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
202 '<(DEPTH)/url/url.gyp:url_lib', 202 '<(DEPTH)/url/url.gyp:url_lib',
203 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 203 '<(DEPTH)/v8/src/v8.gyp:v8',
204 ], 204 ],
205 'direct_dependent_settings': { 205 'direct_dependent_settings': {
206 'defines': [ 206 'defines': [
207 'BLINK_IMPLEMENTATION=1', 207 'BLINK_IMPLEMENTATION=1',
208 'INSIDE_BLINK', 208 'INSIDE_BLINK',
209 ], 209 ],
210 'include_dirs': [ 210 'include_dirs': [
211 '<@(webcore_include_dirs)', 211 '<@(webcore_include_dirs)',
212 '<(DEPTH)/gpu', 212 '<(DEPTH)/gpu',
213 '<(angle_path)/include', 213 '<(angle_path)/include',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'webcore_remaining', 451 'webcore_remaining',
452 'webcore_rendering', 452 'webcore_rendering',
453 'webcore_svg', 453 'webcore_svg',
454 # Exported. 454 # Exported.
455 'webcore_generated', 455 'webcore_generated',
456 '../platform/blink_platform.gyp:blink_platform', 456 '../platform/blink_platform.gyp:blink_platform',
457 '../wtf/wtf.gyp:wtf', 457 '../wtf/wtf.gyp:wtf',
458 '<(DEPTH)/skia/skia.gyp:skia', 458 '<(DEPTH)/skia/skia.gyp:skia',
459 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 459 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
460 '<(DEPTH)/url/url.gyp:url_lib', 460 '<(DEPTH)/url/url.gyp:url_lib',
461 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 461 '<(DEPTH)/v8/src/v8.gyp:v8',
462 ], 462 ],
463 'export_dependent_settings': [ 463 'export_dependent_settings': [
464 'webcore_generated', 464 'webcore_generated',
465 '../platform/blink_platform.gyp:blink_platform', 465 '../platform/blink_platform.gyp:blink_platform',
466 '../wtf/wtf.gyp:wtf', 466 '../wtf/wtf.gyp:wtf',
467 '<(DEPTH)/skia/skia.gyp:skia', 467 '<(DEPTH)/skia/skia.gyp:skia',
468 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 468 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
469 '<(DEPTH)/url/url.gyp:url_lib', 469 '<(DEPTH)/url/url.gyp:url_lib',
470 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 470 '<(DEPTH)/v8/src/v8.gyp:v8',
471 ], 471 ],
472 'direct_dependent_settings': { 472 'direct_dependent_settings': {
473 'include_dirs': [ 473 'include_dirs': [
474 '<@(webcore_include_dirs)', 474 '<@(webcore_include_dirs)',
475 ], 475 ],
476 }, 476 },
477 }, 477 },
478 { 478 {
479 # GN version: //third_party/WebKit/Source/core:testing 479 # GN version: //third_party/WebKit/Source/core:testing
480 'target_name': 'webcore_testing', 480 'target_name': 'webcore_testing',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 '<(DEPTH)/base/base.gyp:base', 537 '<(DEPTH)/base/base.gyp:base',
538 '<(DEPTH)/cc/cc.gyp:cc', 538 '<(DEPTH)/cc/cc.gyp:cc',
539 '<(DEPTH)/gin/gin.gyp:gin', 539 '<(DEPTH)/gin/gin.gyp:gin',
540 '<(DEPTH)/skia/skia.gyp:skia', 540 '<(DEPTH)/skia/skia.gyp:skia',
541 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 541 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
542 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 542 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
543 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 543 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
544 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy', 544 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy',
545 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 545 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
546 '<(DEPTH)/url/url.gyp:url_lib', 546 '<(DEPTH)/url/url.gyp:url_lib',
547 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 547 '<(DEPTH)/v8/src/v8.gyp:v8',
548 ], 548 ],
549 'export_dependent_settings': [ 549 'export_dependent_settings': [
550 '../platform/blink_platform.gyp:blink_platform', 550 '../platform/blink_platform.gyp:blink_platform',
551 '../wtf/wtf.gyp:wtf', 551 '../wtf/wtf.gyp:wtf',
552 '<(DEPTH)/base/base.gyp:base', 552 '<(DEPTH)/base/base.gyp:base',
553 '<(DEPTH)/skia/skia.gyp:skia', 553 '<(DEPTH)/skia/skia.gyp:skia',
554 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 554 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
555 '<(DEPTH)/url/url.gyp:url_lib', 555 '<(DEPTH)/url/url.gyp:url_lib',
556 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 556 '<(DEPTH)/v8/src/v8.gyp:v8',
557 ], 557 ],
558 'direct_dependent_settings': { 558 'direct_dependent_settings': {
559 'include_dirs': [ 559 'include_dirs': [
560 '<@(webcore_include_dirs)', 560 '<@(webcore_include_dirs)',
561 ], 561 ],
562 }, 562 },
563 'conditions': [ 563 'conditions': [
564 ['component!="shared_library"', { 564 ['component!="shared_library"', {
565 }, { 565 }, {
566 'defines': [ 566 'defines': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'layout/LayoutThemeAndroid.cpp', 661 'layout/LayoutThemeAndroid.cpp',
662 'layout/LayoutThemeAndroid.h', 662 'layout/LayoutThemeAndroid.h',
663 ], 663 ],
664 }], 664 }],
665 ], 665 ],
666 }], 666 }],
667 ], 667 ],
668 }, 668 },
669 ], # targets 669 ], # targets
670 } 670 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | third_party/WebKit/Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698