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

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

Issue 2528043002: Implement DownloadImage directly in WebStateImpl (Closed)
Patch Set: Add deps 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/public/web_state/ui/crw_web_delegate.h » ('j') | ios/web/web_state/DEPS » ('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/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_arc") { 10 source_set("web_arc") {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 source_set("web") { 239 source_set("web") {
240 deps = [ 240 deps = [
241 ":core", 241 ":core",
242 ":js_resources", 242 ":js_resources",
243 ":resources", 243 ":resources",
244 ":user_agent", 244 ":user_agent",
245 "//base", 245 "//base",
246 "//components/url_formatter", 246 "//components/url_formatter",
247 "//ios/net", 247 "//ios/net",
248 "//ios/third_party/blink:html_tokenizer", 248 "//ios/third_party/blink:html_tokenizer",
249 "//ios/web/public/image_fetcher",
249 "//mojo/public/cpp/system", 250 "//mojo/public/cpp/system",
250 "//mojo/public/js", 251 "//mojo/public/js",
251 "//net", 252 "//net",
252 "//services/service_manager/public/cpp", 253 "//services/service_manager/public/cpp",
253 "//ui/base", 254 "//ui/base",
254 "//ui/gfx", 255 "//ui/gfx",
255 "//ui/gfx/geometry:geometry", 256 "//ui/gfx/geometry:geometry",
256 "//ui/resources", 257 "//ui/resources",
257 "//url", 258 "//url",
258 ] 259 ]
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 } 617 }
617 618
618 grit("resources") { 619 grit("resources") {
619 source = "ios_web_resources.grd" 620 source = "ios_web_resources.grd"
620 use_qualified_include = true 621 use_qualified_include = true
621 outputs = [ 622 outputs = [
622 "grit/ios_web_resources.h", 623 "grit/ios_web_resources.h",
623 "ios_web_resources.pak", 624 "ios_web_resources.pak",
624 ] 625 ]
625 } 626 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/web_state/ui/crw_web_delegate.h » ('j') | ios/web/web_state/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698