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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'target_name': 'ios_web', | 44 'target_name': 'ios_web', |
45 'type': 'static_library', | 45 'type': 'static_library', |
46 'include_dirs': [ | 46 'include_dirs': [ |
47 '../..', | 47 '../..', |
48 ], | 48 ], |
49 'dependencies': [ | 49 'dependencies': [ |
50 'ios_web_core', | 50 'ios_web_core', |
51 'js_resources', | 51 'js_resources', |
52 'user_agent', | 52 'user_agent', |
53 '../../base/base.gyp:base', | 53 '../../base/base.gyp:base', |
54 '../../components/url_formatter/url_formatter.gyp:url_formatter', | |
55 '../../content/content.gyp:content_browser', | 54 '../../content/content.gyp:content_browser', |
56 '../../ios/net/ios_net.gyp:ios_net', | 55 '../../ios/net/ios_net.gyp:ios_net', |
57 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz
er', | 56 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz
er', |
58 '../../net/net.gyp:net', | 57 '../../net/net.gyp:net', |
59 '../../ui/base/ui_base.gyp:ui_base', | 58 '../../ui/base/ui_base.gyp:ui_base', |
60 '../../ui/gfx/gfx.gyp:gfx', | 59 '../../ui/gfx/gfx.gyp:gfx', |
61 '../../ui/gfx/gfx.gyp:gfx_geometry', | 60 '../../ui/gfx/gfx.gyp:gfx_geometry', |
62 '../../ui/resources/ui_resources.gyp:ui_resources', | 61 '../../ui/resources/ui_resources.gyp:ui_resources', |
63 '../../url/url.gyp:url_lib', | 62 '../../url/url.gyp:url_lib', |
64 ], | 63 ], |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 'dependencies': [ | 549 'dependencies': [ |
551 '../../base/base.gyp:base' | 550 '../../base/base.gyp:base' |
552 ], | 551 ], |
553 'sources': [ | 552 'sources': [ |
554 'public/user_agent.h', | 553 'public/user_agent.h', |
555 'public/user_agent.mm', | 554 'public/user_agent.mm', |
556 ], | 555 ], |
557 }, | 556 }, |
558 ], | 557 ], |
559 } | 558 } |
OLD | NEW |