Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: public/BUILD.gn

Issue 1327693002: Blink Plugins: Remove Shadow DOM Plugin Placeholder remnants. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: axe two more lines from core_generated Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/core/testing/PluginPlaceholderOptions.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « Source/core/testing/PluginPlaceholderOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698