| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'views/app_list_page.h', | 110 'views/app_list_page.h', |
| 111 'views/app_list_view.cc', | 111 'views/app_list_view.cc', |
| 112 'views/app_list_view.h', | 112 'views/app_list_view.h', |
| 113 'views/app_list_view_observer.h', | 113 'views/app_list_view_observer.h', |
| 114 'views/apps_container_view.cc', | 114 'views/apps_container_view.cc', |
| 115 'views/apps_container_view.h', | 115 'views/apps_container_view.h', |
| 116 'views/apps_grid_view.cc', | 116 'views/apps_grid_view.cc', |
| 117 'views/apps_grid_view.h', | 117 'views/apps_grid_view.h', |
| 118 'views/apps_grid_view_delegate.h', | 118 'views/apps_grid_view_delegate.h', |
| 119 'views/apps_grid_view_folder_delegate.h', | 119 'views/apps_grid_view_folder_delegate.h', |
| 120 'views/cached_label.cc', | |
| 121 'views/cached_label.h', | |
| 122 'views/contents_view.cc', | 120 'views/contents_view.cc', |
| 123 'views/contents_view.h', | 121 'views/contents_view.h', |
| 124 'views/custom_launcher_page_view.cc', | 122 'views/custom_launcher_page_view.cc', |
| 125 'views/custom_launcher_page_view.h', | 123 'views/custom_launcher_page_view.h', |
| 126 'views/folder_background_view.cc', | 124 'views/folder_background_view.cc', |
| 127 'views/folder_background_view.h', | 125 'views/folder_background_view.h', |
| 128 'views/folder_header_view.cc', | 126 'views/folder_header_view.cc', |
| 129 'views/folder_header_view.h', | 127 'views/folder_header_view.h', |
| 130 'views/folder_header_view_delegate.h', | 128 'views/folder_header_view_delegate.h', |
| 131 'views/image_shadow_animator.cc', | 129 'views/image_shadow_animator.cc', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'app_list', | 196 'app_list', |
| 199 ], | 197 ], |
| 200 'sources': [ | 198 'sources': [ |
| 201 # Note: sources list duplicated in GN build. | 199 # Note: sources list duplicated in GN build. |
| 202 'test/app_list_test_model.cc', | 200 'test/app_list_test_model.cc', |
| 203 'test/app_list_test_model.h', | 201 'test/app_list_test_model.h', |
| 204 'test/app_list_test_view_delegate.cc', | 202 'test/app_list_test_view_delegate.cc', |
| 205 'test/app_list_test_view_delegate.h', | 203 'test/app_list_test_view_delegate.h', |
| 206 'test/test_search_result.cc', | 204 'test/test_search_result.cc', |
| 207 'test/test_search_result.h', | 205 'test/test_search_result.h', |
| 206 'views/test/app_list_view_test_api.cc', |
| 207 'views/test/app_list_view_test_api.h', |
| 208 ], | 208 ], |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 # GN version: //ui/app_list:app_list_unittests | 211 # GN version: //ui/app_list:app_list_unittests |
| 212 'target_name': 'app_list_unittests', | 212 'target_name': 'app_list_unittests', |
| 213 'type': 'executable', | 213 'type': 'executable', |
| 214 'dependencies': [ | 214 'dependencies': [ |
| 215 '../../base/base.gyp:base', | 215 '../../base/base.gyp:base', |
| 216 '../../base/base.gyp:test_support_base', | 216 '../../base/base.gyp:test_support_base', |
| 217 '../../skia/skia.gyp:skia', | 217 '../../skia/skia.gyp:skia', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'dependencies': [ | 325 'dependencies': [ |
| 326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 327 ], | 327 ], |
| 328 }], | 328 }], |
| 329 ], | 329 ], |
| 330 }, | 330 }, |
| 331 ], | 331 ], |
| 332 }], | 332 }], |
| 333 ], | 333 ], |
| 334 } | 334 } |
| OLD | NEW |