| 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 26 matching lines...) Expand all Loading... |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 # GN version: //ios/web | 39 # GN version: //ios/web |
| 40 'target_name': 'ios_web', | 40 'target_name': 'ios_web', |
| 41 'type': 'static_library', | 41 'type': 'static_library', |
| 42 'include_dirs': [ | 42 'include_dirs': [ |
| 43 '../..', | 43 '../..', |
| 44 ], | 44 ], |
| 45 'dependencies': [ | 45 'dependencies': [ |
| 46 'ios_web_core', | 46 'ios_web_core', |
| 47 'ios_web_resources.gyp:ios_web_resources', |
| 47 'js_resources', | 48 'js_resources', |
| 48 'user_agent', | 49 'user_agent', |
| 49 '../../base/base.gyp:base', | 50 '../../base/base.gyp:base', |
| 50 '../../components/url_formatter/url_formatter.gyp:url_formatter', | 51 '../../components/url_formatter/url_formatter.gyp:url_formatter', |
| 51 '../../ios/net/ios_net.gyp:ios_net', | 52 '../../ios/net/ios_net.gyp:ios_net', |
| 52 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz
er', | 53 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz
er', |
| 53 '../../net/net.gyp:net', | 54 '../../net/net.gyp:net', |
| 54 '../../ui/base/ui_base.gyp:ui_base', | 55 '../../ui/base/ui_base.gyp:ui_base', |
| 55 '../../ui/gfx/gfx.gyp:gfx', | 56 '../../ui/gfx/gfx.gyp:gfx', |
| 56 '../../ui/gfx/gfx.gyp:gfx_geometry', | 57 '../../ui/gfx/gfx.gyp:gfx_geometry', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 'dependencies': [ | 505 'dependencies': [ |
| 505 '../../base/base.gyp:base' | 506 '../../base/base.gyp:base' |
| 506 ], | 507 ], |
| 507 'sources': [ | 508 'sources': [ |
| 508 'public/user_agent.h', | 509 'public/user_agent.h', |
| 509 'public/user_agent.mm', | 510 'public/user_agent.mm', |
| 510 ], | 511 ], |
| 511 }, | 512 }, |
| 512 ], | 513 ], |
| 513 } | 514 } |
| OLD | NEW |