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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 "platform/WebURLLoader.h", | 410 "platform/WebURLLoader.h", |
411 "platform/WebGestureCurve.h", | 411 "platform/WebGestureCurve.h", |
412 "platform/WebCompositorAnimationPlayerClient.h", | 412 "platform/WebCompositorAnimationPlayerClient.h", |
413 "platform/WebNinePatchLayer.h", | 413 "platform/WebNinePatchLayer.h", |
414 "platform/WebMediaDeviceInfo.h", | 414 "platform/WebMediaDeviceInfo.h", |
415 "platform/WebFileSystemCallbacks.h", | 415 "platform/WebFileSystemCallbacks.h", |
416 "platform/WebServiceWorkerResponseType.h", | 416 "platform/WebServiceWorkerResponseType.h", |
417 "platform/WebDeviceLightListener.h", | 417 "platform/WebDeviceLightListener.h", |
418 "platform/WebRTCDTMFSenderHandlerClient.h", | 418 "platform/WebRTCDTMFSenderHandlerClient.h", |
419 "platform/WebRTCStatsRequest.h", | 419 "platform/WebRTCStatsRequest.h", |
420 "platform/WebSerializedOrigin.h", | |
421 "platform/WebReferrerPolicy.h", | 420 "platform/WebReferrerPolicy.h", |
422 "web/WebDateTimeInputType.h", | 421 "web/WebDateTimeInputType.h", |
423 "web/WebSpeechRecognitionParams.h", | 422 "web/WebSpeechRecognitionParams.h", |
424 "web/WebPrintPresetOptions.h", | 423 "web/WebPrintPresetOptions.h", |
425 "web/WebCryptoNormalize.h", | 424 "web/WebCryptoNormalize.h", |
426 "web/WebPopupMenuInfo.h", | 425 "web/WebPopupMenuInfo.h", |
427 "web/WebHistoryItem.h", | 426 "web/WebHistoryItem.h", |
428 "web/WebOptionElement.h", | 427 "web/WebOptionElement.h", |
429 "web/WebDateTimeChooserCompletion.h", | 428 "web/WebDateTimeChooserCompletion.h", |
430 "web/WebDatabase.h", | 429 "web/WebDatabase.h", |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 grit("image_resources") { | 646 grit("image_resources") { |
648 output_dir = "$root_gen_dir/blink/public/resources" | 647 output_dir = "$root_gen_dir/blink/public/resources" |
649 use_qualified_include = true | 648 use_qualified_include = true |
650 source = "blink_image_resources.grd" | 649 source = "blink_image_resources.grd" |
651 outputs = [ | 650 outputs = [ |
652 "grit/blink_image_resources.h", | 651 "grit/blink_image_resources.h", |
653 "blink_image_resources_100_percent.pak", | 652 "blink_image_resources_100_percent.pak", |
654 "blink_image_resources_200_percent.pak", | 653 "blink_image_resources_200_percent.pak", |
655 ] | 654 ] |
656 } | 655 } |
OLD | NEW |