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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 "platform/WebHistoryScrollRestorationType.h", | 206 "platform/WebHistoryScrollRestorationType.h", |
207 "platform/WebServiceWorkerClientsClaimCallbacks.h", | 207 "platform/WebServiceWorkerClientsClaimCallbacks.h", |
208 "platform/WebFileWriterClient.h", | 208 "platform/WebFileWriterClient.h", |
209 "platform/modules/bluetooth/WebBluetoothGATTService.h", | 209 "platform/modules/bluetooth/WebBluetoothGATTService.h", |
210 "platform/modules/bluetooth/WebBluetoothError.h", | 210 "platform/modules/bluetooth/WebBluetoothError.h", |
211 "platform/modules/bluetooth/WebBluetoothDevice.h", | 211 "platform/modules/bluetooth/WebBluetoothDevice.h", |
212 "platform/modules/bluetooth/WebBluetooth.h", | 212 "platform/modules/bluetooth/WebBluetooth.h", |
213 "platform/modules/bluetooth/WebRequestDeviceOptions.h", | 213 "platform/modules/bluetooth/WebRequestDeviceOptions.h", |
214 "platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h", | 214 "platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h", |
215 "platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h", | 215 "platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h", |
| 216 "platform/modules/mediasession/WebMediaSession.h", |
216 "platform/modules/navigator_services/WebServicePortProviderClient.h", | 217 "platform/modules/navigator_services/WebServicePortProviderClient.h", |
217 "platform/modules/navigator_services/WebServicePortProvider.h", | 218 "platform/modules/navigator_services/WebServicePortProvider.h", |
218 "platform/modules/navigator_services/WebServicePort.h", | 219 "platform/modules/navigator_services/WebServicePort.h", |
219 "platform/modules/permissions/WebPermissionObserver.h", | 220 "platform/modules/permissions/WebPermissionObserver.h", |
220 "platform/modules/permissions/WebPermissionClient.h", | 221 "platform/modules/permissions/WebPermissionClient.h", |
221 "platform/modules/permissions/WebPermissionStatus.h", | 222 "platform/modules/permissions/WebPermissionStatus.h", |
222 "platform/modules/permissions/WebPermissionType.h", | 223 "platform/modules/permissions/WebPermissionType.h", |
223 "platform/modules/presentation/WebPresentationSessionClient.h", | 224 "platform/modules/presentation/WebPresentationSessionClient.h", |
224 "platform/modules/presentation/WebPresentationClient.h", | 225 "platform/modules/presentation/WebPresentationClient.h", |
225 "platform/modules/presentation/WebPresentationController.h", | 226 "platform/modules/presentation/WebPresentationController.h", |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 grit("image_resources") { | 648 grit("image_resources") { |
648 output_dir = "$root_gen_dir/blink/public/resources" | 649 output_dir = "$root_gen_dir/blink/public/resources" |
649 use_qualified_include = true | 650 use_qualified_include = true |
650 source = "blink_image_resources.grd" | 651 source = "blink_image_resources.grd" |
651 outputs = [ | 652 outputs = [ |
652 "grit/blink_image_resources.h", | 653 "grit/blink_image_resources.h", |
653 "blink_image_resources_100_percent.pak", | 654 "blink_image_resources_100_percent.pak", |
654 "blink_image_resources_200_percent.pak", | 655 "blink_image_resources_200_percent.pak", |
655 ] | 656 ] |
656 } | 657 } |
OLD | NEW |