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

Side by Side Diff: components/components_tests.gyp

Issue 964563002: Replace SetAuthenticatedUsername with SetAuthenticatedAccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@priv
Patch Set: rebased Created 5 years, 8 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 '../content/content_shell_and_tests.gyp:content_shell_pak', 1136 '../content/content_shell_and_tests.gyp:content_shell_pak',
1137 '../content/content_shell_and_tests.gyp:test_support_content', 1137 '../content/content_shell_and_tests.gyp:test_support_content',
1138 '../skia/skia.gyp:skia', 1138 '../skia/skia.gyp:skia',
1139 '../testing/gmock.gyp:gmock', 1139 '../testing/gmock.gyp:gmock',
1140 '../testing/gtest.gyp:gtest', 1140 '../testing/gtest.gyp:gtest',
1141 'components.gyp:autofill_content_browser', 1141 'components.gyp:autofill_content_browser',
1142 'components.gyp:autofill_content_renderer', 1142 'components.gyp:autofill_content_renderer',
1143 'components.gyp:dom_distiller_content', 1143 'components.gyp:dom_distiller_content',
1144 'components.gyp:dom_distiller_core', 1144 'components.gyp:dom_distiller_core',
1145 'components.gyp:password_manager_content_renderer', 1145 'components.gyp:password_manager_content_renderer',
1146 'components.gyp:signin_core_browser',
Mike Lerman 2015/04/08 14:45:27 I don't see any new files or tests within the comp
Roger Tawa OOO till Jul 10th 2015/04/08 20:24:21 I believe it was needed to link on android. Howev
1147 'components.gyp:signin_core_browser_test_support',
1146 'components.gyp:pref_registry_test_support', 1148 'components.gyp:pref_registry_test_support',
1147 'components_resources.gyp:components_resources', 1149 'components_resources.gyp:components_resources',
1148 'components_strings.gyp:components_strings', 1150 'components_strings.gyp:components_strings',
1149 'components_tests_pak', 1151 'components_tests_pak',
1150 ], 1152 ],
1151 'include_dirs': [ 1153 'include_dirs': [
1152 '..', 1154 '..',
1153 ], 1155 ],
1154 'defines': [ 1156 'defines': [
1155 'HAS_OUT_OF_PROC_TEST_RUNNER', 1157 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 'dependencies': [ 1253 'dependencies': [
1252 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1254 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1253 ], 1255 ],
1254 }], 1256 }],
1255 ], 1257 ],
1256 }, 1258 },
1257 ], 1259 ],
1258 }], 1260 }],
1259 ], 1261 ],
1260 } 1262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698