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

Side by Side Diff: components/components_tests.gyp

Issue 913433002: Rename content_credential_manager_dispatcher_unittest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 }], 471 }],
472 ['OS != "ios"', { 472 ['OS != "ios"', {
473 'sources': [ 473 'sources': [
474 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 474 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
475 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 475 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
476 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 476 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
477 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 477 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
478 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc', 478 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc',
479 'error_page/renderer/net_error_helper_core_unittest.cc', 479 'error_page/renderer/net_error_helper_core_unittest.cc',
480 'metrics/gpu/gpu_metrics_provider_unittest.cc', 480 'metrics/gpu/gpu_metrics_provider_unittest.cc',
481 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 481 'password_manager/content/browser/credential_manager_dispatcher_ unittest.cc',
482 'power/origin_power_map_unittest.cc', 482 'power/origin_power_map_unittest.cc',
483 ], 483 ],
484 'dependencies': [ 484 'dependencies': [
485 '../skia/skia.gyp:skia', 485 '../skia/skia.gyp:skia',
486 'components.gyp:autofill_content_browser', 486 'components.gyp:autofill_content_browser',
487 'components.gyp:autofill_content_renderer', 487 'components.gyp:autofill_content_renderer',
488 'components.gyp:autofill_content_test_support', 488 'components.gyp:autofill_content_test_support',
489 'components.gyp:dom_distiller_content', 489 'components.gyp:dom_distiller_content',
490 'components.gyp:error_page_renderer', 490 'components.gyp:error_page_renderer',
491 'components.gyp:history_content_browser', 491 'components.gyp:history_content_browser',
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 '../build/isolate.gypi', 1061 '../build/isolate.gypi',
1062 ], 1062 ],
1063 'sources': [ 1063 'sources': [
1064 'components_unittests.isolate', 1064 'components_unittests.isolate',
1065 ], 1065 ],
1066 }, 1066 },
1067 ], 1067 ],
1068 }], 1068 }],
1069 ], 1069 ],
1070 } 1070 }
OLDNEW
« no previous file with comments | « no previous file | components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698