Index: ui/resources/ui_resources.gyp |
diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp |
index 69de7e5997693eab071c4e73d434a5d0456f18a4..14a06162cf86934f5f6bff548f9079aaf1e02f15 100644 |
--- a/ui/resources/ui_resources.gyp |
+++ b/ui/resources/ui_resources.gyp |
@@ -115,6 +115,26 @@ |
}, |
], |
}], |
+ ['OS == "android"', { |
+ 'actions': [ |
+ { |
+ 'action_name': 'copy_en_US_pak', |
+ 'message': 'Copying en-US.pak into locales/', |
+ 'inputs': [ |
+ '<(PRODUCT_DIR)/ui/en-US.pak', |
+ ], |
+ 'outputs': [ |
+ '<(PRODUCT_DIR)/locales/en-US.pak', |
tfarina
2014/09/22 02:34:55
I'm hoping this will address -> crbug.com/374490.
tony
2014/09/22 16:20:50
Won't this get clobbered by the en-US.pak that is
tfarina
2014/09/22 17:17:15
Tony, Chris, could this being caused by https://co
|
+ ], |
tfarina
2014/09/22 03:20:07
It seems to have fixed it:
http://build.chromium.
|
+ 'action': [ |
+ 'python', |
+ '../../build/cp.py', |
+ '<@(_inputs)', |
+ '<@(_outputs)' |
+ ], |
+ }, |
+ ], |
+ }], |
], |
}, |
], |