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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 21115004: extensions: Remove chrome.webSocketProxyPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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_tests.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'browser/chromeos/settings/device_settings_provider_unittest.cc', 691 'browser/chromeos/settings/device_settings_provider_unittest.cc',
692 'browser/chromeos/settings/device_settings_service_unittest.cc', 692 'browser/chromeos/settings/device_settings_service_unittest.cc',
693 'browser/chromeos/settings/owner_key_util_unittest.cc', 693 'browser/chromeos/settings/owner_key_util_unittest.cc',
694 'browser/chromeos/settings/session_manager_operation_unittest.cc', 694 'browser/chromeos/settings/session_manager_operation_unittest.cc',
695 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', 695 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc',
696 'browser/chromeos/status/network_menu_icon.cc', 696 'browser/chromeos/status/network_menu_icon.cc',
697 'browser/chromeos/status/network_menu_icon_unittest.cc', 697 'browser/chromeos/status/network_menu_icon_unittest.cc',
698 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', 698 'browser/chromeos/system/automatic_reboot_manager_unittest.cc',
699 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', 699 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc',
700 'browser/chromeos/version_loader_unittest.cc', 700 'browser/chromeos/version_loader_unittest.cc',
701 'browser/chromeos/web_socket_proxy_helper_unittest.cc',
702 'browser/command_updater_unittest.cc', 701 'browser/command_updater_unittest.cc',
703 'browser/component_updater/test/component_installers_unittest.cc', 702 'browser/component_updater/test/component_installers_unittest.cc',
704 'browser/component_updater/test/component_patcher_mock.h', 703 'browser/component_updater/test/component_patcher_mock.h',
705 'browser/component_updater/test/component_patcher_unittest.cc', 704 'browser/component_updater/test/component_patcher_unittest.cc',
706 'browser/component_updater/test/component_updater_service_unittest.cc', 705 'browser/component_updater/test/component_updater_service_unittest.cc',
707 'browser/component_updater/test/test_installer.cc', 706 'browser/component_updater/test/test_installer.cc',
708 'browser/component_updater/test/url_request_post_interceptor.cc', 707 'browser/component_updater/test/url_request_post_interceptor.cc',
709 'browser/content_settings/content_settings_default_provider_unittest.cc' , 708 'browser/content_settings/content_settings_default_provider_unittest.cc' ,
710 'browser/content_settings/content_settings_mock_observer.cc', 709 'browser/content_settings/content_settings_mock_observer.cc',
711 'browser/content_settings/content_settings_mock_observer.h', 710 'browser/content_settings/content_settings_mock_observer.h',
(...skipping 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after
2678 # more details. 2677 # more details.
2679 'DebugInformationFormat': '3', 2678 'DebugInformationFormat': '3',
2680 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2679 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2681 }, 2680 },
2682 }, 2681 },
2683 }, 2682 },
2684 ], 2683 ],
2685 }], 2684 }],
2686 ], # 'conditions' 2685 ], # 'conditions'
2687 } 2686 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698