| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'export_dependent_settings': [ | 46 'export_dependent_settings': [ |
| 47 '../base/base.gyp:test_support_base', | 47 '../base/base.gyp:test_support_base', |
| 48 '../content/content_shell_and_tests.gyp:test_support_content', | 48 '../content/content_shell_and_tests.gyp:test_support_content', |
| 49 ], | 49 ], |
| 50 'include_dirs': [ | 50 'include_dirs': [ |
| 51 '..', | 51 '..', |
| 52 ], | 52 ], |
| 53 'sources': [ | 53 'sources': [ |
| 54 'app/chrome_main_delegate.cc', | 54 'app/chrome_main_delegate.cc', |
| 55 'app/chrome_main_delegate.h', | 55 'app/chrome_main_delegate.h', |
| 56 'app/close_handle_hook_win.cc', |
| 57 'app/close_handle_hook_win.h', |
| 56 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', | 58 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', |
| 57 'browser/browsing_data/mock_browsing_data_appcache_helper.h', | 59 'browser/browsing_data/mock_browsing_data_appcache_helper.h', |
| 58 'browser/browsing_data/mock_browsing_data_channel_id_helper.cc', | 60 'browser/browsing_data/mock_browsing_data_channel_id_helper.cc', |
| 59 'browser/browsing_data/mock_browsing_data_channel_id_helper.h', | 61 'browser/browsing_data/mock_browsing_data_channel_id_helper.h', |
| 60 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', | 62 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', |
| 61 'browser/browsing_data/mock_browsing_data_cookie_helper.h', | 63 'browser/browsing_data/mock_browsing_data_cookie_helper.h', |
| 62 'browser/browsing_data/mock_browsing_data_database_helper.cc', | 64 'browser/browsing_data/mock_browsing_data_database_helper.cc', |
| 63 'browser/browsing_data/mock_browsing_data_database_helper.h', | 65 'browser/browsing_data/mock_browsing_data_database_helper.h', |
| 64 'browser/browsing_data/mock_browsing_data_file_system_helper.cc', | 66 'browser/browsing_data/mock_browsing_data_file_system_helper.cc', |
| 65 'browser/browsing_data/mock_browsing_data_file_system_helper.h', | 67 'browser/browsing_data/mock_browsing_data_file_system_helper.h', |
| (...skipping 2824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2890 'dependencies': [ | 2892 'dependencies': [ |
| 2891 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2892 ], | 2894 ], |
| 2893 }], | 2895 }], |
| 2894 ], | 2896 ], |
| 2895 }, | 2897 }, |
| 2896 ], | 2898 ], |
| 2897 }], | 2899 }], |
| 2898 ], # 'conditions' | 2900 ], # 'conditions' |
| 2899 } | 2901 } |
| OLD | NEW |