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: Android.mk

Issue 282053002: Generate bench/Android.mk from gyp. (Closed) Base URL: https://skia.googlesource.com/skia.git@baselines
Patch Set: Created 6 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 | « no previous file | bench/Android.mk » ('j') | bench/Android.mk » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 ############################################################################### 2 ###############################################################################
3 # 3 #
4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
scroggo 2014/05/14 20:20:04 As usual, the generated files are just here for re
5 # 5 #
6 ############################################################################### 6 ###############################################################################
7 7
8 BASE_PATH := $(call my-dir) 8 BASE_PATH := $(call my-dir)
9 LOCAL_PATH:= $(call my-dir) 9 LOCAL_PATH:= $(call my-dir)
10 10
11 ############################################################################### 11 ###############################################################################
12 # 12 #
13 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS... 13 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS...
14 # 14 #
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 src/opts/SkXfermode_opts_none.cpp 639 src/opts/SkXfermode_opts_none.cpp
640 640
641 include external/stlport/libstlport.mk 641 include external/stlport/libstlport.mk
642 include $(BUILD_SHARED_LIBRARY) 642 include $(BUILD_SHARED_LIBRARY)
643 643
644 ############################################################# 644 #############################################################
645 # Build the skia tools 645 # Build the skia tools
646 # 646 #
647 647
648 # benchmark (timings) 648 # benchmark (timings)
649 #include $(BASE_PATH)/bench/Android.mk 649 include $(BASE_PATH)/bench/Android.mk
650 650
651 # golden-master (fidelity / regression test) 651 # golden-master (fidelity / regression test)
652 #include $(BASE_PATH)/gm/Android.mk 652 #include $(BASE_PATH)/gm/Android.mk
653 653
654 # unit-tests 654 # unit-tests
655 include $(BASE_PATH)/tests/Android.mk 655 include $(BASE_PATH)/tests/Android.mk
OLDNEW
« no previous file with comments | « no previous file | bench/Android.mk » ('j') | bench/Android.mk » ('J')

Powered by Google App Engine
This is Rietveld 408576698