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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../../components/components.gyp:webdata_services', 120 '../../components/components.gyp:webdata_services',
121 '../../components/components_resources.gyp:components_resources', 121 '../../components/components_resources.gyp:components_resources',
122 '../../components/components_strings.gyp:components_strings', 122 '../../components/components_strings.gyp:components_strings',
123 '../../components/prefs/prefs.gyp:prefs', 123 '../../components/prefs/prefs.gyp:prefs',
124 '../../components/url_formatter/url_formatter.gyp:url_formatter', 124 '../../components/url_formatter/url_formatter.gyp:url_formatter',
125 '../../google_apis/google_apis.gyp:google_apis', 125 '../../google_apis/google_apis.gyp:google_apis',
126 '../../net/net.gyp:net', 126 '../../net/net.gyp:net',
127 '../../net/net.gyp:net_extras', 127 '../../net/net.gyp:net_extras',
128 '../../services/shell/shell_public.gyp:shell_public', 128 '../../services/shell/shell_public.gyp:shell_public',
129 '../../skia/skia.gyp:skia', 129 '../../skia/skia.gyp:skia',
130 '../../sync/sync.gyp:sync', 130 '../../components/sync.gyp:sync',
131 '../../third_party/brotli/brotli.gyp:brotli', 131 '../../third_party/brotli/brotli.gyp:brotli',
132 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac', 132 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac',
133 '../../third_party/libwebp/libwebp.gyp:libwebp_dec', 133 '../../third_party/libwebp/libwebp.gyp:libwebp_dec',
134 '../../ui/base/ui_base.gyp:ui_base', 134 '../../ui/base/ui_base.gyp:ui_base',
135 '../../ui/gfx/gfx.gyp:gfx', 135 '../../ui/gfx/gfx.gyp:gfx',
136 '../../url/url.gyp:url_lib', 136 '../../url/url.gyp:url_lib',
137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
138 '../web/ios_web.gyp:ios_web', 138 '../web/ios_web.gyp:ios_web',
139 'injected_js', 139 'injected_js',
140 'ios_chrome_browser_about_flags', 140 'ios_chrome_browser_about_flags',
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 '../../components/components.gyp:omnibox_browser', 895 '../../components/components.gyp:omnibox_browser',
896 '../../components/components.gyp:rlz', 896 '../../components/components.gyp:rlz',
897 '../../components/components.gyp:search_engines', 897 '../../components/components.gyp:search_engines',
898 '../../rlz/rlz.gyp:rlz_lib', 898 '../../rlz/rlz.gyp:rlz_lib',
899 ], 899 ],
900 }, 900 },
901 ], 901 ],
902 }], 902 }],
903 ], 903 ],
904 } 904 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.cc ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698