| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'app_list_item_observer.h', | 48 'app_list_item_observer.h', |
| 49 'app_list_menu.cc', | 49 'app_list_menu.cc', |
| 50 'app_list_menu.h', | 50 'app_list_menu.h', |
| 51 'app_list_model.cc', | 51 'app_list_model.cc', |
| 52 'app_list_model.h', | 52 'app_list_model.h', |
| 53 'app_list_model_observer.h', | 53 'app_list_model_observer.h', |
| 54 'app_list_switches.cc', | 54 'app_list_switches.cc', |
| 55 'app_list_switches.h', | 55 'app_list_switches.h', |
| 56 'app_list_view_delegate.cc', | 56 'app_list_view_delegate.cc', |
| 57 'app_list_view_delegate.h', | 57 'app_list_view_delegate.h', |
| 58 'cocoa/app_list_pager_view.h', | |
| 59 'cocoa/app_list_pager_view.mm', | |
| 60 'cocoa/app_list_view_controller.h', | |
| 61 'cocoa/app_list_view_controller.mm', | |
| 62 'cocoa/app_list_window_controller.h', | |
| 63 'cocoa/app_list_window_controller.mm', | |
| 64 'cocoa/apps_collection_view_drag_manager.h', | |
| 65 'cocoa/apps_collection_view_drag_manager.mm', | |
| 66 'cocoa/apps_grid_controller.h', | |
| 67 'cocoa/apps_grid_controller.mm', | |
| 68 'cocoa/apps_grid_view_item.h', | |
| 69 'cocoa/apps_grid_view_item.mm', | |
| 70 'cocoa/apps_pagination_model_observer.h', | |
| 71 'cocoa/apps_search_box_controller.h', | |
| 72 'cocoa/apps_search_box_controller.mm', | |
| 73 'cocoa/apps_search_results_controller.h', | |
| 74 'cocoa/apps_search_results_controller.mm', | |
| 75 'cocoa/apps_search_results_model_bridge.h', | |
| 76 'cocoa/apps_search_results_model_bridge.mm', | |
| 77 'cocoa/item_drag_controller.h', | |
| 78 'cocoa/item_drag_controller.mm', | |
| 79 'cocoa/scroll_view_with_no_scrollbars.h', | |
| 80 'cocoa/scroll_view_with_no_scrollbars.mm', | |
| 81 'folder_image.cc', | 58 'folder_image.cc', |
| 82 'folder_image.h', | 59 'folder_image.h', |
| 83 'pagination_controller.cc', | 60 'pagination_controller.cc', |
| 84 'pagination_controller.h', | 61 'pagination_controller.h', |
| 85 'pagination_model.cc', | 62 'pagination_model.cc', |
| 86 'pagination_model.h', | 63 'pagination_model.h', |
| 87 'pagination_model_observer.h', | 64 'pagination_model_observer.h', |
| 88 'search/dictionary_data_store.cc', | 65 'search/dictionary_data_store.cc', |
| 89 'search/dictionary_data_store.h', | 66 'search/dictionary_data_store.h', |
| 90 'search/history.cc', | 67 'search/history.cc', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 '../views/views.gyp:views', | 176 '../views/views.gyp:views', |
| 200 ], | 177 ], |
| 201 'export_dependent_settings': [ | 178 'export_dependent_settings': [ |
| 202 '../views/views.gyp:views', | 179 '../views/views.gyp:views', |
| 203 ], | 180 ], |
| 204 }, { # toolkit_views==0 | 181 }, { # toolkit_views==0 |
| 205 'sources/': [ | 182 'sources/': [ |
| 206 ['exclude', 'views/'], | 183 ['exclude', 'views/'], |
| 207 ], | 184 ], |
| 208 }], | 185 }], |
| 209 ['OS=="mac"', { | |
| 210 'dependencies': [ | |
| 211 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
:google_toolbox_for_mac', | |
| 212 ], | |
| 213 'link_settings': { | |
| 214 'libraries': [ | |
| 215 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | |
| 216 ], | |
| 217 }, | |
| 218 }, { # OS!="mac" | |
| 219 'sources/': [ | |
| 220 ['exclude', 'cocoa/'], | |
| 221 ], | |
| 222 }], | |
| 223 ], | 186 ], |
| 224 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 187 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 225 'msvs_disabled_warnings': [ 4267, ], | 188 'msvs_disabled_warnings': [ 4267, ], |
| 226 }, | 189 }, |
| 227 { | 190 { |
| 228 # GN version: //ui/app_list:test_support | 191 # GN version: //ui/app_list:test_support |
| 229 'target_name': 'app_list_test_support', | 192 'target_name': 'app_list_test_support', |
| 230 'type': 'static_library', | 193 'type': 'static_library', |
| 231 'dependencies': [ | 194 'dependencies': [ |
| 232 '../../base/base.gyp:base', | 195 '../../base/base.gyp:base', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 258 '../gfx/gfx.gyp:gfx_range', | 221 '../gfx/gfx.gyp:gfx_range', |
| 259 '../resources/ui_resources.gyp:ui_resources', | 222 '../resources/ui_resources.gyp:ui_resources', |
| 260 '../resources/ui_resources.gyp:ui_test_pak', | 223 '../resources/ui_resources.gyp:ui_test_pak', |
| 261 'app_list', | 224 'app_list', |
| 262 'app_list_test_support', | 225 'app_list_test_support', |
| 263 ], | 226 ], |
| 264 'sources': [ | 227 'sources': [ |
| 265 # Note: sources list duplicated in GN build. | 228 # Note: sources list duplicated in GN build. |
| 266 'app_list_item_list_unittest.cc', | 229 'app_list_item_list_unittest.cc', |
| 267 'app_list_model_unittest.cc', | 230 'app_list_model_unittest.cc', |
| 268 'cocoa/app_list_view_controller_unittest.mm', | |
| 269 'cocoa/app_list_window_controller_unittest.mm', | |
| 270 'cocoa/apps_grid_controller_unittest.mm', | |
| 271 'cocoa/apps_search_box_controller_unittest.mm', | |
| 272 'cocoa/apps_search_results_controller_unittest.mm', | |
| 273 'cocoa/test/apps_grid_controller_test_helper.h', | |
| 274 'cocoa/test/apps_grid_controller_test_helper.mm', | |
| 275 'folder_image_unittest.cc', | 231 'folder_image_unittest.cc', |
| 276 'pagination_model_unittest.cc', | 232 'pagination_model_unittest.cc', |
| 277 'search/history_data_store_unittest.cc', | 233 'search/history_data_store_unittest.cc', |
| 278 'search/mixer_unittest.cc', | 234 'search/mixer_unittest.cc', |
| 279 'search/term_break_iterator_unittest.cc', | 235 'search/term_break_iterator_unittest.cc', |
| 280 'search/tokenized_string_char_iterator_unittest.cc', | 236 'search/tokenized_string_char_iterator_unittest.cc', |
| 281 'search/tokenized_string_match_unittest.cc', | 237 'search/tokenized_string_match_unittest.cc', |
| 282 'search/tokenized_string_unittest.cc', | 238 'search/tokenized_string_unittest.cc', |
| 283 'test/run_all_unittests.cc', | 239 'test/run_all_unittests.cc', |
| 284 'views/app_list_main_view_unittest.cc', | 240 'views/app_list_main_view_unittest.cc', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 297 ['toolkit_views==1', { | 253 ['toolkit_views==1', { |
| 298 'dependencies': [ | 254 'dependencies': [ |
| 299 '../views/views.gyp:views', | 255 '../views/views.gyp:views', |
| 300 '../views/views.gyp:views_test_support', | 256 '../views/views.gyp:views_test_support', |
| 301 ], | 257 ], |
| 302 }, { # toolkit_views==0 | 258 }, { # toolkit_views==0 |
| 303 'sources/': [ | 259 'sources/': [ |
| 304 ['exclude', 'views/'], | 260 ['exclude', 'views/'], |
| 305 ] | 261 ] |
| 306 }], | 262 }], |
| 307 ['OS=="mac"', { | |
| 308 'dependencies': [ | |
| 309 '../events/events.gyp:events_test_support', | |
| 310 '../gfx/gfx.gyp:gfx_test_support', | |
| 311 ], | |
| 312 'conditions': [ | |
| 313 ['component=="static_library"', { | |
| 314 # Needed to link to Obj-C static libraries. | |
| 315 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | |
| 316 }], | |
| 317 ], | |
| 318 }, { # OS!="mac" | |
| 319 'sources/': [ | |
| 320 ['exclude', 'cocoa/'], | |
| 321 ], | |
| 322 }], | |
| 323 ], | 263 ], |
| 324 # Disable c4267 warnings until we fix size_t to int truncations. | 264 # Disable c4267 warnings until we fix size_t to int truncations. |
| 325 'msvs_disabled_warnings': [ 4267, ], | 265 'msvs_disabled_warnings': [ 4267, ], |
| 326 }, | 266 }, |
| 327 ], | 267 ], |
| 328 'conditions': [ | 268 'conditions': [ |
| 329 ['toolkit_views==1', { | 269 ['toolkit_views==1', { |
| 330 'targets': [ | 270 'targets': [ |
| 331 { | 271 { |
| 332 'target_name': 'app_list_demo', | 272 'target_name': 'app_list_demo', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'dependencies': [ | 325 'dependencies': [ |
| 386 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 387 ], | 327 ], |
| 388 }], | 328 }], |
| 389 ], | 329 ], |
| 390 }, | 330 }, |
| 391 ], | 331 ], |
| 392 }], | 332 }], |
| 393 ], | 333 ], |
| 394 } | 334 } |
| OLD | NEW |