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

Side by Side Diff: gyp/tools.gyp

Issue 2117793002: Try fix the mac build bot after removing Android SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Try fix the build bot Created 4 years, 5 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/most.gyp ('k') | include/views/SkOSWindow_Android.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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'paths_to_ignore': [ 489 'paths_to_ignore': [
490 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 490 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
491 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', 491 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h',
492 '<(skia_include_path)/ports/SkTypeface_mac.h', 492 '<(skia_include_path)/ports/SkTypeface_mac.h',
493 '<(skia_include_path)/ports/SkTypeface_win.h', 493 '<(skia_include_path)/ports/SkTypeface_win.h',
494 '<(skia_include_path)/utils/ios', 494 '<(skia_include_path)/utils/ios',
495 '<(skia_include_path)/utils/mac', 495 '<(skia_include_path)/utils/mac',
496 '<(skia_include_path)/utils/win', 496 '<(skia_include_path)/utils/win',
497 '<(skia_include_path)/utils/SkDebugUtils.h', 497 '<(skia_include_path)/utils/SkDebugUtils.h',
498 '<(skia_include_path)/utils/SkJSONCPP.h', 498 '<(skia_include_path)/utils/SkJSONCPP.h',
499 '<(skia_include_path)/views/SkOSWindow_Android.h',
500 '<(skia_include_path)/views/SkOSWindow_iOS.h', 499 '<(skia_include_path)/views/SkOSWindow_iOS.h',
501 '<(skia_include_path)/views/SkOSWindow_Mac.h', 500 '<(skia_include_path)/views/SkOSWindow_Mac.h',
502 '<(skia_include_path)/views/SkOSWindow_SDL.h', 501 '<(skia_include_path)/views/SkOSWindow_SDL.h',
503 '<(skia_include_path)/views/SkOSWindow_Unix.h', 502 '<(skia_include_path)/views/SkOSWindow_Unix.h',
504 '<(skia_include_path)/views/SkOSWindow_Win.h', 503 '<(skia_include_path)/views/SkOSWindow_Win.h',
505 '<(skia_include_path)/views/SkWindow.h', 504 '<(skia_include_path)/views/SkWindow.h',
506 '<(skia_include_path)/gpu/vk', 505 '<(skia_include_path)/gpu/vk',
507 ], 506 ],
508 'output_file' : [ 507 'output_file' : [
509 '<(INTERMEDIATE_DIR)/test_public_includes.cpp', 508 '<(INTERMEDIATE_DIR)/test_public_includes.cpp',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'pdf.gyp:pdf', 642 'pdf.gyp:pdf',
644 'gputest.gyp:osmesa', 643 'gputest.gyp:osmesa',
645 ], 644 ],
646 'defines': [ 'FIDDLE_BUILD_TEST' ], 645 'defines': [ 'FIDDLE_BUILD_TEST' ],
647 }, 646 },
648 ], 647 ],
649 }, 648 },
650 ], 649 ],
651 ], 650 ],
652 } 651 }
OLDNEW
« no previous file with comments | « gyp/most.gyp ('k') | include/views/SkOSWindow_Android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698