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

Side by Side Diff: components/signin.gypi

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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/signin/core/common 8 # GN version: //components/signin/core/common
9 'target_name': 'signin_core_common', 9 'target_name': 'signin_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ], 177 ],
178 'conditions': [ 178 'conditions': [
179 ['OS == "android"', { 179 ['OS == "android"', {
180 'targets': [ 180 'targets': [
181 { 181 {
182 # GN version: //components/signin/core/browser/android:java 182 # GN version: //components/signin/core/browser/android:java
183 'target_name': 'signin_core_browser_java', 183 'target_name': 'signin_core_browser_java',
184 'type': 'none', 184 'type': 'none',
185 'dependencies': [ 185 'dependencies': [
186 '../base/base.gyp:base', 186 '../base/base.gyp:base',
187 '../sync/sync.gyp:sync_java', 187 '../components/sync.gyp:sync_java',
188 ], 188 ],
189 'variables': { 189 'variables': {
190 'java_in_dir': 'signin/core/browser/android/java', 190 'java_in_dir': 'signin/core/browser/android/java',
191 }, 191 },
192 'includes': [ '../build/java.gypi' ], 192 'includes': [ '../build/java.gypi' ],
193 }, 193 },
194 { 194 {
195 # GN version: //components/signin/core/browser/android:jni_headers 195 # GN version: //components/signin/core/browser/android:jni_headers
196 'target_name': 'signin_core_browser_jni_headers', 196 'target_name': 'signin_core_browser_jni_headers',
197 'type': 'none', 197 'type': 'none',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'sources': [ 257 'sources': [
258 # Note: file list duplicated in GN build. 258 # Note: file list duplicated in GN build.
259 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ', 259 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ',
260 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m', 260 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m',
261 ], 261 ],
262 }, 262 },
263 ], 263 ],
264 }], 264 }],
265 ], 265 ],
266 } 266 }
OLDNEW
« no previous file with comments | « components/sessions/core/session_types_unittest.cc ('k') | components/signin/core/browser/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698