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

Unified Diff: skia/skia_library_opts.gyp

Issue 555373004: Compile specific parts of the Android build with -O2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« cc/BUILD.gn ('K') | « skia/skia.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library_opts.gyp
diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp
index 821168bc0326bbb75b1c8bed94b0591710c18586..541372179ef7ef2e3475cb68d6492e50c99526c0 100644
--- a/skia/skia_library_opts.gyp
+++ b/skia/skia_library_opts.gyp
@@ -29,6 +29,7 @@
'type': 'static_library',
'includes': [
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'include_dirs': [
'../third_party/skia/include/core',
@@ -160,6 +161,7 @@
'type': 'static_library',
'includes': [
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'include_dirs': [
'../third_party/skia/include/core',
@@ -214,6 +216,7 @@
'type': 'static_library',
'includes': [
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'include_dirs': [
'../third_party/skia/include/core',
@@ -254,7 +257,7 @@
'sources': [
'../third_party/skia/src/opts/SkBlitRow_opts_SSE4_asm.S',
],
- }],
+ }],
],
},
{
@@ -262,6 +265,7 @@
'type': 'static_library',
'includes': [
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'include_dirs': [
'../third_party/skia/include/core',
@@ -293,6 +297,7 @@
'type': 'static_library',
'includes': [
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'include_dirs': [
'../third_party/skia/include/core',
« cc/BUILD.gn ('K') | « skia/skia.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698