| 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 { |
| 11 # GN version: //ios/web/public/app |
| 11 'target_name': 'ios_web_app', | 12 'target_name': 'ios_web_app', |
| 12 'type': 'static_library', | 13 'type': 'static_library', |
| 13 'include_dirs': [ | 14 'include_dirs': [ |
| 14 '../..', | 15 '../..', |
| 15 ], | 16 ], |
| 16 'dependencies': [ | 17 'dependencies': [ |
| 17 'ios_web', | 18 'ios_web', |
| 18 '../../base/base.gyp:base', | 19 '../../base/base.gyp:base', |
| 19 '../../base/base.gyp:base_i18n', | 20 '../../base/base.gyp:base_i18n', |
| 20 '../../crypto/crypto.gyp:crypto', | 21 '../../crypto/crypto.gyp:crypto', |
| (...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 'dependencies': [ | 493 'dependencies': [ |
| 493 '../../base/base.gyp:base' | 494 '../../base/base.gyp:base' |
| 494 ], | 495 ], |
| 495 'sources': [ | 496 'sources': [ |
| 496 'public/user_agent.h', | 497 'public/user_agent.h', |
| 497 'public/user_agent.mm', | 498 'public/user_agent.mm', |
| 498 ], | 499 ], |
| 499 }, | 500 }, |
| 500 ], | 501 ], |
| 501 } | 502 } |
| OLD | NEW |