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

Side by Side Diff: ios/web/BUILD.gn

Issue 2583963002: Remove WebUI favicon support on iOS (Closed)
Patch Set: Remove web_ui_favicons.js from BUILD.gn Created 4 years 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 | « no previous file | ios/web/webui/crw_web_ui_manager.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 583
584 js_compile_bundle("web_ui_bundle") { 584 js_compile_bundle("web_ui_bundle") {
585 visibility = [ ":js_resources" ] 585 visibility = [ ":js_resources" ]
586 closure_entry_point = "__crWeb.webUIBundle" 586 closure_entry_point = "__crWeb.webUIBundle"
587 587
588 sources = [ 588 sources = [
589 "../third_party/requirejs/require.js", 589 "../third_party/requirejs/require.js",
590 "webui/resources/web_ui_base.js", 590 "webui/resources/web_ui_base.js",
591 "webui/resources/web_ui_bind.js", 591 "webui/resources/web_ui_bind.js",
592 "webui/resources/web_ui_bundle.js", 592 "webui/resources/web_ui_bundle.js",
593 "webui/resources/web_ui_favicons.js",
594 "webui/resources/web_ui_module_load_notifier.js", 593 "webui/resources/web_ui_module_load_notifier.js",
595 "webui/resources/web_ui_send.js", 594 "webui/resources/web_ui_send.js",
596 ] 595 ]
597 } 596 }
598 597
599 js_compile_bundle("web_bundle") { 598 js_compile_bundle("web_bundle") {
600 visibility = [ ":js_resources" ] 599 visibility = [ ":js_resources" ]
601 closure_entry_point = "__crWeb.webBundle" 600 closure_entry_point = "__crWeb.webBundle"
602 601
603 sources = [ 602 sources = [
(...skipping 21 matching lines...) Expand all
625 } 624 }
626 625
627 grit("resources") { 626 grit("resources") {
628 source = "ios_web_resources.grd" 627 source = "ios_web_resources.grd"
629 use_qualified_include = true 628 use_qualified_include = true
630 outputs = [ 629 outputs = [
631 "grit/ios_web_resources.h", 630 "grit/ios_web_resources.h",
632 "ios_web_resources.pak", 631 "ios_web_resources.pak",
633 ] 632 ]
634 } 633 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/webui/crw_web_ui_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698