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

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

Issue 2074733002: Add public API for handling Javascript alerts and prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 6 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 | « no previous file | ios/web/ios_web.gyp » ('j') | ios/web/public/dialog_presenter.h » ('J')
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/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 source_set("web") { 9 source_set("web") {
10 deps = [ 10 deps = [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "net/request_tracker_impl.mm", 93 "net/request_tracker_impl.mm",
94 "net/web_http_protocol_handler_delegate.h", 94 "net/web_http_protocol_handler_delegate.h",
95 "net/web_http_protocol_handler_delegate.mm", 95 "net/web_http_protocol_handler_delegate.mm",
96 "public/active_state_manager.h", 96 "public/active_state_manager.h",
97 "public/block_types.h", 97 "public/block_types.h",
98 "public/browser_state.h", 98 "public/browser_state.h",
99 "public/browser_url_rewriter.h", 99 "public/browser_url_rewriter.h",
100 "public/cert_policy.h", 100 "public/cert_policy.h",
101 "public/cert_store.h", 101 "public/cert_store.h",
102 "public/certificate_policy_cache.h", 102 "public/certificate_policy_cache.h",
103 "public/dialog_presenter.h",
103 "public/favicon_status.cc", 104 "public/favicon_status.cc",
104 "public/favicon_status.h", 105 "public/favicon_status.h",
105 "public/favicon_url.cc", 106 "public/favicon_url.cc",
106 "public/favicon_url.h", 107 "public/favicon_url.h",
107 "public/interstitials/web_interstitial.h", 108 "public/interstitials/web_interstitial.h",
108 "public/interstitials/web_interstitial_delegate.h", 109 "public/interstitials/web_interstitial_delegate.h",
110 "public/javascript_message_type.h",
Eugene But (OOO till 7-30) 2016/06/24 17:04:52 s/message/dialog ?
michaeldo 2016/06/27 20:30:09 Done.
109 "public/load_committed_details.h", 111 "public/load_committed_details.h",
110 "public/navigation_item.h", 112 "public/navigation_item.h",
111 "public/navigation_manager.h", 113 "public/navigation_manager.h",
112 "public/origin_util.h", 114 "public/origin_util.h",
113 "public/origin_util.mm", 115 "public/origin_util.mm",
114 "public/referrer.h", 116 "public/referrer.h",
115 "public/referrer_util.cc", 117 "public/referrer_util.cc",
116 "public/referrer_util.h", 118 "public/referrer_util.h",
117 "public/security_style.h", 119 "public/security_style.h",
118 "public/ssl_status.cc", 120 "public/ssl_status.cc",
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 } 552 }
551 553
552 grit("resources") { 554 grit("resources") {
553 source = "ios_web_resources.grd" 555 source = "ios_web_resources.grd"
554 use_qualified_include = true 556 use_qualified_include = true
555 outputs = [ 557 outputs = [
556 "grit/ios_web_resources.h", 558 "grit/ios_web_resources.h",
557 "ios_web_resources.pak", 559 "ios_web_resources.pak",
558 ] 560 ]
559 } 561 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | ios/web/public/dialog_presenter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698