aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SampleApp.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/SampleApp.gyp')
-rw-r--r--gyp/SampleApp.gyp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 52061f28b3..ea7ab980cd 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -254,14 +254,6 @@
'android_deps.gyp:Android_SampleApp',
],
}],
- [ 'skia_os == "chromeos"', {
- 'sources!': [
- '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dependencies
- ],
- 'include_dirs' : [
- '../include/gpu',
- ],
- }],
[ 'skia_gpu == 1', {
'dependencies': [
'gputest.gyp:skgputest',