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

Side by Side Diff: gyp/tools.gyp

Issue 1718693002: Add vulkan files into skia repo. (Closed) Base URL: https://skia.googlesource.com/skia.git@merge
Patch Set: fix path 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
« no previous file with comments | « gyp/gpuVk.gypi ('k') | include/gpu/vk/GrVkInterface.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP file to build various tools. 5 # GYP file to build various tools.
6 # 6 #
7 # To build on Linux: 7 # To build on Linux:
8 # ./gyp_skia tools.gyp && make tools 8 # ./gyp_skia tools.gyp && make tools
9 # 9 #
10 { 10 {
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 '<(skia_include_path)/utils/SkDebugUtils.h', 477 '<(skia_include_path)/utils/SkDebugUtils.h',
478 '<(skia_include_path)/utils/SkJSONCPP.h', 478 '<(skia_include_path)/utils/SkJSONCPP.h',
479 '<(skia_include_path)/views/animated', 479 '<(skia_include_path)/views/animated',
480 '<(skia_include_path)/views/SkOSWindow_Android.h', 480 '<(skia_include_path)/views/SkOSWindow_Android.h',
481 '<(skia_include_path)/views/SkOSWindow_iOS.h', 481 '<(skia_include_path)/views/SkOSWindow_iOS.h',
482 '<(skia_include_path)/views/SkOSWindow_Mac.h', 482 '<(skia_include_path)/views/SkOSWindow_Mac.h',
483 '<(skia_include_path)/views/SkOSWindow_SDL.h', 483 '<(skia_include_path)/views/SkOSWindow_SDL.h',
484 '<(skia_include_path)/views/SkOSWindow_Unix.h', 484 '<(skia_include_path)/views/SkOSWindow_Unix.h',
485 '<(skia_include_path)/views/SkOSWindow_Win.h', 485 '<(skia_include_path)/views/SkOSWindow_Win.h',
486 '<(skia_include_path)/views/SkWindow.h', 486 '<(skia_include_path)/views/SkWindow.h',
487 '<(skia_include_path)/gpu/vk',
487 ], 488 ],
488 }, 489 },
489 'include_dirs': [ 490 'include_dirs': [
490 '<@(includes_to_test)', 491 '<@(includes_to_test)',
491 ], 492 ],
492 'sources': [ 493 'sources': [
493 # unused_param_test.cpp is generated by the action below. 494 # unused_param_test.cpp is generated by the action below.
494 '<(INTERMEDIATE_DIR)/test_public_includes.cpp', 495 '<(INTERMEDIATE_DIR)/test_public_includes.cpp',
495 ], 496 ],
496 'actions': [ 497 'actions': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'flags.gyp:flags', 599 'flags.gyp:flags',
599 'skia_lib.gyp:skia_lib', 600 'skia_lib.gyp:skia_lib',
600 'resources', 601 'resources',
601 ], 602 ],
602 }, 603 },
603 ], 604 ],
604 }, 605 },
605 ], 606 ],
606 ], 607 ],
607 } 608 }
OLDNEW
« no previous file with comments | « gyp/gpuVk.gypi ('k') | include/gpu/vk/GrVkInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698