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

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

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 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
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../../components/components.gyp:webdata_services', 119 '../../components/components.gyp:webdata_services',
120 '../../components/components_resources.gyp:components_resources', 120 '../../components/components_resources.gyp:components_resources',
121 '../../components/components_strings.gyp:components_strings', 121 '../../components/components_strings.gyp:components_strings',
122 '../../components/prefs/prefs.gyp:prefs', 122 '../../components/prefs/prefs.gyp:prefs',
123 '../../components/url_formatter/url_formatter.gyp:url_formatter', 123 '../../components/url_formatter/url_formatter.gyp:url_formatter',
124 '../../google_apis/google_apis.gyp:google_apis', 124 '../../google_apis/google_apis.gyp:google_apis',
125 '../../net/net.gyp:net', 125 '../../net/net.gyp:net',
126 '../../net/net.gyp:net_extras', 126 '../../net/net.gyp:net_extras',
127 '../../services/shell/shell_public.gyp:shell_public', 127 '../../services/shell/shell_public.gyp:shell_public',
128 '../../skia/skia.gyp:skia', 128 '../../skia/skia.gyp:skia',
129 '../../sync/sync.gyp:sync', 129 '../../components/sync.gyp:sync',
130 '../../third_party/brotli/brotli.gyp:brotli', 130 '../../third_party/brotli/brotli.gyp:brotli',
131 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac', 131 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac',
132 '../../third_party/libwebp/libwebp.gyp:libwebp_dec', 132 '../../third_party/libwebp/libwebp.gyp:libwebp_dec',
133 '../../ui/base/ui_base.gyp:ui_base', 133 '../../ui/base/ui_base.gyp:ui_base',
134 '../../ui/gfx/gfx.gyp:gfx', 134 '../../ui/gfx/gfx.gyp:gfx',
135 '../../url/url.gyp:url_lib', 135 '../../url/url.gyp:url_lib',
136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
137 '../web/ios_web.gyp:ios_web', 137 '../web/ios_web.gyp:ios_web',
138 'injected_js', 138 'injected_js',
139 'ios_chrome_browser_about_flags', 139 'ios_chrome_browser_about_flags',
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 '../../components/components.gyp:omnibox_browser', 894 '../../components/components.gyp:omnibox_browser',
895 '../../components/components.gyp:rlz', 895 '../../components/components.gyp:rlz',
896 '../../components/components.gyp:search_engines', 896 '../../components/components.gyp:search_engines',
897 '../../rlz/rlz.gyp:rlz_lib', 897 '../../rlz/rlz.gyp:rlz_lib',
898 ], 898 ],
899 }, 899 },
900 ], 900 ],
901 }], 901 }],
902 ], 902 ],
903 } 903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698