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

Side by Side Diff: gyp/gm.gyp

Issue 281303003: Generate gm/Android.mk, minus JSON. (Closed) Base URL: https://skia.googlesource.com/skia.git@baseline_gm
Patch Set: Remove one more generated file 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 | « gm/gmmain.cpp ('k') | platform_tools/android/bin/gyp_to_android.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build the "gm" (golden master) executable. 1 # GYP file to build the "gm" (golden master) executable.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'gm_expectations', 8 'target_name': 'gm_expectations',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs' : [ 10 'include_dirs' : [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../src/pipe/utils/SamplePipeControllers.cpp', 45 '../src/pipe/utils/SamplePipeControllers.cpp',
46 ], 46 ],
47 'dependencies': [ 47 'dependencies': [
48 'skia_lib.gyp:skia_lib', 48 'skia_lib.gyp:skia_lib',
49 'flags.gyp:flags', 49 'flags.gyp:flags',
50 'gm.gyp:gm_expectations', 50 'gm.gyp:gm_expectations',
51 'jsoncpp.gyp:jsoncpp', 51 'jsoncpp.gyp:jsoncpp',
52 'pdf.gyp:pdf', 52 'pdf.gyp:pdf',
53 ], 53 ],
54 'conditions': [ 54 'conditions': [
55 ['skia_android_framework', {
56 'libraries': [
57 '-lskia',
58 '-lcutils',
59 ],
60 }],
55 ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', { 61 ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', {
56 'sources': [ 62 'sources': [
57 '../src/utils/SkPDFRasterizer.cpp', 63 '../src/utils/SkPDFRasterizer.cpp',
58 ], 64 ],
59 }], 65 }],
60 ['skia_run_pdfviewer_in_gm', { 66 ['skia_run_pdfviewer_in_gm', {
61 'defines': [ 67 'defines': [
62 'SK_BUILD_NATIVE_PDF_RENDERER', 68 'SK_BUILD_NATIVE_PDF_RENDERER',
63 ], 69 ],
64 'include_dirs' : [ 70 'include_dirs' : [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../src/gpu', 106 '../src/gpu',
101 ], 107 ],
102 'dependencies': [ 108 'dependencies': [
103 'gputest.gyp:skgputest', 109 'gputest.gyp:skgputest',
104 ], 110 ],
105 }], 111 }],
106 ], 112 ],
107 }, 113 },
108 ], 114 ],
109 } 115 }
OLDNEW
« no previous file with comments | « gm/gmmain.cpp ('k') | platform_tools/android/bin/gyp_to_android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698