| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
| 6 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "platform/modules/screen_orientation/WebScreenOrientationType.h", | 250 "platform/modules/screen_orientation/WebScreenOrientationType.h", |
| 251 "platform/modules/screen_orientation/WebLockOrientationCallback.h", | 251 "platform/modules/screen_orientation/WebLockOrientationCallback.h", |
| 252 "platform/modules/screen_orientation/WebScreenOrientationLockType.h", | 252 "platform/modules/screen_orientation/WebScreenOrientationLockType.h", |
| 253 "platform/modules/screen_orientation/WebLockOrientationError.h", | 253 "platform/modules/screen_orientation/WebLockOrientationError.h", |
| 254 "platform/modules/vr/WebVR.h", | 254 "platform/modules/vr/WebVR.h", |
| 255 "platform/modules/vr/WebVRClient.h", | 255 "platform/modules/vr/WebVRClient.h", |
| 256 "platform/modules/notifications/WebNotificationPermission.h", | 256 "platform/modules/notifications/WebNotificationPermission.h", |
| 257 "platform/modules/notifications/WebNotificationDelegate.h", | 257 "platform/modules/notifications/WebNotificationDelegate.h", |
| 258 "platform/modules/notifications/WebNotificationManager.h", | 258 "platform/modules/notifications/WebNotificationManager.h", |
| 259 "platform/modules/notifications/WebNotificationData.h", | 259 "platform/modules/notifications/WebNotificationData.h", |
| 260 "platform/modules/notifications/WebNotificationAction.h", |
| 260 "platform/modules/push_messaging/WebPushSubscription.h", | 261 "platform/modules/push_messaging/WebPushSubscription.h", |
| 261 "platform/modules/push_messaging/WebPushPermissionStatus.h", | 262 "platform/modules/push_messaging/WebPushPermissionStatus.h", |
| 262 "platform/modules/push_messaging/WebPushClient.h", | 263 "platform/modules/push_messaging/WebPushClient.h", |
| 263 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", | 264 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", |
| 264 "platform/modules/push_messaging/WebPushError.h", | 265 "platform/modules/push_messaging/WebPushError.h", |
| 265 "platform/modules/push_messaging/WebPushProvider.h", | 266 "platform/modules/push_messaging/WebPushProvider.h", |
| 266 "platform/linux/WebFontInfo.h", | 267 "platform/linux/WebFontInfo.h", |
| 267 "platform/linux/WebFallbackFont.h", | 268 "platform/linux/WebFallbackFont.h", |
| 268 "platform/linux/WebSandboxSupport.h", | 269 "platform/linux/WebSandboxSupport.h", |
| 269 "platform/linux/WebFontRenderStyle.h", | 270 "platform/linux/WebFontRenderStyle.h", |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 grit("image_resources") { | 647 grit("image_resources") { |
| 647 output_dir = "$root_gen_dir/blink/public/resources" | 648 output_dir = "$root_gen_dir/blink/public/resources" |
| 648 use_qualified_include = true | 649 use_qualified_include = true |
| 649 source = "blink_image_resources.grd" | 650 source = "blink_image_resources.grd" |
| 650 outputs = [ | 651 outputs = [ |
| 651 "grit/blink_image_resources.h", | 652 "grit/blink_image_resources.h", |
| 652 "blink_image_resources_100_percent.pak", | 653 "blink_image_resources_100_percent.pak", |
| 653 "blink_image_resources_200_percent.pak", | 654 "blink_image_resources_200_percent.pak", |
| 654 ] | 655 ] |
| 655 } | 656 } |
| OLD | NEW |