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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 516633002: Stop showing page actions in the location bar with redesign enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest CQ for Master Created 6 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/browser/extensions/page_action_browsertest.cc ('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 '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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'browser/browsing_data/mock_browsing_data_local_storage_helper.h', 72 'browser/browsing_data/mock_browsing_data_local_storage_helper.h',
73 'browser/browsing_data/mock_browsing_data_quota_helper.cc', 73 'browser/browsing_data/mock_browsing_data_quota_helper.cc',
74 'browser/browsing_data/mock_browsing_data_quota_helper.h', 74 'browser/browsing_data/mock_browsing_data_quota_helper.h',
75 'browser/browsing_data/mock_browsing_data_service_worker_helper.cc', 75 'browser/browsing_data/mock_browsing_data_service_worker_helper.cc',
76 'browser/browsing_data/mock_browsing_data_service_worker_helper.h', 76 'browser/browsing_data/mock_browsing_data_service_worker_helper.h',
77 # The only thing used from browser is Browser::Type. 77 # The only thing used from browser is Browser::Type.
78 'browser/download/download_test_file_activity_observer.cc', 78 'browser/download/download_test_file_activity_observer.cc',
79 'browser/download/download_test_file_activity_observer.h', 79 'browser/download/download_test_file_activity_observer.h',
80 'browser/download/test_download_shelf.cc', 80 'browser/download/test_download_shelf.cc',
81 'browser/download/test_download_shelf.h', 81 'browser/download/test_download_shelf.h',
82 'browser/extensions/extension_action_test_util.cc',
83 'browser/extensions/extension_action_test_util.h',
82 'browser/invalidation/fake_invalidation_service.cc', 84 'browser/invalidation/fake_invalidation_service.cc',
83 'browser/invalidation/fake_invalidation_service.h', 85 'browser/invalidation/fake_invalidation_service.h',
84 'browser/media/fake_desktop_media_list.cc', 86 'browser/media/fake_desktop_media_list.cc',
85 'browser/media/fake_desktop_media_list.h', 87 'browser/media/fake_desktop_media_list.h',
86 'browser/net/dns_probe_test_util.cc', 88 'browser/net/dns_probe_test_util.cc',
87 'browser/net/dns_probe_test_util.h', 89 'browser/net/dns_probe_test_util.h',
88 'browser/net/url_request_mock_util.cc', 90 'browser/net/url_request_mock_util.cc',
89 'browser/net/url_request_mock_util.h', 91 'browser/net/url_request_mock_util.h',
90 'browser/notifications/notification_test_util.cc', 92 'browser/notifications/notification_test_util.cc',
91 'browser/notifications/notification_test_util.h', 93 'browser/notifications/notification_test_util.h',
(...skipping 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 'dependencies': [ 2866 'dependencies': [
2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2866 ], 2868 ],
2867 }], 2869 }],
2868 ], 2870 ],
2869 }, 2871 },
2870 ], 2872 ],
2871 }], 2873 }],
2872 ], # 'conditions' 2874 ], # 'conditions'
2873 } 2875 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/page_action_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698