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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: License Created 7 years, 3 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_browser_ui.gypi ('k') | extensions/browser/extension_error.h » ('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 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 }, 505 },
506 }, 506 },
507 'sources': [ 507 'sources': [
508 '../apps/app_shim/app_shim_host_mac_unittest.cc', 508 '../apps/app_shim/app_shim_host_mac_unittest.cc',
509 '../apps/saved_files_service_unittest.cc', 509 '../apps/saved_files_service_unittest.cc',
510 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 510 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
511 '../apps/shell_window_geometry_cache_unittest.cc', 511 '../apps/shell_window_geometry_cache_unittest.cc',
512 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 512 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
513 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 513 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
514 '../extensions/browser/file_reader_unittest.cc', 514 '../extensions/browser/file_reader_unittest.cc',
515 '../extensions/browser/manifest_highlighter_unittest.cc',
515 '../extensions/common/event_filter_unittest.cc', 516 '../extensions/common/event_filter_unittest.cc',
516 '../extensions/common/extension_resource_unittest.cc', 517 '../extensions/common/extension_resource_unittest.cc',
517 '../extensions/common/id_util_unittest.cc', 518 '../extensions/common/id_util_unittest.cc',
518 '../extensions/common/matcher/regex_set_matcher_unittest.cc', 519 '../extensions/common/matcher/regex_set_matcher_unittest.cc',
519 '../extensions/common/matcher/string_pattern_unittest.cc', 520 '../extensions/common/matcher/string_pattern_unittest.cc',
520 '../extensions/common/matcher/substring_set_matcher_unittest.cc', 521 '../extensions/common/matcher/substring_set_matcher_unittest.cc',
521 '../extensions/common/matcher/url_matcher_factory_unittest.cc', 522 '../extensions/common/matcher/url_matcher_factory_unittest.cc',
522 '../extensions/common/matcher/url_matcher_unittest.cc', 523 '../extensions/common/matcher/url_matcher_unittest.cc',
523 '../extensions/common/one_shot_event_unittest.cc', 524 '../extensions/common/one_shot_event_unittest.cc',
524 '../extensions/common/url_pattern_set_unittest.cc', 525 '../extensions/common/url_pattern_set_unittest.cc',
(...skipping 2226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 # more details. 2752 # more details.
2752 'DebugInformationFormat': '3', 2753 'DebugInformationFormat': '3',
2753 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2754 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2754 }, 2755 },
2755 }, 2756 },
2756 }, 2757 },
2757 ], 2758 ],
2758 }], 2759 }],
2759 ], # 'conditions' 2760 ], # 'conditions'
2760 } 2761 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | extensions/browser/extension_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698