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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 902643003: Revert of Update geolocation permission tests for the permission bubble (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 | « chrome/chrome_tests.gypi ('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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'browser/ui/passwords/manage_passwords_icon_mock.cc', 514 'browser/ui/passwords/manage_passwords_icon_mock.cc',
515 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', 515 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc',
516 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc', 516 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc',
517 'browser/ui/passwords/password_bubble_experiment_unittest.cc', 517 'browser/ui/passwords/password_bubble_experiment_unittest.cc',
518 'browser/ui/passwords/password_manager_presenter_unittest.cc', 518 'browser/ui/passwords/password_manager_presenter_unittest.cc',
519 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', 519 'browser/ui/search_engines/keyword_editor_controller_unittest.cc',
520 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', 520 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc',
521 'browser/ui/sync/sync_promo_ui_unittest.cc', 521 'browser/ui/sync/sync_promo_ui_unittest.cc',
522 'browser/ui/tests/ui_gfx_image_unittest.cc', 522 'browser/ui/tests/ui_gfx_image_unittest.cc',
523 'browser/ui/tests/ui_gfx_image_unittest.mm', 523 'browser/ui/tests/ui_gfx_image_unittest.mm',
524 'browser/ui/website_settings/mock_permission_bubble_view.cc',
525 'browser/ui/website_settings/mock_permission_bubble_view.h',
526 'browser/ui/website_settings/permission_bubble_manager_unittest.cc', 524 'browser/ui/website_settings/permission_bubble_manager_unittest.cc',
527 'browser/ui/website_settings/website_settings_unittest.cc', 525 'browser/ui/website_settings/website_settings_unittest.cc',
528 'browser/ui/webui/fileicon_source_unittest.cc', 526 'browser/ui/webui/fileicon_source_unittest.cc',
529 'browser/ui/webui/history_ui_unittest.cc', 527 'browser/ui/webui/history_ui_unittest.cc',
530 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', 528 'browser/update_client/chrome_update_query_params_delegate_unittest.cc',
531 'browser/upload_list_unittest.cc', 529 'browser/upload_list_unittest.cc',
532 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 530 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
533 'browser/web_resource/promo_resource_service_unittest.cc', 531 'browser/web_resource/promo_resource_service_unittest.cc',
534 'common/chrome_paths_unittest.cc', 532 'common/chrome_paths_unittest.cc',
535 'common/chrome_content_client_unittest.cc', 533 'common/chrome_content_client_unittest.cc',
(...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2731 'dependencies': [ 2729 'dependencies': [
2732 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2730 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2733 ], 2731 ],
2734 }], 2732 }],
2735 ], 2733 ],
2736 }, 2734 },
2737 ], 2735 ],
2738 }], 2736 }],
2739 ], # 'conditions' 2737 ], # 'conditions'
2740 } 2738 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698