| OLD | NEW |
| 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 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2355 'browser/media/webrtc_log_uploader_unittest.cc', | 2355 'browser/media/webrtc_log_uploader_unittest.cc', |
| 2356 'browser/media/webrtc_log_util_unittest.cc', | 2356 'browser/media/webrtc_log_util_unittest.cc', |
| 2357 'browser/media/webrtc_rtp_dump_handler_unittest.cc', | 2357 'browser/media/webrtc_rtp_dump_handler_unittest.cc', |
| 2358 'browser/media/webrtc_rtp_dump_writer_unittest.cc', | 2358 'browser/media/webrtc_rtp_dump_writer_unittest.cc', |
| 2359 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', | 2359 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', |
| 2360 ], | 2360 ], |
| 2361 }], | 2361 }], |
| 2362 ['chromeos==1', { | 2362 ['chromeos==1', { |
| 2363 'dependencies': [ | 2363 'dependencies': [ |
| 2364 '../ash/ash_resources.gyp:ash_resources', | 2364 '../ash/ash_resources.gyp:ash_resources', |
| 2365 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 2365 ], | 2366 ], |
| 2366 'sources!': [ | 2367 'sources!': [ |
| 2367 'browser/extensions/api/messaging/native_message_process_host_unitte
st.cc', | 2368 'browser/extensions/api/messaging/native_message_process_host_unitte
st.cc', |
| 2368 'browser/extensions/api/messaging/native_messaging_host_manifest_uni
ttest.cc', | 2369 'browser/extensions/api/messaging/native_messaging_host_manifest_uni
ttest.cc', |
| 2369 'browser/extensions/api/messaging/native_messaging_policy_handler_un
ittest.cc', | 2370 'browser/extensions/api/messaging/native_messaging_policy_handler_un
ittest.cc', |
| 2370 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2371 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
| 2371 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 2372 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 2372 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 2373 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 2373 'browser/profiles/profile_list_desktop_unittest.cc', | 2374 'browser/profiles/profile_list_desktop_unittest.cc', |
| 2374 'browser/safe_browsing/download_protection_service_unittest.cc', | 2375 'browser/safe_browsing/download_protection_service_unittest.cc', |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2939 'dependencies': [ | 2940 'dependencies': [ |
| 2940 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2941 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2941 ], | 2942 ], |
| 2942 }], | 2943 }], |
| 2943 ], | 2944 ], |
| 2944 }, | 2945 }, |
| 2945 ], | 2946 ], |
| 2946 }], | 2947 }], |
| 2947 ], # 'conditions' | 2948 ], # 'conditions' |
| 2948 } | 2949 } |
| OLD | NEW |