Index: ui/gfx/gfx.gyp |
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
index 98629b9769500357d8255dc21e6eab0b055be2a0..873e9cd91be726af6749331a8606ea5070aaba60 100644 |
--- a/ui/gfx/gfx.gyp |
+++ b/ui/gfx/gfx.gyp |
@@ -67,6 +67,10 @@ |
'geometry/vector3d_f.cc', |
'geometry/vector3d_f.h', |
], |
+ # TODO(jdduke): Revisit optimization after gauging benefit, crbug/419051. |
+ 'includes': [ |
+ '../../build/android/increase_size_for_speed.gypi', |
+ ], |
}, |
{ |
'target_name': 'gfx', |
@@ -307,6 +311,9 @@ |
'win/window_impl.cc', |
'win/window_impl.h', |
], |
+ 'includes': [ |
+ '../../build/android/increase_size_for_speed.gypi', |
+ ], |
'conditions': [ |
['OS=="ios"', { |
'dependencies': [ |