| 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', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 # NOTE: New dependencies should generally be added in the OS!="ios" | 12 # NOTE: New dependencies should generally be added in the OS!="ios" |
| 13 # dependencies block below, rather than here. | 13 # dependencies block below, rather than here. |
| 14 'browser', | 14 'browser', |
| 15 'chrome_resources.gyp:chrome_resources', | 15 'chrome_resources.gyp:chrome_resources', |
| 16 'chrome_resources.gyp:chrome_strings', | 16 'chrome_resources.gyp:chrome_strings', |
| 17 'chrome_resources.gyp:theme_resources', | 17 'chrome_resources.gyp:theme_resources', |
| 18 'common', | 18 'common', |
| 19 '../base/base.gyp:base_prefs_test_support', | 19 '../base/base.gyp:base_prefs_test_support', |
| 20 '../base/base.gyp:test_support_base', | 20 '../base/base.gyp:test_support_base', |
| 21 '../components/components.gyp:sessions_test_support', | |
| 22 '../content/content.gyp:content_app_both', | 21 '../content/content.gyp:content_app_both', |
| 23 '../content/content_shell_and_tests.gyp:test_support_content', | 22 '../content/content_shell_and_tests.gyp:test_support_content', |
| 24 '../net/net.gyp:net', | 23 '../net/net.gyp:net', |
| 25 '../net/net.gyp:net_test_support', | 24 '../net/net.gyp:net_test_support', |
| 26 '../skia/skia.gyp:skia', | 25 '../skia/skia.gyp:skia', |
| 27 '../sql/sql.gyp:sql', | 26 '../sql/sql.gyp:sql', |
| 28 '../sql/sql.gyp:test_support_sql', | 27 '../sql/sql.gyp:test_support_sql', |
| 29 '../sync/sync.gyp:sync', | 28 '../sync/sync.gyp:sync', |
| 30 '../testing/gmock.gyp:gmock', | 29 '../testing/gmock.gyp:gmock', |
| 31 '../testing/gtest.gyp:gtest', | 30 '../testing/gtest.gyp:gtest', |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'plugin', | 300 'plugin', |
| 302 'renderer', | 301 'renderer', |
| 303 'utility', | 302 'utility', |
| 304 '../content/content.gyp:content_gpu', | 303 '../content/content.gyp:content_gpu', |
| 305 '../content/content.gyp:content_plugin', | 304 '../content/content.gyp:content_plugin', |
| 306 '../content/content.gyp:content_ppapi_plugin', | 305 '../content/content.gyp:content_ppapi_plugin', |
| 307 '../content/content.gyp:content_renderer', | 306 '../content/content.gyp:content_renderer', |
| 308 '../content/content.gyp:content_utility', | 307 '../content/content.gyp:content_utility', |
| 309 '../content/content.gyp:content_worker', | 308 '../content/content.gyp:content_worker', |
| 310 '../components/components.gyp:autofill_core_test_support', | 309 '../components/components.gyp:autofill_core_test_support', |
| 310 '../components/components.gyp:sessions_test_support', |
| 311 '../ipc/ipc.gyp:test_support_ipc', | 311 '../ipc/ipc.gyp:test_support_ipc', |
| 312 '../media/media.gyp:media_test_support', | 312 '../media/media.gyp:media_test_support', |
| 313 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 313 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 314 '../sql/sql.gyp:test_support_sql', | 314 '../sql/sql.gyp:test_support_sql', |
| 315 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 315 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 316 '../webkit/child/webkit_child.gyp:webkit_child', | 316 '../webkit/child/webkit_child.gyp:webkit_child', |
| 317 ], | 317 ], |
| 318 'export_dependent_settings': [ | 318 'export_dependent_settings': [ |
| 319 'renderer', | 319 'renderer', |
| 320 ], | 320 ], |
| (...skipping 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2934 'browser/ui/app_list/test/fake_profile_store.cc', | 2934 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2935 'browser/ui/app_list/test/fake_profile_store.h', | 2935 'browser/ui/app_list/test/fake_profile_store.h', |
| 2936 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2936 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2937 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2937 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2938 ], | 2938 ], |
| 2939 }, | 2939 }, |
| 2940 ], | 2940 ], |
| 2941 }], | 2941 }], |
| 2942 ], # 'conditions' | 2942 ], # 'conditions' |
| 2943 } | 2943 } |
| OLD | NEW |