| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'export_dependent_settings': [ | 48 'export_dependent_settings': [ |
| 49 '../base/base.gyp:test_support_base', | 49 '../base/base.gyp:test_support_base', |
| 50 '../content/content_shell_and_tests.gyp:test_support_content', | 50 '../content/content_shell_and_tests.gyp:test_support_content', |
| 51 ], | 51 ], |
| 52 'include_dirs': [ | 52 'include_dirs': [ |
| 53 '..', | 53 '..', |
| 54 ], | 54 ], |
| 55 'sources': [ | 55 'sources': [ |
| 56 'app/chrome_main_delegate.cc', | 56 'app/chrome_main_delegate.cc', |
| 57 'app/chrome_main_delegate.h', | 57 'app/chrome_main_delegate.h', |
| 58 'app/close_handle_hook_win.cc', |
| 59 'app/close_handle_hook_win.h', |
| 58 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', | 60 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', |
| 59 'browser/browsing_data/mock_browsing_data_appcache_helper.h', | 61 'browser/browsing_data/mock_browsing_data_appcache_helper.h', |
| 60 'browser/browsing_data/mock_browsing_data_channel_id_helper.cc', | 62 'browser/browsing_data/mock_browsing_data_channel_id_helper.cc', |
| 61 'browser/browsing_data/mock_browsing_data_channel_id_helper.h', | 63 'browser/browsing_data/mock_browsing_data_channel_id_helper.h', |
| 62 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', | 64 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', |
| 63 'browser/browsing_data/mock_browsing_data_cookie_helper.h', | 65 'browser/browsing_data/mock_browsing_data_cookie_helper.h', |
| 64 'browser/browsing_data/mock_browsing_data_database_helper.cc', | 66 'browser/browsing_data/mock_browsing_data_database_helper.cc', |
| 65 'browser/browsing_data/mock_browsing_data_database_helper.h', | 67 'browser/browsing_data/mock_browsing_data_database_helper.h', |
| 66 'browser/browsing_data/mock_browsing_data_file_system_helper.cc', | 68 'browser/browsing_data/mock_browsing_data_file_system_helper.cc', |
| 67 'browser/browsing_data/mock_browsing_data_file_system_helper.h', | 69 'browser/browsing_data/mock_browsing_data_file_system_helper.h', |
| (...skipping 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2863 'dependencies': [ | 2865 'dependencies': [ |
| 2864 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2865 ], | 2867 ], |
| 2866 }], | 2868 }], |
| 2867 ], | 2869 ], |
| 2868 }, | 2870 }, |
| 2869 ], | 2871 ], |
| 2870 }], | 2872 }], |
| 2871 ], # 'conditions' | 2873 ], # 'conditions' |
| 2872 } | 2874 } |
| OLD | NEW |