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

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

Issue 1443073002: Add gn implementation of //ios/web/shell:ios_web_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@translate
Patch Set: Created 5 years, 1 month 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/app/BUILD.gn ('k') | ios/web/ios_web_shell.gyp » ('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 {
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
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 }
OLDNEW
« no previous file with comments | « ios/web/app/BUILD.gn ('k') | ios/web/ios_web_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698