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

Side by Side Diff: components/components_tests.gyp

Issue 258473005: Add a unittest for PasswordAutofillAgent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/autofill/content/renderer/test_password_autofill_agent.h ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'components.gyp:translate_core_browser', 244 'components.gyp:translate_core_browser',
245 'components.gyp:translate_core_common', 245 'components.gyp:translate_core_common',
246 'components.gyp:translate_language_detection', 246 'components.gyp:translate_language_detection',
247 247
248 # Dependencies of variations 248 # Dependencies of variations
249 'components.gyp:variations', 249 'components.gyp:variations',
250 ], 250 ],
251 'conditions': [ 251 'conditions': [
252 ['OS != "ios"', { 252 ['OS != "ios"', {
253 'sources': [ 253 'sources': [
254 'autofill/content/renderer/password_autofill_agent_unittest.cc',
254 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 255 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
255 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 256 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
256 'usb_service/usb_context_unittest.cc', 257 'usb_service/usb_context_unittest.cc',
257 ], 258 ],
258 'dependencies': [ 259 'dependencies': [
259 # Dependencies of autofill 260 # Dependencies of autofill
260 'components.gyp:autofill_content_browser', 261 'components.gyp:autofill_content_browser',
261 'components.gyp:autofill_content_renderer', 262 'components.gyp:autofill_content_renderer',
262 'components.gyp:autofill_content_test_support', 263 'components.gyp:autofill_content_test_support',
263 264
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'dependencies': [ 671 'dependencies': [
671 '../base/allocator/allocator.gyp:allocator', 672 '../base/allocator/allocator.gyp:allocator',
672 ], 673 ],
673 }], 674 }],
674 ], 675 ],
675 }, 676 },
676 ], 677 ],
677 }], 678 }],
678 ], 679 ],
679 } 680 }
OLDNEW
« no previous file with comments | « components/autofill/content/renderer/test_password_autofill_agent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698