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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 621153002: A Sign in to GAIA test utility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 1 month 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 | « chrome/browser/ui/webui/signin/login_ui_test_utils.cc ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1587 'browser/ui/login/login_prompt_test_utils.h', 1587 'browser/ui/login/login_prompt_test_utils.h',
1588 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', 1588 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc',
1589 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', 1589 'browser/ui/passwords/manage_passwords_ui_controller_mock.h',
1590 'browser/ui/pdf/pdf_browsertest_base.cc', 1590 'browser/ui/pdf/pdf_browsertest_base.cc',
1591 'browser/ui/pdf/pdf_browsertest_base.h', 1591 'browser/ui/pdf/pdf_browsertest_base.h',
1592 'browser/ui/test/test_confirm_bubble_model.cc', 1592 'browser/ui/test/test_confirm_bubble_model.cc',
1593 'browser/ui/test/test_confirm_bubble_model.h', 1593 'browser/ui/test/test_confirm_bubble_model.h',
1594 'browser/ui/views/find_bar_host_unittest_util_views.cc', 1594 'browser/ui/views/find_bar_host_unittest_util_views.cc',
1595 'browser/ui/website_settings/mock_permission_bubble_request.cc', 1595 'browser/ui/website_settings/mock_permission_bubble_request.cc',
1596 'browser/ui/website_settings/mock_permission_bubble_request.h', 1596 'browser/ui/website_settings/mock_permission_bubble_request.h',
1597 'browser/ui/webui/signin/login_ui_test_utils.cc',
1598 'browser/ui/webui/signin/login_ui_test_utils.h',
1597 'renderer/chrome_mock_render_thread.cc', 1599 'renderer/chrome_mock_render_thread.cc',
1598 'renderer/chrome_mock_render_thread.h', 1600 'renderer/chrome_mock_render_thread.h',
1599 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 1601 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
1600 'renderer/safe_browsing/mock_feature_extractor_clock.h', 1602 'renderer/safe_browsing/mock_feature_extractor_clock.h',
1601 'renderer/safe_browsing/test_utils.cc', 1603 'renderer/safe_browsing/test_utils.cc',
1602 'renderer/safe_browsing/test_utils.h', 1604 'renderer/safe_browsing/test_utils.h',
1603 'test/base/chrome_process_util.cc', 1605 'test/base/chrome_process_util.cc',
1604 'test/base/chrome_process_util.h', 1606 'test/base/chrome_process_util.h',
1605 'test/base/chrome_process_util_mac.cc', 1607 'test/base/chrome_process_util_mac.cc',
1606 'test/base/chrome_render_view_host_test_harness.cc', 1608 'test/base/chrome_render_view_host_test_harness.cc',
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 'dependencies': [ 2919 'dependencies': [
2918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2920 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2919 ], 2921 ],
2920 }], 2922 }],
2921 ], 2923 ],
2922 }, 2924 },
2923 ], 2925 ],
2924 }], 2926 }],
2925 ], # 'conditions' 2927 ], # 'conditions'
2926 } 2928 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698