| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'browser/updatable_config/updatable_array.h', | 229 'browser/updatable_config/updatable_array.h', |
| 230 'browser/updatable_config/updatable_array.mm', | 230 'browser/updatable_config/updatable_array.mm', |
| 231 'browser/updatable_config/updatable_config_base.h', | 231 'browser/updatable_config/updatable_config_base.h', |
| 232 'browser/updatable_config/updatable_config_base.mm', | 232 'browser/updatable_config/updatable_config_base.mm', |
| 233 'browser/updatable_config/updatable_dictionary.h', | 233 'browser/updatable_config/updatable_dictionary.h', |
| 234 'browser/updatable_config/updatable_dictionary.mm', | 234 'browser/updatable_config/updatable_dictionary.mm', |
| 235 'browser/web/dom_altering_lock.h', | 235 'browser/web/dom_altering_lock.h', |
| 236 'browser/web/dom_altering_lock.mm', | 236 'browser/web/dom_altering_lock.mm', |
| 237 'browser/web_resource/ios_web_resource_service.cc', | 237 'browser/web_resource/ios_web_resource_service.cc', |
| 238 'browser/web_resource/ios_web_resource_service.h', | 238 'browser/web_resource/ios_web_resource_service.h', |
| 239 'browser/xcallback_parameters.h', |
| 240 'browser/xcallback_parameters.mm', |
| 239 ], | 241 ], |
| 240 }, | 242 }, |
| 241 { | 243 { |
| 242 'target_name': 'ios_chrome_common', | 244 'target_name': 'ios_chrome_common', |
| 243 'type': 'static_library', | 245 'type': 'static_library', |
| 244 'include_dirs': [ | 246 'include_dirs': [ |
| 245 '../..', | 247 '../..', |
| 246 ], | 248 ], |
| 247 'dependencies': [ | 249 'dependencies': [ |
| 248 '../../base/base.gyp:base', | 250 '../../base/base.gyp:base', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 268 '../../ios/web/js_compile.gypi', | 270 '../../ios/web/js_compile.gypi', |
| 269 ], | 271 ], |
| 270 'link_settings': { | 272 'link_settings': { |
| 271 'mac_bundle_resources': [ | 273 'mac_bundle_resources': [ |
| 272 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 274 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
| 273 ], | 275 ], |
| 274 }, | 276 }, |
| 275 }, | 277 }, |
| 276 ], | 278 ], |
| 277 } | 279 } |
| OLD | NEW |