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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'browser/ui/uikit_ui_util.mm', | 262 'browser/ui/uikit_ui_util.mm', |
263 'browser/ui/url_loader.h', | 263 'browser/ui/url_loader.h', |
264 'browser/updatable_config/updatable_array.h', | 264 'browser/updatable_config/updatable_array.h', |
265 'browser/updatable_config/updatable_array.mm', | 265 'browser/updatable_config/updatable_array.mm', |
266 'browser/updatable_config/updatable_config_base.h', | 266 'browser/updatable_config/updatable_config_base.h', |
267 'browser/updatable_config/updatable_config_base.mm', | 267 'browser/updatable_config/updatable_config_base.mm', |
268 'browser/updatable_config/updatable_dictionary.h', | 268 'browser/updatable_config/updatable_dictionary.h', |
269 'browser/updatable_config/updatable_dictionary.mm', | 269 'browser/updatable_config/updatable_dictionary.mm', |
270 'browser/web/dom_altering_lock.h', | 270 'browser/web/dom_altering_lock.h', |
271 'browser/web/dom_altering_lock.mm', | 271 'browser/web/dom_altering_lock.mm', |
| 272 'browser/web/web_view_type_util.h', |
| 273 'browser/web/web_view_type_util.mm', |
272 'browser/web_resource/ios_web_resource_service.cc', | 274 'browser/web_resource/ios_web_resource_service.cc', |
273 'browser/web_resource/ios_web_resource_service.h', | 275 'browser/web_resource/ios_web_resource_service.h', |
274 'browser/xcallback_parameters.h', | 276 'browser/xcallback_parameters.h', |
275 'browser/xcallback_parameters.mm', | 277 'browser/xcallback_parameters.mm', |
276 ], | 278 ], |
277 }, | 279 }, |
278 { | 280 { |
279 'target_name': 'ios_chrome_common', | 281 'target_name': 'ios_chrome_common', |
280 'type': 'static_library', | 282 'type': 'static_library', |
281 'include_dirs': [ | 283 'include_dirs': [ |
(...skipping 23 matching lines...) Expand all Loading... |
305 '../../ios/web/js_compile.gypi', | 307 '../../ios/web/js_compile.gypi', |
306 ], | 308 ], |
307 'link_settings': { | 309 'link_settings': { |
308 'mac_bundle_resources': [ | 310 'mac_bundle_resources': [ |
309 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 311 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
310 ], | 312 ], |
311 }, | 313 }, |
312 }, | 314 }, |
313 ], | 315 ], |
314 } | 316 } |
OLD | NEW |