Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Side by Side Diff: ios/web/ios_web.gyp

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/web/DEPS ('k') | ios/web/navigation/navigation_item_impl.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
54 '../../content/content.gyp:content_browser', 55 '../../content/content.gyp:content_browser',
55 '../../ios/net/ios_net.gyp:ios_net', 56 '../../ios/net/ios_net.gyp:ios_net',
56 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz er', 57 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz er',
57 '../../net/net.gyp:net', 58 '../../net/net.gyp:net',
58 '../../ui/base/ui_base.gyp:ui_base', 59 '../../ui/base/ui_base.gyp:ui_base',
59 '../../ui/gfx/gfx.gyp:gfx', 60 '../../ui/gfx/gfx.gyp:gfx',
60 '../../ui/gfx/gfx.gyp:gfx_geometry', 61 '../../ui/gfx/gfx.gyp:gfx_geometry',
61 '../../ui/resources/ui_resources.gyp:ui_resources', 62 '../../ui/resources/ui_resources.gyp:ui_resources',
62 '../../url/url.gyp:url_lib', 63 '../../url/url.gyp:url_lib',
63 ], 64 ],
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'dependencies': [ 550 'dependencies': [
550 '../../base/base.gyp:base' 551 '../../base/base.gyp:base'
551 ], 552 ],
552 'sources': [ 553 'sources': [
553 'public/user_agent.h', 554 'public/user_agent.h',
554 'public/user_agent.mm', 555 'public/user_agent.mm',
555 ], 556 ],
556 }, 557 },
557 ], 558 ],
558 } 559 }
OLDNEW
« no previous file with comments | « ios/web/DEPS ('k') | ios/web/navigation/navigation_item_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698