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

Unified Diff: skia/skia.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/BUILD.gn ('k') | skia/skia_library_opts.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 8800bab7b98ac497c557354e8f6fe9c1f31bbcf9..c4129db5a58a6fcfc19d4b4c4753601c879fac55 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -16,6 +16,7 @@
'includes': [
'skia_library.gypi',
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
},
],
@@ -25,7 +26,10 @@
{
'target_name': 'skia_library',
'type': 'none',
- 'includes': ['skia_system.gypi'],
+ 'includes': [
+ 'skia_system.gypi',
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
],
}],
@@ -49,6 +53,7 @@
'includes': [
'skia_chrome.gypi',
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
},
],
@@ -62,6 +67,7 @@
'skia_library.gypi',
'skia_chrome.gypi',
'skia_common.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'defines': [
'SKIA_DLL',
@@ -145,6 +151,9 @@
'sources': [
'tools/filter_fuzz_stub/filter_fuzz_stub.cc',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
],
}
« cc/BUILD.gn ('K') | « skia/BUILD.gn ('k') | skia/skia_library_opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698