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

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

Issue 2699633006: Move WebpDecoder from ios/web to components/image_fetcher (Closed)
Patch Set: Separate header Created 3 years, 10 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 | « ios/chrome/test/BUILD.gn ('k') | ios/web/public/image_fetcher/BUILD.gn » ('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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 source_set("web") { 256 source_set("web") {
257 deps = [ 257 deps = [
258 ":core", 258 ":core",
259 ":js_resources", 259 ":js_resources",
260 ":resources", 260 ":resources",
261 ":user_agent", 261 ":user_agent",
262 "//base", 262 "//base",
263 "//components/url_formatter", 263 "//components/url_formatter",
264 "//ios/net", 264 "//ios/net",
265 "//ios/third_party/blink:html_tokenizer", 265 "//ios/third_party/blink:html_tokenizer",
266 "//ios/web/public/image_fetcher",
267 "//mojo/public/cpp/system", 266 "//mojo/public/cpp/system",
268 "//mojo/public/js", 267 "//mojo/public/js",
269 "//net", 268 "//net",
270 "//services/service_manager/public/cpp", 269 "//services/service_manager/public/cpp",
271 "//ui/base", 270 "//ui/base",
272 "//ui/gfx", 271 "//ui/gfx",
273 "//ui/gfx/geometry", 272 "//ui/gfx/geometry",
274 "//ui/resources", 273 "//ui/resources",
275 "//url", 274 "//url",
276 ] 275 ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 source_set("test_support") { 372 source_set("test_support") {
374 testonly = true 373 testonly = true
375 374
376 deps = [ 375 deps = [
377 ":web", 376 ":web",
378 "//base", 377 "//base",
379 "//base/test:test_support", 378 "//base/test:test_support",
380 "//ios/testing:ios_test_support", 379 "//ios/testing:ios_test_support",
381 "//ios/testing:ocmock_support", 380 "//ios/testing:ocmock_support",
382 "//ios/third_party/gcdwebserver", 381 "//ios/third_party/gcdwebserver",
383 "//ios/web/public/image_fetcher",
384 "//ios/web/test:mojo_bindings", 382 "//ios/web/test:mojo_bindings",
385 "//net:test_support", 383 "//net:test_support",
386 "//testing/gmock", 384 "//testing/gmock",
387 "//testing/gtest", 385 "//testing/gtest",
388 "//third_party/ocmock", 386 "//third_party/ocmock",
389 "//ui/base", 387 "//ui/base",
390 ] 388 ]
391 389
392 sources = [ 390 sources = [
393 "public/test/fakes/crw_test_js_injection_receiver.h", 391 "public/test/fakes/crw_test_js_injection_receiver.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 ":core", 502 ":core",
505 ":ios_web_unittests_bundle_data", 503 ":ios_web_unittests_bundle_data",
506 ":run_all_unittests", 504 ":run_all_unittests",
507 ":test_support", 505 ":test_support",
508 ":web", 506 ":web",
509 "//base", 507 "//base",
510 "//base/test:test_support", 508 "//base/test:test_support",
511 "//components/url_formatter", 509 "//components/url_formatter",
512 "//ios/net", 510 "//ios/net",
513 "//ios/testing:ocmock_support", 511 "//ios/testing:ocmock_support",
514 "//ios/web/public/image_fetcher:unit_tests",
515 "//ios/web/test:mojo_bindings", 512 "//ios/web/test:mojo_bindings",
516 "//net:test_support", 513 "//net:test_support",
517 "//services/service_manager/public/cpp", 514 "//services/service_manager/public/cpp",
518 "//testing/gmock", 515 "//testing/gmock",
519 "//testing/gtest", 516 "//testing/gtest",
520 "//third_party/ocmock", 517 "//third_party/ocmock",
521 "//ui/base:test_support", 518 "//ui/base:test_support",
522 ] 519 ]
523 520
524 sources = [ 521 sources = [
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "ios_web_resources.pak", 660 "ios_web_resources.pak",
664 ] 661 ]
665 grit_flags = [ 662 grit_flags = [
666 "-E", 663 "-E",
667 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 664 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
668 ] 665 ]
669 deps = [ 666 deps = [
670 "//mojo/public/js:bindings", 667 "//mojo/public/js:bindings",
671 ] 668 ]
672 } 669 }
OLDNEW
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/web/public/image_fetcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698