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

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

Issue 1988863002: [ios Mojo] Mojo resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 4 years, 7 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/BUILD.gn ('k') | ios/web/ios_web_resources.grd » ('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 26 matching lines...) Expand all
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
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 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/ios_web_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698