| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'views/app_list_view.h', | 131 'views/app_list_view.h', |
| 132 'views/app_list_view_observer.h', | 132 'views/app_list_view_observer.h', |
| 133 'views/apps_grid_view.cc', | 133 'views/apps_grid_view.cc', |
| 134 'views/apps_grid_view.h', | 134 'views/apps_grid_view.h', |
| 135 'views/apps_grid_view_delegate.h', | 135 'views/apps_grid_view_delegate.h', |
| 136 'views/apps_grid_view_folder_delegate.h', | 136 'views/apps_grid_view_folder_delegate.h', |
| 137 'views/cached_label.cc', | 137 'views/cached_label.cc', |
| 138 'views/cached_label.h', | 138 'views/cached_label.h', |
| 139 'views/contents_switcher_view.cc', | 139 'views/contents_switcher_view.cc', |
| 140 'views/contents_switcher_view.h', | 140 'views/contents_switcher_view.h', |
| 141 'views/contents_animator.cc', |
| 142 'views/contents_animator.h', |
| 141 'views/contents_view.cc', | 143 'views/contents_view.cc', |
| 142 'views/contents_view.h', | 144 'views/contents_view.h', |
| 143 'views/folder_background_view.cc', | 145 'views/folder_background_view.cc', |
| 144 'views/folder_background_view.h', | 146 'views/folder_background_view.h', |
| 145 'views/folder_header_view.cc', | 147 'views/folder_header_view.cc', |
| 146 'views/folder_header_view.h', | 148 'views/folder_header_view.h', |
| 147 'views/folder_header_view_delegate.h', | 149 'views/folder_header_view_delegate.h', |
| 148 'views/page_switcher.cc', | 150 'views/page_switcher.cc', |
| 149 'views/page_switcher.h', | 151 'views/page_switcher.h', |
| 150 'views/progress_bar_view.cc', | 152 'views/progress_bar_view.cc', |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 '../../sandbox/sandbox.gyp:sandbox', | 354 '../../sandbox/sandbox.gyp:sandbox', |
| 353 '../../content/content.gyp:content_startup_helper_win', | 355 '../../content/content.gyp:content_startup_helper_win', |
| 354 ], | 356 ], |
| 355 }], | 357 }], |
| 356 ], | 358 ], |
| 357 }, | 359 }, |
| 358 ], | 360 ], |
| 359 }], # toolkit_views==1 | 361 }], # toolkit_views==1 |
| 360 ], | 362 ], |
| 361 } | 363 } |
| OLD | NEW |