OLD | NEW |
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 source_set("web") { | 10 source_set("web") { |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "public/browser_url_rewriter.h", | 100 "public/browser_url_rewriter.h", |
101 "public/cert_policy.h", | 101 "public/cert_policy.h", |
102 "public/cert_store.h", | 102 "public/cert_store.h", |
103 "public/certificate_policy_cache.h", | 103 "public/certificate_policy_cache.h", |
104 "public/favicon_status.cc", | 104 "public/favicon_status.cc", |
105 "public/favicon_status.h", | 105 "public/favicon_status.h", |
106 "public/favicon_url.cc", | 106 "public/favicon_url.cc", |
107 "public/favicon_url.h", | 107 "public/favicon_url.h", |
108 "public/interstitials/web_interstitial.h", | 108 "public/interstitials/web_interstitial.h", |
109 "public/interstitials/web_interstitial_delegate.h", | 109 "public/interstitials/web_interstitial_delegate.h", |
| 110 "public/java_script_dialog_callback.h", |
| 111 "public/java_script_dialog_presenter.h", |
| 112 "public/java_script_dialog_type.h", |
110 "public/load_committed_details.h", | 113 "public/load_committed_details.h", |
111 "public/navigation_item.h", | 114 "public/navigation_item.h", |
112 "public/navigation_manager.h", | 115 "public/navigation_manager.h", |
113 "public/origin_util.h", | 116 "public/origin_util.h", |
114 "public/origin_util.mm", | 117 "public/origin_util.mm", |
115 "public/referrer.h", | 118 "public/referrer.h", |
116 "public/referrer_util.cc", | 119 "public/referrer_util.cc", |
117 "public/referrer_util.h", | 120 "public/referrer_util.h", |
118 "public/security_style.h", | 121 "public/security_style.h", |
119 "public/ssl_status.cc", | 122 "public/ssl_status.cc", |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 } | 560 } |
558 | 561 |
559 grit("resources") { | 562 grit("resources") { |
560 source = "ios_web_resources.grd" | 563 source = "ios_web_resources.grd" |
561 use_qualified_include = true | 564 use_qualified_include = true |
562 outputs = [ | 565 outputs = [ |
563 "grit/ios_web_resources.h", | 566 "grit/ios_web_resources.h", |
564 "ios_web_resources.pak", | 567 "ios_web_resources.pak", |
565 ] | 568 ] |
566 } | 569 } |
OLD | NEW |