| 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 28 matching lines...) Expand all Loading... |
| 39 'app_list_constants.h', | 39 'app_list_constants.h', |
| 40 'app_list_export.h', | 40 'app_list_export.h', |
| 41 'app_list_folder_item.cc', | 41 'app_list_folder_item.cc', |
| 42 'app_list_folder_item.h', | 42 'app_list_folder_item.h', |
| 43 'app_list_item.cc', | 43 'app_list_item.cc', |
| 44 'app_list_item.h', | 44 'app_list_item.h', |
| 45 'app_list_item_list.cc', | 45 'app_list_item_list.cc', |
| 46 'app_list_item_list.h', | 46 'app_list_item_list.h', |
| 47 'app_list_item_list_observer.h', | 47 'app_list_item_list_observer.h', |
| 48 'app_list_item_observer.h', | 48 'app_list_item_observer.h', |
| 49 'app_list_menu.cc', | |
| 50 'app_list_menu.h', | |
| 51 'app_list_model.cc', | 49 'app_list_model.cc', |
| 52 'app_list_model.h', | 50 'app_list_model.h', |
| 53 'app_list_model_observer.h', | 51 'app_list_model_observer.h', |
| 54 'app_list_switches.cc', | 52 'app_list_switches.cc', |
| 55 'app_list_switches.h', | 53 'app_list_switches.h', |
| 56 'app_list_view_delegate.cc', | 54 'app_list_view_delegate.cc', |
| 57 'app_list_view_delegate.h', | 55 'app_list_view_delegate.h', |
| 58 'cocoa/app_list_pager_view.h', | 56 'cocoa/app_list_pager_view.h', |
| 59 'cocoa/app_list_pager_view.mm', | 57 'cocoa/app_list_pager_view.mm', |
| 60 'cocoa/app_list_view_controller.h', | 58 'cocoa/app_list_view_controller.h', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'views/all_apps_tile_item_view.h', | 118 'views/all_apps_tile_item_view.h', |
| 121 'views/app_list_background.cc', | 119 'views/app_list_background.cc', |
| 122 'views/app_list_background.h', | 120 'views/app_list_background.h', |
| 123 'views/app_list_drag_and_drop_host.h', | 121 'views/app_list_drag_and_drop_host.h', |
| 124 'views/app_list_folder_view.cc', | 122 'views/app_list_folder_view.cc', |
| 125 'views/app_list_folder_view.h', | 123 'views/app_list_folder_view.h', |
| 126 'views/app_list_item_view.cc', | 124 'views/app_list_item_view.cc', |
| 127 'views/app_list_item_view.h', | 125 'views/app_list_item_view.h', |
| 128 'views/app_list_main_view.cc', | 126 'views/app_list_main_view.cc', |
| 129 'views/app_list_main_view.h', | 127 'views/app_list_main_view.h', |
| 130 'views/app_list_menu_views.cc', | |
| 131 'views/app_list_menu_views.h', | |
| 132 'views/app_list_page.cc', | 128 'views/app_list_page.cc', |
| 133 'views/app_list_page.h', | 129 'views/app_list_page.h', |
| 134 'views/app_list_view.cc', | 130 'views/app_list_view.cc', |
| 135 'views/app_list_view.h', | 131 'views/app_list_view.h', |
| 136 'views/app_list_view_observer.h', | 132 'views/app_list_view_observer.h', |
| 137 'views/apps_container_view.cc', | 133 'views/apps_container_view.cc', |
| 138 'views/apps_container_view.h', | 134 'views/apps_container_view.h', |
| 139 'views/apps_grid_view.cc', | 135 'views/apps_grid_view.cc', |
| 140 'views/apps_grid_view.h', | 136 'views/apps_grid_view.h', |
| 141 'views/apps_grid_view_delegate.h', | 137 'views/apps_grid_view_delegate.h', |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'dependencies': [ | 381 'dependencies': [ |
| 386 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 382 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 387 ], | 383 ], |
| 388 }], | 384 }], |
| 389 ], | 385 ], |
| 390 }, | 386 }, |
| 391 ], | 387 ], |
| 392 }], | 388 }], |
| 393 ], | 389 ], |
| 394 } | 390 } |
| OLD | NEW |