| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/search_engines | 8 # GN version: //components/search_engines |
| 9 'target_name': 'search_engines', | 9 'target_name': 'search_engines', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'dependencies': [ | 86 'dependencies': [ |
| 87 '../testing/gtest.gyp:gtest', | 87 '../testing/gtest.gyp:gtest', |
| 88 'search_engines', | 88 'search_engines', |
| 89 ], | 89 ], |
| 90 'include_dirs': [ | 90 'include_dirs': [ |
| 91 '..', | 91 '..', |
| 92 ], | 92 ], |
| 93 'sources': [ | 93 'sources': [ |
| 94 'search_engines/default_search_pref_test_util.cc', | 94 'search_engines/default_search_pref_test_util.cc', |
| 95 'search_engines/default_search_pref_test_util.h', | 95 'search_engines/default_search_pref_test_util.h', |
| 96 'search_engines/testing_search_terms_data.cc', |
| 97 'search_engines/testing_search_terms_data.h', |
| 96 ], | 98 ], |
| 97 }, | 99 }, |
| 98 ], | 100 ], |
| 99 } | 101 } |
| OLD | NEW |