| Index: third_party/WebKit/public/blink_resources.gyp
|
| diff --git a/third_party/WebKit/public/blink_resources.gyp b/third_party/WebKit/public/blink_resources.gyp
|
| index 7d848e826cad6d5edf33db5df2fb6e0cf19a0674..18e96d16562883b48904d7881aba06c76762af3b 100644
|
| --- a/third_party/WebKit/public/blink_resources.gyp
|
| +++ b/third_party/WebKit/public/blink_resources.gyp
|
| @@ -30,12 +30,22 @@
|
| 'type': 'none',
|
| 'variables': {
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources',
|
| + 'conditions': [
|
| + [ 'OS == "android"', {
|
| + 'platform_type' : 'mobile',
|
| + }, {
|
| + 'platform_type' : 'desktop',
|
| + } ],
|
| + ],
|
| },
|
| 'actions': [
|
| {
|
| 'action_name': 'generate_blink_image_resources',
|
| 'variables': {
|
| 'grit_grd_file': 'blink_image_resources.grd',
|
| + 'grit_additional_defines': [
|
| + '-E', 'platform_type=<(platform_type)',
|
| + ],
|
| },
|
| 'includes': [ '../../../build/grit_action.gypi' ],
|
| },
|
|
|