| 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("fakes") { | 5 source_set("fakes") { |
| 6 configs += [ "//build/config/compiler:enable_arc" ] |
| 6 testonly = true | 7 testonly = true |
| 7 | 8 |
| 8 deps = [ | 9 deps = [ |
| 9 "//base", | 10 "//base", |
| 10 "//ios/web:web", | 11 "//ios/web:web", |
| 11 "//ios/web/test:test_constants", | 12 "//ios/web/test:test_constants", |
| 12 "//mojo/common:common_custom_types", | 13 "//mojo/common:common_custom_types", |
| 13 "//net:test_support", | 14 "//net:test_support", |
| 14 "//testing/gtest", | 15 "//testing/gtest", |
| 15 "//ui/base", | 16 "//ui/base", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 37 "test_web_state_delegate.h", | 38 "test_web_state_delegate.h", |
| 38 "test_web_state_delegate.mm", | 39 "test_web_state_delegate.mm", |
| 39 "test_web_state_observer.h", | 40 "test_web_state_observer.h", |
| 40 "test_web_state_observer.mm", | 41 "test_web_state_observer.mm", |
| 41 "test_web_state_observer_util.h", | 42 "test_web_state_observer_util.h", |
| 42 "test_web_state_observer_util.mm", | 43 "test_web_state_observer_util.mm", |
| 43 "test_web_view_content_view.h", | 44 "test_web_view_content_view.h", |
| 44 "test_web_view_content_view.mm", | 45 "test_web_view_content_view.mm", |
| 45 ] | 46 ] |
| 46 } | 47 } |
| OLD | NEW |