| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'cocoa/apps_grid_view_item.mm', | 50 'cocoa/apps_grid_view_item.mm', |
| 51 'cocoa/apps_pagination_model_observer.h', | 51 'cocoa/apps_pagination_model_observer.h', |
| 52 'cocoa/apps_search_box_controller.h', | 52 'cocoa/apps_search_box_controller.h', |
| 53 'cocoa/apps_search_box_controller.mm', | 53 'cocoa/apps_search_box_controller.mm', |
| 54 'cocoa/apps_search_results_controller.h', | 54 'cocoa/apps_search_results_controller.h', |
| 55 'cocoa/apps_search_results_controller.mm', | 55 'cocoa/apps_search_results_controller.mm', |
| 56 'cocoa/apps_search_results_model_bridge.h', | 56 'cocoa/apps_search_results_model_bridge.h', |
| 57 'cocoa/apps_search_results_model_bridge.mm', | 57 'cocoa/apps_search_results_model_bridge.mm', |
| 58 'cocoa/blue_label_button.h', | 58 'cocoa/blue_label_button.h', |
| 59 'cocoa/blue_label_button.mm', | 59 'cocoa/blue_label_button.mm', |
| 60 'cocoa/current_user_menu_item_view.h', | |
| 61 'cocoa/current_user_menu_item_view.mm', | |
| 62 'cocoa/item_drag_controller.h', | 60 'cocoa/item_drag_controller.h', |
| 63 'cocoa/item_drag_controller.mm', | 61 'cocoa/item_drag_controller.mm', |
| 64 'cocoa/scroll_view_with_no_scrollbars.h', | 62 'cocoa/scroll_view_with_no_scrollbars.h', |
| 65 'cocoa/scroll_view_with_no_scrollbars.mm', | 63 'cocoa/scroll_view_with_no_scrollbars.mm', |
| 66 'cocoa/signin_view_controller.h', | 64 'cocoa/signin_view_controller.h', |
| 67 'cocoa/signin_view_controller.mm', | 65 'cocoa/signin_view_controller.mm', |
| 68 'pagination_model.cc', | 66 'pagination_model.cc', |
| 69 'pagination_model.h', | 67 'pagination_model.h', |
| 70 'pagination_model_observer.h', | 68 'pagination_model_observer.h', |
| 71 'search_box_model.cc', | 69 'search_box_model.cc', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'dependencies': [ | 209 'dependencies': [ |
| 212 '../../base/allocator/allocator.gyp:allocator', | 210 '../../base/allocator/allocator.gyp:allocator', |
| 213 ], | 211 ], |
| 214 }], | 212 }], |
| 215 ], | 213 ], |
| 216 # Disable c4267 warnings until we fix size_t to int truncations. | 214 # Disable c4267 warnings until we fix size_t to int truncations. |
| 217 'msvs_disabled_warnings': [ 4267, ], | 215 'msvs_disabled_warnings': [ 4267, ], |
| 218 }, | 216 }, |
| 219 ], | 217 ], |
| 220 } | 218 } |
| OLD | NEW |