| 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 { |
| 11 # GN version: //ui/app_list |
| 11 'target_name': 'app_list', | 12 'target_name': 'app_list', |
| 12 'type': '<(component)', | 13 'type': '<(component)', |
| 13 'dependencies': [ | 14 'dependencies': [ |
| 14 '../../base/base.gyp:base', | 15 '../../base/base.gyp:base', |
| 15 '../../base/base.gyp:base_i18n', | 16 '../../base/base.gyp:base_i18n', |
| 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 17 '../../skia/skia.gyp:skia', | 18 '../../skia/skia.gyp:skia', |
| 18 '../base/ui_base.gyp:ui_base', | 19 '../base/ui_base.gyp:ui_base', |
| 19 '../compositor/compositor.gyp:compositor', | 20 '../compositor/compositor.gyp:compositor', |
| 20 '../events/events.gyp:events_base', | 21 '../events/events.gyp:events_base', |
| 21 '../gfx/gfx.gyp:gfx', | 22 '../gfx/gfx.gyp:gfx', |
| 22 '../gfx/gfx.gyp:gfx_geometry', | 23 '../gfx/gfx.gyp:gfx_geometry', |
| 23 '../resources/ui_resources.gyp:ui_resources', | 24 '../resources/ui_resources.gyp:ui_resources', |
| 24 '../strings/ui_strings.gyp:ui_strings', | 25 '../strings/ui_strings.gyp:ui_strings', |
| 25 ], | 26 ], |
| 26 'defines': [ | 27 'defines': [ |
| 27 'APP_LIST_IMPLEMENTATION', | 28 'APP_LIST_IMPLEMENTATION', |
| 28 ], | 29 ], |
| 29 'sources': [ | 30 'sources': [ |
| 31 # Note: sources list duplicated in GN build. |
| 30 'app_list_constants.cc', | 32 'app_list_constants.cc', |
| 31 'app_list_constants.h', | 33 'app_list_constants.h', |
| 32 'app_list_export.h', | 34 'app_list_export.h', |
| 33 'app_list_folder_item.cc', | 35 'app_list_folder_item.cc', |
| 34 'app_list_folder_item.h', | 36 'app_list_folder_item.h', |
| 35 'app_list_item.cc', | 37 'app_list_item.cc', |
| 36 'app_list_item.h', | 38 'app_list_item.h', |
| 37 'app_list_item_observer.h', | 39 'app_list_item_observer.h', |
| 38 'app_list_item_list.cc', | 40 'app_list_item_list.cc', |
| 39 'app_list_item_list.h', | 41 'app_list_item_list.h', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 }, { # OS!="mac" | 170 }, { # OS!="mac" |
| 169 'sources/': [ | 171 'sources/': [ |
| 170 ['exclude', 'cocoa/'], | 172 ['exclude', 'cocoa/'], |
| 171 ], | 173 ], |
| 172 }], | 174 }], |
| 173 ], | 175 ], |
| 174 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 176 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 175 'msvs_disabled_warnings': [ 4267, ], | 177 'msvs_disabled_warnings': [ 4267, ], |
| 176 }, | 178 }, |
| 177 { | 179 { |
| 180 # GN version: //ui/app_list:test_support |
| 178 'target_name': 'app_list_test_support', | 181 'target_name': 'app_list_test_support', |
| 179 'type': 'static_library', | 182 'type': 'static_library', |
| 180 'dependencies': [ | 183 'dependencies': [ |
| 181 '../../base/base.gyp:base', | 184 '../../base/base.gyp:base', |
| 182 '../gfx/gfx.gyp:gfx', | 185 '../gfx/gfx.gyp:gfx', |
| 183 '../gfx/gfx.gyp:gfx_geometry', | 186 '../gfx/gfx.gyp:gfx_geometry', |
| 184 '../resources/ui_resources.gyp:ui_resources', | 187 '../resources/ui_resources.gyp:ui_resources', |
| 185 'app_list', | 188 'app_list', |
| 186 ], | 189 ], |
| 187 'sources': [ | 190 'sources': [ |
| 191 # Note: sources list duplicated in GN build. |
| 188 'test/app_list_test_model.cc', | 192 'test/app_list_test_model.cc', |
| 189 'test/app_list_test_model.h', | 193 'test/app_list_test_model.h', |
| 190 'test/app_list_test_view_delegate.cc', | 194 'test/app_list_test_view_delegate.cc', |
| 191 'test/app_list_test_view_delegate.h', | 195 'test/app_list_test_view_delegate.h', |
| 192 ], | 196 ], |
| 193 }, | 197 }, |
| 194 { | 198 { |
| 199 # GN version: //ui/app_list:app_list_unittests |
| 195 'target_name': 'app_list_unittests', | 200 'target_name': 'app_list_unittests', |
| 196 'type': 'executable', | 201 'type': 'executable', |
| 197 'dependencies': [ | 202 'dependencies': [ |
| 198 '../../base/base.gyp:base', | 203 '../../base/base.gyp:base', |
| 199 '../../base/base.gyp:test_support_base', | 204 '../../base/base.gyp:test_support_base', |
| 200 '../../skia/skia.gyp:skia', | 205 '../../skia/skia.gyp:skia', |
| 201 '../../testing/gtest.gyp:gtest', | 206 '../../testing/gtest.gyp:gtest', |
| 202 '../base/ui_base.gyp:ui_base', | 207 '../base/ui_base.gyp:ui_base', |
| 203 '../compositor/compositor.gyp:compositor', | 208 '../compositor/compositor.gyp:compositor', |
| 204 '../resources/ui_resources.gyp:ui_resources', | 209 '../resources/ui_resources.gyp:ui_resources', |
| 205 '../resources/ui_resources.gyp:ui_test_pak', | 210 '../resources/ui_resources.gyp:ui_test_pak', |
| 206 'app_list', | 211 'app_list', |
| 207 'app_list_test_support', | 212 'app_list_test_support', |
| 208 ], | 213 ], |
| 209 'sources': [ | 214 'sources': [ |
| 215 # Note: sources list duplicated in GN build. |
| 210 'app_list_item_list_unittest.cc', | 216 'app_list_item_list_unittest.cc', |
| 211 'app_list_model_unittest.cc', | 217 'app_list_model_unittest.cc', |
| 212 'pagination_model_unittest.cc', | 218 'pagination_model_unittest.cc', |
| 213 'cocoa/app_list_view_controller_unittest.mm', | 219 'cocoa/app_list_view_controller_unittest.mm', |
| 214 'cocoa/app_list_window_controller_unittest.mm', | 220 'cocoa/app_list_window_controller_unittest.mm', |
| 215 'cocoa/apps_grid_controller_unittest.mm', | 221 'cocoa/apps_grid_controller_unittest.mm', |
| 216 'cocoa/apps_search_box_controller_unittest.mm', | 222 'cocoa/apps_search_box_controller_unittest.mm', |
| 217 'cocoa/apps_search_results_controller_unittest.mm', | 223 'cocoa/apps_search_results_controller_unittest.mm', |
| 218 'cocoa/test/apps_grid_controller_test_helper.h', | 224 'cocoa/test/apps_grid_controller_test_helper.h', |
| 219 'cocoa/test/apps_grid_controller_test_helper.mm', | 225 'cocoa/test/apps_grid_controller_test_helper.mm', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'dependencies': [ | 317 'dependencies': [ |
| 312 '../../sandbox/sandbox.gyp:sandbox', | 318 '../../sandbox/sandbox.gyp:sandbox', |
| 313 ], | 319 ], |
| 314 }], | 320 }], |
| 315 ], | 321 ], |
| 316 }, | 322 }, |
| 317 ], | 323 ], |
| 318 }], # toolkit_views==1 | 324 }], # toolkit_views==1 |
| 319 ], | 325 ], |
| 320 } | 326 } |
| OLD | NEW |