OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'public/user_agent.mm', | 60 'public/user_agent.mm', |
61 'public/user_metrics.h', | 61 'public/user_metrics.h', |
62 'public/web_client.h', | 62 'public/web_client.h', |
63 'public/web_client.mm', | 63 'public/web_client.mm', |
64 'public/web_state/crw_native_content.h', | 64 'public/web_state/crw_native_content.h', |
65 'public/web_state/crw_native_content_provider.h', | 65 'public/web_state/crw_native_content_provider.h', |
66 'public/web_state/crw_web_controller_observer.h', | 66 'public/web_state/crw_web_controller_observer.h', |
67 'public/web_state/crw_web_delegate.h', | 67 'public/web_state/crw_web_delegate.h', |
68 'public/web_state/crw_web_user_interface_delegate.h' | 68 'public/web_state/crw_web_user_interface_delegate.h' |
69 'public/web_state/crw_web_view_proxy.h' | 69 'public/web_state/crw_web_view_proxy.h' |
| 70 'public/web_state/crw_web_view_scroll_view_proxy.h' |
70 'public/web_state/js/crw_js_base_manager.h', | 71 'public/web_state/js/crw_js_base_manager.h', |
71 'public/web_state/js/crw_js_early_script_manager.h', | 72 'public/web_state/js/crw_js_early_script_manager.h', |
72 'public/web_state/js/crw_js_injection_evaluator.h', | 73 'public/web_state/js/crw_js_injection_evaluator.h', |
73 'public/web_state/js/crw_js_injection_manager.h', | 74 'public/web_state/js/crw_js_injection_manager.h', |
74 'public/web_state/js/crw_js_injection_receiver.h', | 75 'public/web_state/js/crw_js_injection_receiver.h', |
75 'public/web_state/js/crw_js_message_manager.h', | 76 'public/web_state/js/crw_js_message_manager.h', |
76 'public/web_state/url_verification_constants.h', | 77 'public/web_state/url_verification_constants.h', |
77 'public/web_state/web_state_observer.h', | 78 'public/web_state/web_state_observer.h', |
78 'public/web_state/web_state_observer_bridge.h', | 79 'public/web_state/web_state_observer_bridge.h', |
79 'public/web_thread.h', | 80 'public/web_thread.h', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'public/test/test_web_state.cc', | 170 'public/test/test_web_state.cc', |
170 'public/test/test_web_state.h', | 171 'public/test/test_web_state.h', |
171 'public/test/test_web_thread.h', | 172 'public/test/test_web_thread.h', |
172 'public/test/test_web_thread_bundle.h', | 173 'public/test/test_web_thread_bundle.h', |
173 'test/test_web_thread.cc', | 174 'test/test_web_thread.cc', |
174 'test/test_web_thread_bundle.cc', | 175 'test/test_web_thread_bundle.cc', |
175 ], | 176 ], |
176 }, | 177 }, |
177 ], | 178 ], |
178 } | 179 } |
OLD | NEW |