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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 143733002: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… Created 6 years, 11 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
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 # be fixed by creating a separate unit test target, or by deleting 2179 # be fixed by creating a separate unit test target, or by deleting
2180 # the test. 2180 # the test.
2181 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc ' 2181 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc '
2182 ], 2182 ],
2183 }], 2183 }],
2184 ['enable_task_manager==0', { 2184 ['enable_task_manager==0', {
2185 'sources/': [ 2185 'sources/': [
2186 ['exclude', '^browser/task_manager/'], 2186 ['exclude', '^browser/task_manager/'],
2187 ], 2187 ],
2188 }], 2188 }],
2189 ['file_manager_extension==0', { 2189 ['chromeos==0', {
2190 'sources!': [ 2190 'sources!': [
2191 'browser/ui/views/select_file_dialog_extension_unittest.cc', 2191 'browser/ui/views/select_file_dialog_extension_unittest.cc',
2192 ], 2192 ],
2193 }], 2193 }],
2194 ['enable_mdns == 1', { 2194 ['enable_mdns == 1', {
2195 'sources': [ 2195 'sources': [
2196 'utility/local_discovery/local_domain_resolver_unittest.cc', 2196 'utility/local_discovery/local_domain_resolver_unittest.cc',
2197 'utility/local_discovery/service_discovery_client_unittest.cc', 2197 'utility/local_discovery/service_discovery_client_unittest.cc',
2198 'browser/local_discovery/privet_device_lister_unittest.cc', 2198 'browser/local_discovery/privet_device_lister_unittest.cc',
2199 'browser/local_discovery/privet_notifications_unittest.cc', 2199 'browser/local_discovery/privet_notifications_unittest.cc',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
2896 'browser/ui/app_list/test/fake_profile_store.h', 2896 'browser/ui/app_list/test/fake_profile_store.h',
2897 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2897 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2898 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2898 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2899 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2899 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2900 ], 2900 ],
2901 }, 2901 },
2902 ], 2902 ],
2903 }], 2903 }],
2904 ], # 'conditions' 2904 ], # 'conditions'
2905 } 2905 }
OLDNEW
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698