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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'public/web_state/crw_web_controller_observer.h', | 93 'public/web_state/crw_web_controller_observer.h', |
94 'public/web_state/crw_web_delegate.h', | 94 'public/web_state/crw_web_delegate.h', |
95 'public/web_state/crw_web_user_interface_delegate.h' | 95 'public/web_state/crw_web_user_interface_delegate.h' |
96 'public/web_state/crw_web_view_proxy.h' | 96 'public/web_state/crw_web_view_proxy.h' |
97 'public/web_state/crw_web_view_scroll_view_proxy.h' | 97 'public/web_state/crw_web_view_scroll_view_proxy.h' |
98 'public/web_state/js/crw_js_base_manager.h', | 98 'public/web_state/js/crw_js_base_manager.h', |
99 'public/web_state/js/crw_js_early_script_manager.h', | 99 'public/web_state/js/crw_js_early_script_manager.h', |
100 'public/web_state/js/crw_js_injection_evaluator.h', | 100 'public/web_state/js/crw_js_injection_evaluator.h', |
101 'public/web_state/js/crw_js_injection_manager.h', | 101 'public/web_state/js/crw_js_injection_manager.h', |
102 'public/web_state/js/crw_js_injection_receiver.h', | 102 'public/web_state/js/crw_js_injection_receiver.h', |
103 'public/web_state/js/crw_js_message_manager.h', | |
104 'public/web_state/page_scroll_state.h', | 103 'public/web_state/page_scroll_state.h', |
105 'public/web_state/page_scroll_state.mm', | 104 'public/web_state/page_scroll_state.mm', |
106 'public/web_state/url_verification_constants.h', | 105 'public/web_state/url_verification_constants.h', |
107 'public/web_state/web_state_observer.h', | 106 'public/web_state/web_state_observer.h', |
108 'public/web_state/web_state_observer_bridge.h', | 107 'public/web_state/web_state_observer_bridge.h', |
109 'public/web_thread.h', | 108 'public/web_thread.h', |
110 'public/web_view_type.h', | 109 'public/web_view_type.h', |
111 'string_util.cc', | 110 'string_util.cc', |
112 'ui_web_view_util.h', | 111 'ui_web_view_util.h', |
113 'ui_web_view_util.mm', | 112 'ui_web_view_util.mm', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 'dependencies': [ | 297 'dependencies': [ |
299 '../../base/base.gyp:base' | 298 '../../base/base.gyp:base' |
300 ], | 299 ], |
301 'sources': [ | 300 'sources': [ |
302 'public/user_agent.h', | 301 'public/user_agent.h', |
303 'public/user_agent.mm', | 302 'public/user_agent.mm', |
304 ], | 303 ], |
305 }, | 304 }, |
306 ], | 305 ], |
307 } | 306 } |
OLD | NEW |