| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 '../gfx/gfx.gyp:gfx_geometry', | 197 '../gfx/gfx.gyp:gfx_geometry', |
| 198 '../resources/ui_resources.gyp:ui_resources', | 198 '../resources/ui_resources.gyp:ui_resources', |
| 199 'app_list', | 199 'app_list', |
| 200 ], | 200 ], |
| 201 'sources': [ | 201 'sources': [ |
| 202 # Note: sources list duplicated in GN build. | 202 # Note: sources list duplicated in GN build. |
| 203 'test/app_list_test_model.cc', | 203 'test/app_list_test_model.cc', |
| 204 'test/app_list_test_model.h', | 204 'test/app_list_test_model.h', |
| 205 'test/app_list_test_view_delegate.cc', | 205 'test/app_list_test_view_delegate.cc', |
| 206 'test/app_list_test_view_delegate.h', | 206 'test/app_list_test_view_delegate.h', |
| 207 'test/test_search_result.cc', |
| 208 'test/test_search_result.h', |
| 207 ], | 209 ], |
| 208 }, | 210 }, |
| 209 { | 211 { |
| 210 # GN version: //ui/app_list:app_list_unittests | 212 # GN version: //ui/app_list:app_list_unittests |
| 211 'target_name': 'app_list_unittests', | 213 'target_name': 'app_list_unittests', |
| 212 'type': 'executable', | 214 'type': 'executable', |
| 213 'dependencies': [ | 215 'dependencies': [ |
| 214 '../../base/base.gyp:base', | 216 '../../base/base.gyp:base', |
| 215 '../../base/base.gyp:test_support_base', | 217 '../../base/base.gyp:test_support_base', |
| 216 '../../skia/skia.gyp:skia', | 218 '../../skia/skia.gyp:skia', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 '../../sandbox/sandbox.gyp:sandbox', | 330 '../../sandbox/sandbox.gyp:sandbox', |
| 329 '../../content/content.gyp:content_startup_helper_win', | 331 '../../content/content.gyp:content_startup_helper_win', |
| 330 ], | 332 ], |
| 331 }], | 333 }], |
| 332 ], | 334 ], |
| 333 }, | 335 }, |
| 334 ], | 336 ], |
| 335 }], # toolkit_views==1 | 337 }], # toolkit_views==1 |
| 336 ], | 338 ], |
| 337 } | 339 } |
| OLD | NEW |