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

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

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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
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 13 matching lines...) Expand all
24 "//base", 24 "//base",
25 "//components/url_formatter", 25 "//components/url_formatter",
26 "//ios/net", 26 "//ios/net",
27 "//ios/third_party/blink:html_tokenizer", 27 "//ios/third_party/blink:html_tokenizer",
28 "//mojo/public/cpp/system", 28 "//mojo/public/cpp/system",
29 "//mojo/public/js", 29 "//mojo/public/js",
30 "//net", 30 "//net",
31 "//services/service_manager/public/cpp", 31 "//services/service_manager/public/cpp",
32 "//ui/base", 32 "//ui/base",
33 "//ui/gfx", 33 "//ui/gfx",
34 "//ui/gfx/geometry:geometry", 34 "//ui/gfx/geometry",
35 "//ui/resources", 35 "//ui/resources",
36 "//url", 36 "//url",
37 ] 37 ]
38 38
39 sources = [ 39 sources = [
40 "active_state_manager_impl.h", 40 "active_state_manager_impl.h",
41 "active_state_manager_impl.mm", 41 "active_state_manager_impl.mm",
42 "browser_state.mm", 42 "browser_state.mm",
43 "browser_url_rewriter_impl.h", 43 "browser_url_rewriter_impl.h",
44 "browser_url_rewriter_impl.mm", 44 "browser_url_rewriter_impl.mm",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "//components/url_formatter", 252 "//components/url_formatter",
253 "//ios/net", 253 "//ios/net",
254 "//ios/third_party/blink:html_tokenizer", 254 "//ios/third_party/blink:html_tokenizer",
255 "//ios/web/public/image_fetcher", 255 "//ios/web/public/image_fetcher",
256 "//mojo/public/cpp/system", 256 "//mojo/public/cpp/system",
257 "//mojo/public/js", 257 "//mojo/public/js",
258 "//net", 258 "//net",
259 "//services/service_manager/public/cpp", 259 "//services/service_manager/public/cpp",
260 "//ui/base", 260 "//ui/base",
261 "//ui/gfx", 261 "//ui/gfx",
262 "//ui/gfx/geometry:geometry", 262 "//ui/gfx/geometry",
263 "//ui/resources", 263 "//ui/resources",
264 "//url", 264 "//url",
265 ] 265 ]
266 266
267 public_deps = [ 267 public_deps = [
268 ":web_arc", 268 ":web_arc",
269 ] 269 ]
270 270
271 sources = [ 271 sources = [
272 "web_state/ui/crw_web_controller.h", 272 "web_state/ui/crw_web_controller.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 testonly = true 339 testonly = true
340 340
341 deps = [ 341 deps = [
342 ":test_support", 342 ":test_support",
343 ":web", 343 ":web",
344 "//base", 344 "//base",
345 "//base/test:test_support", 345 "//base/test:test_support",
346 "//ios/testing:ios_test_support", 346 "//ios/testing:ios_test_support",
347 "//ios/testing/earl_grey:earl_grey_support", 347 "//ios/testing/earl_grey:earl_grey_support",
348 "//ios/third_party/earl_grey", 348 "//ios/third_party/earl_grey",
349 "//net:net", 349 "//net",
350 ] 350 ]
351 351
352 sources = [ 352 sources = [
353 "public/test/earl_grey/js_test_util.h", 353 "public/test/earl_grey/js_test_util.h",
354 "public/test/earl_grey/js_test_util.mm", 354 "public/test/earl_grey/js_test_util.mm",
355 "public/test/earl_grey/web_view_actions.h", 355 "public/test/earl_grey/web_view_actions.h",
356 "public/test/earl_grey/web_view_actions.mm", 356 "public/test/earl_grey/web_view_actions.mm",
357 "public/test/earl_grey/web_view_matchers.h", 357 "public/test/earl_grey/web_view_matchers.h",
358 "public/test/earl_grey/web_view_matchers.mm", 358 "public/test/earl_grey/web_view_matchers.mm",
359 ] 359 ]
360 } 360 }
361 361
362 source_set("test_support") { 362 source_set("test_support") {
363 testonly = true 363 testonly = true
364 364
365 deps = [ 365 deps = [
366 ":web", 366 ":web",
367 "//base", 367 "//base",
368 "//base/test:test_support", 368 "//base/test:test_support",
369 "//ios/testing:ios_test_support", 369 "//ios/testing:ios_test_support",
370 "//ios/testing:ocmock_support", 370 "//ios/testing:ocmock_support",
371 "//ios/third_party/gcdwebserver", 371 "//ios/third_party/gcdwebserver",
372 "//ios/web/public/image_fetcher", 372 "//ios/web/public/image_fetcher",
373 "//ios/web/test:mojo_bindings", 373 "//ios/web/test:mojo_bindings",
374 "//net:test_support", 374 "//net:test_support",
375 "//testing/gmock", 375 "//testing/gmock",
376 "//testing/gtest", 376 "//testing/gtest",
377 "//third_party/ocmock", 377 "//third_party/ocmock",
378 "//ui/base:base", 378 "//ui/base",
379 ] 379 ]
380 380
381 sources = [ 381 sources = [
382 "public/test/crw_test_js_injection_receiver.h", 382 "public/test/crw_test_js_injection_receiver.h",
383 "public/test/crw_test_js_injection_receiver.mm", 383 "public/test/crw_test_js_injection_receiver.mm",
384 "public/test/http_server.h", 384 "public/test/http_server.h",
385 "public/test/http_server.mm", 385 "public/test/http_server.mm",
386 "public/test/http_server_util.h", 386 "public/test/http_server_util.h",
387 "public/test/http_server_util.mm", 387 "public/test/http_server_util.mm",
388 "public/test/js_test_util.h", 388 "public/test/js_test_util.h",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 } 626 }
627 627
628 grit("resources") { 628 grit("resources") {
629 source = "ios_web_resources.grd" 629 source = "ios_web_resources.grd"
630 use_qualified_include = true 630 use_qualified_include = true
631 outputs = [ 631 outputs = [
632 "grit/ios_web_resources.h", 632 "grit/ios_web_resources.h",
633 "ios_web_resources.pak", 633 "ios_web_resources.pak",
634 ] 634 ]
635 } 635 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698