| OLD | NEW | 
|   1 # Copyright 2017 The Chromium Authors. All rights reserved. |   1 # Copyright 2017 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 source_set("test") { |   5 source_set("test") { | 
|   6   configs += [ "//build/config/compiler:enable_arc" ] |   6   configs += [ "//build/config/compiler:enable_arc" ] | 
|   7   testonly = true |   7   testonly = true | 
|   8  |   8  | 
|   9   deps = [ |   9   deps = [ | 
|  10     "//base", |  10     "//base", | 
| (...skipping 25 matching lines...) Expand all  Loading... | 
|  36     "test_redirect_observer.mm", |  36     "test_redirect_observer.mm", | 
|  37     "test_web_thread.h", |  37     "test_web_thread.h", | 
|  38     "test_web_thread_bundle.h", |  38     "test_web_thread_bundle.h", | 
|  39     "url_test_util.h", |  39     "url_test_util.h", | 
|  40     "web_js_test.h", |  40     "web_js_test.h", | 
|  41     "web_test.h", |  41     "web_test.h", | 
|  42     "web_test.mm", |  42     "web_test.mm", | 
|  43     "web_test_suite.h", |  43     "web_test_suite.h", | 
|  44     "web_test_with_web_state.h", |  44     "web_test_with_web_state.h", | 
|  45     "web_test_with_web_state.mm", |  45     "web_test_with_web_state.mm", | 
 |  46     "web_view_content_test_util.h", | 
 |  47     "web_view_content_test_util.mm", | 
|  46     "web_view_interaction_test_util.h", |  48     "web_view_interaction_test_util.h", | 
|  47     "web_view_interaction_test_util.mm", |  49     "web_view_interaction_test_util.mm", | 
|  48   ] |  50   ] | 
|  49 } |  51 } | 
| OLD | NEW |