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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 924063003: [Favicon] Adding FallbackIconUrlParser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unsigned int compare issue in test. 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
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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'browser/ui/webui/fileicon_source_unittest.cc', 530 'browser/ui/webui/fileicon_source_unittest.cc',
531 'browser/ui/webui/history_ui_unittest.cc', 531 'browser/ui/webui/history_ui_unittest.cc',
532 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', 532 'browser/update_client/chrome_update_query_params_delegate_unittest.cc',
533 'browser/upload_list_unittest.cc', 533 'browser/upload_list_unittest.cc',
534 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 534 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
535 'browser/web_resource/promo_resource_service_unittest.cc', 535 'browser/web_resource/promo_resource_service_unittest.cc',
536 'common/chrome_content_client_unittest.cc', 536 'common/chrome_content_client_unittest.cc',
537 'common/chrome_paths_unittest.cc', 537 'common/chrome_paths_unittest.cc',
538 'common/cloud_print/cloud_print_helpers_unittest.cc', 538 'common/cloud_print/cloud_print_helpers_unittest.cc',
539 'common/crash_keys_unittest.cc', 539 'common/crash_keys_unittest.cc',
540 'common/favicon/fallback_icon_url_parser_unittest.cc',
540 'common/favicon/favicon_url_parser_unittest.cc', 541 'common/favicon/favicon_url_parser_unittest.cc',
541 'common/ini_parser_unittest.cc', 542 'common/ini_parser_unittest.cc',
542 'common/instant_types_unittest.cc', 543 'common/instant_types_unittest.cc',
543 'common/mac/cfbundle_blocker_unittest.mm', 544 'common/mac/cfbundle_blocker_unittest.mm',
544 'common/mac/mock_launchd.cc', 545 'common/mac/mock_launchd.cc',
545 'common/mac/mock_launchd.h', 546 'common/mac/mock_launchd.h',
546 'common/mac/objc_zombie_unittest.mm', 547 'common/mac/objc_zombie_unittest.mm',
547 'common/partial_circular_buffer_unittest.cc', 548 'common/partial_circular_buffer_unittest.cc',
548 'common/pref_names_util_unittest.cc', 549 'common/pref_names_util_unittest.cc',
549 'common/search_urls_unittest.cc', 550 'common/search_urls_unittest.cc',
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 'dependencies': [ 2735 'dependencies': [
2735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2736 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2736 ], 2737 ],
2737 }], 2738 }],
2738 ], 2739 ],
2739 }, 2740 },
2740 ], 2741 ],
2741 }], 2742 }],
2742 ], # 'conditions' 2743 ], # 'conditions'
2743 } 2744 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698