| 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 16 matching lines...) Expand all Loading... |
| 27 '../skia/skia.gyp:skia', | 27 '../skia/skia.gyp:skia', |
| 28 '../sql/sql.gyp:sql', | 28 '../sql/sql.gyp:sql', |
| 29 '../sql/sql.gyp:test_support_sql', | 29 '../sql/sql.gyp:test_support_sql', |
| 30 '../sync/sync.gyp:sync', | 30 '../sync/sync.gyp:sync', |
| 31 '../testing/gmock.gyp:gmock', | 31 '../testing/gmock.gyp:gmock', |
| 32 '../testing/gtest.gyp:gtest', | 32 '../testing/gtest.gyp:gtest', |
| 33 '../third_party/zlib/zlib.gyp:zlib', | 33 '../third_party/zlib/zlib.gyp:zlib', |
| 34 '../ui/message_center/message_center.gyp:message_center_test_support', | 34 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 35 ], | 35 ], |
| 36 'export_dependent_settings': [ | 36 'export_dependent_settings': [ |
| 37 'browser', |
| 37 '../base/base.gyp:test_support_base', | 38 '../base/base.gyp:test_support_base', |
| 38 '../content/content_shell_and_tests.gyp:test_support_content', | 39 '../content/content_shell_and_tests.gyp:test_support_content', |
| 39 ], | 40 ], |
| 40 'include_dirs': [ | 41 'include_dirs': [ |
| 41 '..', | 42 '..', |
| 42 ], | 43 ], |
| 43 'sources': [ | 44 'sources': [ |
| 44 'app/chrome_main_delegate.cc', | 45 'app/chrome_main_delegate.cc', |
| 45 'app/chrome_main_delegate.h', | 46 'app/chrome_main_delegate.h', |
| 46 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 47 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| (...skipping 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2899 'browser/ui/app_list/test/fake_profile_store.h', | 2900 'browser/ui/app_list/test/fake_profile_store.h', |
| 2900 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2901 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2901 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2902 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2902 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2903 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2903 ], | 2904 ], |
| 2904 }, | 2905 }, |
| 2905 ], | 2906 ], |
| 2906 }], | 2907 }], |
| 2907 ], # 'conditions' | 2908 ], # 'conditions' |
| 2908 } | 2909 } |
| OLD | NEW |