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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'public/web_state/js/crw_js_injection_evaluator.h', | 101 'public/web_state/js/crw_js_injection_evaluator.h', |
102 'public/web_state/js/crw_js_injection_manager.h', | 102 'public/web_state/js/crw_js_injection_manager.h', |
103 'public/web_state/js/crw_js_injection_receiver.h', | 103 'public/web_state/js/crw_js_injection_receiver.h', |
104 'public/web_state/page_scroll_state.h', | 104 'public/web_state/page_scroll_state.h', |
105 'public/web_state/page_scroll_state.mm', | 105 'public/web_state/page_scroll_state.mm', |
106 'public/web_state/url_verification_constants.h', | 106 'public/web_state/url_verification_constants.h', |
107 'public/web_state/web_state_observer.h', | 107 'public/web_state/web_state_observer.h', |
108 'public/web_state/web_state_observer_bridge.h', | 108 'public/web_state/web_state_observer_bridge.h', |
109 'public/web_thread.h', | 109 'public/web_thread.h', |
110 'public/web_view_type.h', | 110 'public/web_view_type.h', |
| 111 'public/web_view_util.h', |
111 'string_util.cc', | 112 'string_util.cc', |
112 'ui_web_view_util.h', | 113 'ui_web_view_util.h', |
113 'ui_web_view_util.mm', | 114 'ui_web_view_util.mm', |
114 'url_scheme_util.mm', | 115 'url_scheme_util.mm', |
115 'url_util.cc', | 116 'url_util.cc', |
116 'user_metrics.cc', | 117 'user_metrics.cc', |
117 'weak_nsobject_counter.h', | 118 'weak_nsobject_counter.h', |
118 'weak_nsobject_counter.mm', | 119 'weak_nsobject_counter.mm', |
119 'web_state/blocked_popup_info.h', | 120 'web_state/blocked_popup_info.h', |
120 'web_state/blocked_popup_info.mm', | 121 'web_state/blocked_popup_info.mm', |
(...skipping 22 matching lines...) Expand all Loading... |
143 'web_state/ui/crw_ui_simple_web_view_controller.mm', | 144 'web_state/ui/crw_ui_simple_web_view_controller.mm', |
144 'web_state/ui/crw_wk_simple_web_view_controller.h', | 145 'web_state/ui/crw_wk_simple_web_view_controller.h', |
145 'web_state/ui/crw_wk_simple_web_view_controller.mm', | 146 'web_state/ui/crw_wk_simple_web_view_controller.mm', |
146 'web_state/ui/crw_wk_web_view_crash_detector.h', | 147 'web_state/ui/crw_wk_web_view_crash_detector.h', |
147 'web_state/ui/crw_wk_web_view_crash_detector.mm', | 148 'web_state/ui/crw_wk_web_view_crash_detector.mm', |
148 'web_state/ui/web_view_js_utils.h', | 149 'web_state/ui/web_view_js_utils.h', |
149 'web_state/ui/web_view_js_utils.mm', | 150 'web_state/ui/web_view_js_utils.mm', |
150 'web_thread.cc', | 151 'web_thread.cc', |
151 'web_thread_impl.cc', | 152 'web_thread_impl.cc', |
152 'web_thread_impl.h', | 153 'web_thread_impl.h', |
153 'web_view_util.h', | |
154 'web_view_util.mm', | 154 'web_view_util.mm', |
155 ], | 155 ], |
156 'link_settings': { | 156 'link_settings': { |
157 'xcode_settings': { | 157 'xcode_settings': { |
158 'OTHER_LDFLAGS': [ | 158 'OTHER_LDFLAGS': [ |
159 '-weak_framework WebKit', | 159 '-weak_framework WebKit', |
160 ] | 160 ] |
161 }, | 161 }, |
162 }, | 162 }, |
163 }, | 163 }, |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 'dependencies': [ | 310 'dependencies': [ |
311 '../../base/base.gyp:base' | 311 '../../base/base.gyp:base' |
312 ], | 312 ], |
313 'sources': [ | 313 'sources': [ |
314 'public/user_agent.h', | 314 'public/user_agent.h', |
315 'public/user_agent.mm', | 315 'public/user_agent.mm', |
316 ], | 316 ], |
317 }, | 317 }, |
318 ], | 318 ], |
319 } | 319 } |
OLD | NEW |