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

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

Issue 25730004: Git rid of translator_glsl dependency. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « no previous file | Source/web/web.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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'injected_script_source', 347 'injected_script_source',
348 'inspector_overlay_page', 348 'inspector_overlay_page',
349 'inspector_protocol_sources', 349 'inspector_protocol_sources',
350 'inspector_instrumentation_sources', 350 'inspector_instrumentation_sources',
351 '../bindings/derived_sources.gyp:bindings_derived_sources', 351 '../bindings/derived_sources.gyp:bindings_derived_sources',
352 'core_derived_sources.gyp:make_derived_sources', 352 'core_derived_sources.gyp:make_derived_sources',
353 '../wtf/wtf.gyp:wtf', 353 '../wtf/wtf.gyp:wtf',
354 '../config.gyp:config', 354 '../config.gyp:config',
355 '../platform/blink_platform.gyp:blink_platform', 355 '../platform/blink_platform.gyp:blink_platform',
356 '../weborigin/weborigin.gyp:weborigin', 356 '../weborigin/weborigin.gyp:weborigin',
357 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl', 357 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
358 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 358 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
359 '<(DEPTH)/skia/skia.gyp:skia', 359 '<(DEPTH)/skia/skia.gyp:skia',
360 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 360 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
361 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 361 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
362 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 362 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
363 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 363 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
364 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 364 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
365 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 365 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
366 '<(DEPTH)/third_party/ots/ots.gyp:ots', 366 '<(DEPTH)/third_party/ots/ots.gyp:ots',
367 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 367 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
368 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 368 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
369 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 369 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
370 '<(DEPTH)/url/url.gyp:url_lib', 370 '<(DEPTH)/url/url.gyp:url_lib',
371 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 371 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
372 '<(libjpeg_gyp_path):libjpeg', 372 '<(libjpeg_gyp_path):libjpeg',
373 ], 373 ],
374 'export_dependent_settings': [ 374 'export_dependent_settings': [
375 '../wtf/wtf.gyp:wtf', 375 '../wtf/wtf.gyp:wtf',
376 '../config.gyp:config', 376 '../config.gyp:config',
377 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl', 377 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
378 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 378 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
379 '<(DEPTH)/skia/skia.gyp:skia', 379 '<(DEPTH)/skia/skia.gyp:skia',
380 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 380 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
381 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 381 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
382 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 382 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
383 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 383 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
384 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 384 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
385 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 385 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
386 '<(DEPTH)/third_party/ots/ots.gyp:ots', 386 '<(DEPTH)/third_party/ots/ots.gyp:ots',
387 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 387 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1096 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1097 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1097 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1098 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1098 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1099 ], 1099 ],
1100 'sources/': [ 1100 'sources/': [
1101 ['exclude', 'testing/js'], 1101 ['exclude', 'testing/js'],
1102 ], 1102 ],
1103 }, 1103 },
1104 ], # targets 1104 ], # targets
1105 } 1105 }
OLDNEW
« no previous file with comments | « no previous file | Source/web/web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698