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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 "platform/WebCompositorAnimationTimeline.h", | 358 "platform/WebCompositorAnimationTimeline.h", |
359 "platform/WebApplicationCacheHost.h", | 359 "platform/WebApplicationCacheHost.h", |
360 "platform/WebServiceWorkerClientType.h", | 360 "platform/WebServiceWorkerClientType.h", |
361 "platform/WebInbandTextTrackClient.h", | 361 "platform/WebInbandTextTrackClient.h", |
362 "platform/WebPlatformEventListener.h", | 362 "platform/WebPlatformEventListener.h", |
363 "platform/WebGraphicsContext3D.h", | 363 "platform/WebGraphicsContext3D.h", |
364 "platform/WebMessagePortChannel.h", | 364 "platform/WebMessagePortChannel.h", |
365 "platform/WebFileInfo.h", | 365 "platform/WebFileInfo.h", |
366 "platform/WebMediaKeySystemConfiguration.h", | 366 "platform/WebMediaKeySystemConfiguration.h", |
367 "platform/WebPublicSuffixList.h", | 367 "platform/WebPublicSuffixList.h", |
| 368 "platform/WebRTCCertificate.h", |
| 369 "platform/WebRTCCertificateGenerator.h", |
| 370 "platform/WebRTCKeyType.h", |
368 "platform/WebRTCPeerConnectionHandler.h", | 371 "platform/WebRTCPeerConnectionHandler.h", |
369 "platform/WebCryptoAlgorithmParams.h", | 372 "platform/WebCryptoAlgorithmParams.h", |
370 "platform/WebSuspendableTask.h", | 373 "platform/WebSuspendableTask.h", |
371 "platform/WebFloatAnimationCurve.h", | 374 "platform/WebFloatAnimationCurve.h", |
372 "platform/WebMemoryDumpProvider.h", | 375 "platform/WebMemoryDumpProvider.h", |
373 "platform/WebServiceWorkerCacheError.h", | 376 "platform/WebServiceWorkerCacheError.h", |
374 "platform/WebLayoutAndPaintAsyncCallback.h", | 377 "platform/WebLayoutAndPaintAsyncCallback.h", |
375 "platform/WebData.h", | 378 "platform/WebData.h", |
376 "platform/WebPluginListBuilder.h", | 379 "platform/WebPluginListBuilder.h", |
377 "platform/WebTransformKeyframe.h", | 380 "platform/WebTransformKeyframe.h", |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 grit("image_resources") { | 650 grit("image_resources") { |
648 output_dir = "$root_gen_dir/blink/public/resources" | 651 output_dir = "$root_gen_dir/blink/public/resources" |
649 use_qualified_include = true | 652 use_qualified_include = true |
650 source = "blink_image_resources.grd" | 653 source = "blink_image_resources.grd" |
651 outputs = [ | 654 outputs = [ |
652 "grit/blink_image_resources.h", | 655 "grit/blink_image_resources.h", |
653 "blink_image_resources_100_percent.pak", | 656 "blink_image_resources_100_percent.pak", |
654 "blink_image_resources_200_percent.pak", | 657 "blink_image_resources_200_percent.pak", |
655 ] | 658 ] |
656 } | 659 } |
OLD | NEW |