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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 "web/WebPluginScriptForbiddenScope.h", | 551 "web/WebPluginScriptForbiddenScope.h", |
552 "web/WebDataSource.h", | 552 "web/WebDataSource.h", |
553 "web/WebDevToolsFrontendClient.h", | 553 "web/WebDevToolsFrontendClient.h", |
554 "web/WebNavigatorContentUtilsClient.h", | 554 "web/WebNavigatorContentUtilsClient.h", |
555 "web/WebSelectElement.h", | 555 "web/WebSelectElement.h", |
556 "web/WebGeolocationPosition.h", | 556 "web/WebGeolocationPosition.h", |
557 "web/WebExternalPopupMenu.h", | 557 "web/WebExternalPopupMenu.h", |
558 "web/WebDeviceEmulationParams.h", | 558 "web/WebDeviceEmulationParams.h", |
559 "web/WebTestInterfaceFactory.h", | 559 "web/WebTestInterfaceFactory.h", |
560 "web/WebScriptController.h", | 560 "web/WebScriptController.h", |
561 "web/WebPluginPlaceholder.h", | |
562 "web/WebSpeechRecognitionResult.h", | 561 "web/WebSpeechRecognitionResult.h", |
563 "web/WebCache.h", | 562 "web/WebCache.h", |
564 "web/WebSharedWorkerConnector.h", | 563 "web/WebSharedWorkerConnector.h", |
565 "web/WebContentSettingsClient.h", | 564 "web/WebContentSettingsClient.h", |
566 "web/WebDocumentType.h", | 565 "web/WebDocumentType.h", |
567 "web/WebCompositionUnderline.h", | 566 "web/WebCompositionUnderline.h", |
568 "web/WebSpeechGrammar.h", | 567 "web/WebSpeechGrammar.h", |
569 "web/WebSocketClient.h", | 568 "web/WebSocketClient.h", |
570 "web/WebDevToolsAgentClient.h", | 569 "web/WebDevToolsAgentClient.h", |
571 "web/WebSerializedScriptValue.h", | 570 "web/WebSerializedScriptValue.h", |
(...skipping 75 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 |