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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 2015133003: Decompress credits page on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/browser/ui/webui/about_ui.cc ('k') | no next file » | 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../../components/components.gyp:webp_transcode', 122 '../../components/components.gyp:webp_transcode',
123 '../../components/components_resources.gyp:components_resources', 123 '../../components/components_resources.gyp:components_resources',
124 '../../components/components_strings.gyp:components_strings', 124 '../../components/components_strings.gyp:components_strings',
125 '../../components/prefs/prefs.gyp:prefs', 125 '../../components/prefs/prefs.gyp:prefs',
126 '../../components/url_formatter/url_formatter.gyp:url_formatter', 126 '../../components/url_formatter/url_formatter.gyp:url_formatter',
127 '../../google_apis/google_apis.gyp:google_apis', 127 '../../google_apis/google_apis.gyp:google_apis',
128 '../../net/net.gyp:net', 128 '../../net/net.gyp:net',
129 '../../net/net.gyp:net_extras', 129 '../../net/net.gyp:net_extras',
130 '../../skia/skia.gyp:skia', 130 '../../skia/skia.gyp:skia',
131 '../../sync/sync.gyp:sync', 131 '../../sync/sync.gyp:sync',
132 '../../third_party/brotli/brotli.gyp:brotli',
132 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac', 133 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac',
133 '../../ui/base/ui_base.gyp:ui_base', 134 '../../ui/base/ui_base.gyp:ui_base',
134 '../../ui/gfx/gfx.gyp:gfx', 135 '../../ui/gfx/gfx.gyp:gfx',
135 '../../url/url.gyp:url_lib', 136 '../../url/url.gyp:url_lib',
136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
137 '../web/ios_web.gyp:ios_web', 138 '../web/ios_web.gyp:ios_web',
138 'injected_js', 139 'injected_js',
139 'ios_chrome_browser_about_flags', 140 'ios_chrome_browser_about_flags',
140 'ios_chrome_common', 141 'ios_chrome_common',
141 'ios_chrome_resources.gyp:ios_chrome_resources', 142 'ios_chrome_resources.gyp:ios_chrome_resources',
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 '../../components/components.gyp:omnibox_browser', 867 '../../components/components.gyp:omnibox_browser',
867 '../../components/components.gyp:rlz', 868 '../../components/components.gyp:rlz',
868 '../../components/components.gyp:search_engines', 869 '../../components/components.gyp:search_engines',
869 '../../rlz/rlz.gyp:rlz_lib', 870 '../../rlz/rlz.gyp:rlz_lib',
870 ], 871 ],
871 }, 872 },
872 ], 873 ],
873 }], 874 }],
874 ], 875 ],
875 } 876 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/webui/about_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698