| 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("//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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  459     "public/test/test_redirect_observer.mm", |  459     "public/test/test_redirect_observer.mm", | 
|  460     "public/test/test_web_thread.h", |  460     "public/test/test_web_thread.h", | 
|  461     "public/test/test_web_thread_bundle.h", |  461     "public/test/test_web_thread_bundle.h", | 
|  462     "public/test/url_test_util.h", |  462     "public/test/url_test_util.h", | 
|  463     "public/test/web_js_test.h", |  463     "public/test/web_js_test.h", | 
|  464     "public/test/web_test.h", |  464     "public/test/web_test.h", | 
|  465     "public/test/web_test.mm", |  465     "public/test/web_test.mm", | 
|  466     "public/test/web_test_suite.h", |  466     "public/test/web_test_suite.h", | 
|  467     "public/test/web_test_with_web_state.h", |  467     "public/test/web_test_with_web_state.h", | 
|  468     "public/test/web_test_with_web_state.mm", |  468     "public/test/web_test_with_web_state.mm", | 
 |  469     "public/test/web_view_content_test_util.h", | 
 |  470     "public/test/web_view_content_test_util.mm", | 
|  469     "public/test/web_view_interaction_test_util.h", |  471     "public/test/web_view_interaction_test_util.h", | 
|  470     "public/test/web_view_interaction_test_util.mm", |  472     "public/test/web_view_interaction_test_util.mm", | 
|  471     "test/crw_fake_web_controller_observer.h", |  473     "test/crw_fake_web_controller_observer.h", | 
|  472     "test/crw_fake_web_controller_observer.mm", |  474     "test/crw_fake_web_controller_observer.mm", | 
|  473     "test/test_url_constants.cc", |  475     "test/test_url_constants.cc", | 
|  474     "test/test_url_constants.h", |  476     "test/test_url_constants.h", | 
|  475     "test/test_web_thread.cc", |  477     "test/test_web_thread.cc", | 
|  476     "test/test_web_thread_bundle.cc", |  478     "test/test_web_thread_bundle.cc", | 
|  477     "test/url_test_util.mm", |  479     "test/url_test_util.mm", | 
|  478     "test/web_int_test.h", |  480     "test/web_int_test.h", | 
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  724     "ios_web_resources.pak", |  726     "ios_web_resources.pak", | 
|  725   ] |  727   ] | 
|  726   grit_flags = [ |  728   grit_flags = [ | 
|  727     "-E", |  729     "-E", | 
|  728     "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |  730     "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), | 
|  729   ] |  731   ] | 
|  730   deps = [ |  732   deps = [ | 
|  731     "//mojo/public/js:bindings", |  733     "//mojo/public/js:bindings", | 
|  732   ] |  734   ] | 
|  733 } |  735 } | 
| OLD | NEW |