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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12089034: Add a WebUIControllerFactory in content and move chrome://webrtc-internals to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/url_constants.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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc', 835 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc',
836 'browser/intents/web_intents_registry_unittest.cc', 836 'browser/intents/web_intents_registry_unittest.cc',
837 'browser/intents/web_intents_reporting_unittest.cc', 837 'browser/intents/web_intents_reporting_unittest.cc',
838 'browser/intents/web_intents_util_unittest.cc', 838 'browser/intents/web_intents_util_unittest.cc',
839 'browser/internal_auth_unittest.cc', 839 'browser/internal_auth_unittest.cc',
840 'browser/language_usage_metrics_unittest.cc', 840 'browser/language_usage_metrics_unittest.cc',
841 'browser/mac/keystone_glue_unittest.mm', 841 'browser/mac/keystone_glue_unittest.mm',
842 'browser/managed_mode/managed_mode_unittest.cc', 842 'browser/managed_mode/managed_mode_unittest.cc',
843 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 843 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
844 'browser/managed_mode/managed_user_service_unittest.cc', 844 'browser/managed_mode/managed_user_service_unittest.cc',
845 'browser/media/chrome_webrtc_internals_unittest.cc',
846 'browser/media/media_internals_unittest.cc', 845 'browser/media/media_internals_unittest.cc',
847 'browser/media_gallery/linux/mtp_device_object_enumerator_unittest.cc', 846 'browser/media_gallery/linux/mtp_device_object_enumerator_unittest.cc',
848 'browser/media_gallery/media_file_system_registry_unittest.cc', 847 'browser/media_gallery/media_file_system_registry_unittest.cc',
849 'browser/media_gallery/media_galleries_dialog_controller_mock.cc', 848 'browser/media_gallery/media_galleries_dialog_controller_mock.cc',
850 'browser/media_gallery/media_galleries_dialog_controller_mock.h', 849 'browser/media_gallery/media_galleries_dialog_controller_mock.h',
851 'browser/media_gallery/media_galleries_preferences_unittest.cc', 850 'browser/media_gallery/media_galleries_preferences_unittest.cc',
852 'browser/media_gallery/media_gallery_database_unittest.cc', 851 'browser/media_gallery/media_gallery_database_unittest.cc',
853 'browser/media_gallery/win/mtp_device_object_enumerator_unittest.cc', 852 'browser/media_gallery/win/mtp_device_object_enumerator_unittest.cc',
854 'browser/metrics/metrics_log_unittest.cc', 853 'browser/metrics/metrics_log_unittest.cc',
855 'browser/metrics/metrics_log_serializer_unittest.cc', 854 'browser/metrics/metrics_log_serializer_unittest.cc',
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
2357 # more details. 2356 # more details.
2358 'DebugInformationFormat': '3', 2357 'DebugInformationFormat': '3',
2359 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2358 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2360 }, 2359 },
2361 }, 2360 },
2362 }, 2361 },
2363 ], 2362 ],
2364 }], 2363 }],
2365 ], # 'conditions' 2364 ], # 'conditions'
2366 } 2365 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698