Chromium Code Reviews| 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("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
| 7 | 7 |
| 8 source_set("web") { | 8 source_set("web") { |
| 9 deps = [ | 9 deps = [ |
| 10 ":core", | 10 ":core", |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 336 "public/test/js_test_util.h", | 336 "public/test/js_test_util.h", |
| 337 "public/test/js_test_util.mm", | 337 "public/test/js_test_util.mm", |
| 338 "public/test/response_providers/data_response_provider.h", | 338 "public/test/response_providers/data_response_provider.h", |
| 339 "public/test/response_providers/data_response_provider.mm", | 339 "public/test/response_providers/data_response_provider.mm", |
| 340 "public/test/response_providers/file_based_response_provider.h", | 340 "public/test/response_providers/file_based_response_provider.h", |
| 341 "public/test/response_providers/file_based_response_provider.mm", | 341 "public/test/response_providers/file_based_response_provider.mm", |
| 342 "public/test/response_providers/file_based_response_provider_impl.h", | 342 "public/test/response_providers/file_based_response_provider_impl.h", |
| 343 "public/test/response_providers/file_based_response_provider_impl.mm", | 343 "public/test/response_providers/file_based_response_provider_impl.mm", |
| 344 "public/test/response_providers/response_provider.h", | 344 "public/test/response_providers/response_provider.h", |
| 345 "public/test/response_providers/response_provider.mm", | 345 "public/test/response_providers/response_provider.mm", |
| 346 "public/test/scoped_Testing_web_client.h", | |
|
sdefresne
2016/02/22 08:29:29
nit: the files are named scoped_testing_web_client
Dirk Pranke
2016/02/22 16:56:00
Whoops. Yes of course, that must've been a typo th
| |
| 347 "public/test/scoped_Testing_web_client.mm", | |
| 346 "public/test/test_browser_state.cc", | 348 "public/test/test_browser_state.cc", |
| 347 "public/test/test_browser_state.h", | 349 "public/test/test_browser_state.h", |
| 348 "public/test/test_web_client.h", | 350 "public/test/test_web_client.h", |
| 349 "public/test/test_web_client.mm", | 351 "public/test/test_web_client.mm", |
| 350 "public/test/test_web_state.h", | 352 "public/test/test_web_state.h", |
| 351 "public/test/test_web_state.mm", | 353 "public/test/test_web_state.mm", |
| 352 "public/test/test_web_thread.h", | 354 "public/test/test_web_thread.h", |
| 353 "public/test/test_web_thread_bundle.h", | 355 "public/test/test_web_thread_bundle.h", |
| 354 "public/test/test_web_view_content_view.h", | 356 "public/test/test_web_view_content_view.h", |
| 355 "public/test/test_web_view_content_view.mm", | 357 "public/test/test_web_view_content_view.mm", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 485 ":web_bundle_ui", | 487 ":web_bundle_ui", |
| 486 ":web_bundle_wk", | 488 ":web_bundle_wk", |
| 487 ] | 489 ] |
| 488 | 490 |
| 489 sources = [ | 491 sources = [ |
| 490 "web_state/js/resources/plugin_placeholder.js", | 492 "web_state/js/resources/plugin_placeholder.js", |
| 491 "web_state/js/resources/window_id.js", | 493 "web_state/js/resources/window_id.js", |
| 492 "webui/resources/web_ui.js", | 494 "webui/resources/web_ui.js", |
| 493 ] | 495 ] |
| 494 } | 496 } |
| OLD | NEW |