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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 307993007: ash: Convert ash_resources to a normal GYP file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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') | 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 2105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2116 'browser/ui/app_list/search/app_search_provider_unittest.cc', 2116 'browser/ui/app_list/search/app_search_provider_unittest.cc',
2117 'browser/ui/app_list/search/history_unittest.cc', 2117 'browser/ui/app_list/search/history_unittest.cc',
2118 'browser/ui/app_list/search/history_data_store_unittest.cc', 2118 'browser/ui/app_list/search/history_data_store_unittest.cc',
2119 'browser/ui/app_list/search/mixer_unittest.cc', 2119 'browser/ui/app_list/search/mixer_unittest.cc',
2120 'browser/ui/app_list/search/term_break_iterator_unittest.cc', 2120 'browser/ui/app_list/search/term_break_iterator_unittest.cc',
2121 'browser/ui/app_list/search/tokenized_string_char_iterator_unittest. cc', 2121 'browser/ui/app_list/search/tokenized_string_char_iterator_unittest. cc',
2122 'browser/ui/app_list/search/tokenized_string_match_unittest.cc', 2122 'browser/ui/app_list/search/tokenized_string_match_unittest.cc',
2123 'browser/ui/app_list/search/tokenized_string_unittest.cc', 2123 'browser/ui/app_list/search/tokenized_string_unittest.cc',
2124 ], 2124 ],
2125 'dependencies': [ 2125 'dependencies': [
2126 '../ash/ash.gyp:ash_resources',
2127 '../ash/ash.gyp:ash_test_support', 2126 '../ash/ash.gyp:ash_test_support',
2127 '../ash/ash_resources.gyp:ash_resources',
2128 '../ash/ash_strings.gyp:ash_strings', 2128 '../ash/ash_strings.gyp:ash_strings',
2129 ], 2129 ],
2130 # We eventually want to compile both in Win Aura builds, see 2130 # We eventually want to compile both in Win Aura builds, see
2131 # http://crbug.com/155545. 2131 # http://crbug.com/155545.
2132 'conditions': [ 2132 'conditions': [
2133 ['OS !="win"', { 2133 ['OS !="win"', {
2134 'sources!': [ 2134 'sources!': [
2135 'browser/ui/window_sizer/window_sizer_unittest.cc', 2135 'browser/ui/window_sizer/window_sizer_unittest.cc',
2136 ], 2136 ],
2137 }], 2137 }],
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2276 }], 2276 }],
2277 ['enable_webrtc==0', { 2277 ['enable_webrtc==0', {
2278 'sources!': [ 2278 'sources!': [
2279 'browser/media/webrtc_log_uploader_unittest.cc', 2279 'browser/media/webrtc_log_uploader_unittest.cc',
2280 'browser/media/webrtc_log_util_unittest.cc', 2280 'browser/media/webrtc_log_util_unittest.cc',
2281 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', 2281 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc',
2282 ], 2282 ],
2283 }], 2283 }],
2284 ['chromeos==1', { 2284 ['chromeos==1', {
2285 'dependencies': [ 2285 'dependencies': [
2286 '../ash/ash.gyp:ash_resources', 2286 '../ash/ash_resources.gyp:ash_resources',
2287 ], 2287 ],
2288 'sources!': [ 2288 'sources!': [
2289 'browser/extensions/api/messaging/native_message_process_host_unitte st.cc', 2289 'browser/extensions/api/messaging/native_message_process_host_unitte st.cc',
2290 'browser/extensions/api/messaging/native_messaging_host_manifest_uni ttest.cc', 2290 'browser/extensions/api/messaging/native_messaging_host_manifest_uni ttest.cc',
2291 'browser/extensions/api/messaging/native_messaging_policy_handler_un ittest.cc', 2291 'browser/extensions/api/messaging/native_messaging_policy_handler_un ittest.cc',
2292 'browser/password_manager/native_backend_gnome_x_unittest.cc', 2292 'browser/password_manager/native_backend_gnome_x_unittest.cc',
2293 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 2293 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
2294 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 2294 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
2295 'browser/profiles/profile_list_desktop_unittest.cc', 2295 'browser/profiles/profile_list_desktop_unittest.cc',
2296 'browser/safe_browsing/download_protection_service_unittest.cc', 2296 'browser/safe_browsing/download_protection_service_unittest.cc',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2833 'unit_tests.isolate', 2833 'unit_tests.isolate',
2834 ], 2834 ],
2835 'sources': [ 2835 'sources': [
2836 'unit_tests.isolate', 2836 'unit_tests.isolate',
2837 ], 2837 ],
2838 }, 2838 },
2839 ], 2839 ],
2840 }], 2840 }],
2841 ], # 'conditions' 2841 ], # 'conditions'
2842 } 2842 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698