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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/js/crw_js_base_manager.h', | 70 'public/web_state/js/crw_js_base_manager.h', |
71 'public/web_state/js/crw_js_early_script_manager.h', | 71 'public/web_state/js/crw_js_early_script_manager.h', |
72 'public/web_state/js/crw_js_injection_evaluator.h', | 72 'public/web_state/js/crw_js_injection_evaluator.h', |
73 'public/web_state/js/crw_js_injection_manager.h', | 73 'public/web_state/js/crw_js_injection_manager.h', |
74 'public/web_state/js/crw_js_injection_receiver.h', | 74 'public/web_state/js/crw_js_injection_receiver.h', |
75 'public/web_state/js/crw_js_message_manager.h', | 75 'public/web_state/js/crw_js_message_manager.h', |
| 76 'public/web_state/page_scroll_state.h', |
| 77 'public/web_state/page_scroll_state.mm', |
76 'public/web_state/url_verification_constants.h', | 78 'public/web_state/url_verification_constants.h', |
77 'public/web_state/web_state_observer.h', | 79 'public/web_state/web_state_observer.h', |
78 'public/web_state/web_state_observer_bridge.h', | 80 'public/web_state/web_state_observer_bridge.h', |
79 'public/web_thread.h', | 81 'public/web_thread.h', |
80 'public/web_view_type.h', | 82 'public/web_view_type.h', |
81 'string_util.cc', | 83 'string_util.cc', |
82 'url_scheme_util.mm', | 84 'url_scheme_util.mm', |
83 'url_util.cc', | 85 'url_util.cc', |
84 'user_metrics.cc', | 86 'user_metrics.cc', |
85 'weak_nsobject_counter.h', | 87 'weak_nsobject_counter.h', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'public/test/test_web_state.cc', | 171 'public/test/test_web_state.cc', |
170 'public/test/test_web_state.h', | 172 'public/test/test_web_state.h', |
171 'public/test/test_web_thread.h', | 173 'public/test/test_web_thread.h', |
172 'public/test/test_web_thread_bundle.h', | 174 'public/test/test_web_thread_bundle.h', |
173 'test/test_web_thread.cc', | 175 'test/test_web_thread.cc', |
174 'test/test_web_thread_bundle.cc', | 176 'test/test_web_thread_bundle.cc', |
175 ], | 177 ], |
176 }, | 178 }, |
177 ], | 179 ], |
178 } | 180 } |
OLD | NEW |