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

Unified Diff: gpu/gpu.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
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 5db004090e1dedd3dc5e431d8a3fb9b9e67d8aa5..6d88ad2e4dc872d84c1502a636c9939478678371 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -478,6 +478,7 @@
'type': 'static_library',
'includes': [
'command_buffer_service.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'dependencies': [
'command_buffer_common',
@@ -530,6 +531,7 @@
'gles2_cmd_helper.gypi',
'gpu_config.gypi',
'gpu_ipc.gypi',
+ '../build/android/increase_size_for_speed.gypi',
],
'defines': [
'GPU_IMPLEMENTATION',
« cc/BUILD.gn ('K') | « gpu/command_buffer_service.gypi ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698