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

Side by Side Diff: ios/crnet/crnet.gyp

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix Created 4 years, 10 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/chrome/ios_chrome_tests.gyp ('k') | net/net.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 'target_name': 'crnet', 11 'target_name': 'crnet',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '../../components/components.gyp:webp_transcode', 14 '../../components/components.gyp:webp_transcode',
15 '../../components/prefs/prefs.gyp:prefs',
15 '../../ios/net/ios_net.gyp:ios_net', 16 '../../ios/net/ios_net.gyp:ios_net',
16 '../../ios/web/ios_web.gyp:user_agent', 17 '../../ios/web/ios_web.gyp:user_agent',
17 '../../net/net.gyp:net', 18 '../../net/net.gyp:net',
18 'crnet_resources', 19 'crnet_resources',
19 ], 20 ],
20 'mac_framework_headers': [ 21 'mac_framework_headers': [
21 'CrNet.h', 22 'CrNet.h',
22 ], 23 ],
23 'direct_dependent_settings': { 24 'direct_dependent_settings': {
24 'include_dirs': [ '.' ], 25 'include_dirs': [ '.' ],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'all_dependent_settings': { 111 'all_dependent_settings': {
111 'link_settings': { 112 'link_settings': {
112 'mac_bundle_resources': [ 113 'mac_bundle_resources': [
113 '>(PRODUCT_DIR)/crnet_resources.bundle', 114 '>(PRODUCT_DIR)/crnet_resources.bundle',
114 ], 115 ],
115 }, 116 },
116 }, 117 },
117 }, 118 },
118 ], 119 ],
119 } 120 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome_tests.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698