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

Unified Diff: gyp/common_variables.gypi

Issue 1417703013: GYP: remove stale skia_scalar gyp variable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-11-10 (Tuesday) 13:15:58 EST Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | make.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 52563ae8a3041ad419573429bf405c9faf298f6a..64bc29f002561b2cb97a9a7f59dd349c143c10f3 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -125,7 +125,6 @@
'skia_embedded_fonts%': '0',
'skia_sanitizer%': '',
- 'skia_scalar%': 'float',
'skia_mesa%': 0,
'skia_gpu_extra_dependency_path%': '',
'skia_gpu_extra_tests_path%': '',
@@ -204,7 +203,6 @@
'skia_no_fontconfig%': '<(skia_no_fontconfig)',
'skia_embedded_fonts%': '<(skia_embedded_fonts)',
'skia_sanitizer%': '<(skia_sanitizer)',
- 'skia_scalar%': '<(skia_scalar)',
'skia_mesa%': '<(skia_mesa)',
'skia_gpu_extra_dependency_path%': '<(skia_gpu_extra_dependency_path)',
'skia_gpu_extra_tests_path%': '<(skia_gpu_extra_tests_path)',
« no previous file with comments | « no previous file | make.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698