| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'cocoa/apps_search_box_controller.h', | 67 'cocoa/apps_search_box_controller.h', |
| 68 'cocoa/apps_search_box_controller.mm', | 68 'cocoa/apps_search_box_controller.mm', |
| 69 'cocoa/apps_search_results_controller.h', | 69 'cocoa/apps_search_results_controller.h', |
| 70 'cocoa/apps_search_results_controller.mm', | 70 'cocoa/apps_search_results_controller.mm', |
| 71 'cocoa/apps_search_results_model_bridge.h', | 71 'cocoa/apps_search_results_model_bridge.h', |
| 72 'cocoa/apps_search_results_model_bridge.mm', | 72 'cocoa/apps_search_results_model_bridge.mm', |
| 73 'cocoa/item_drag_controller.h', | 73 'cocoa/item_drag_controller.h', |
| 74 'cocoa/item_drag_controller.mm', | 74 'cocoa/item_drag_controller.mm', |
| 75 'cocoa/scroll_view_with_no_scrollbars.h', | 75 'cocoa/scroll_view_with_no_scrollbars.h', |
| 76 'cocoa/scroll_view_with_no_scrollbars.mm', | 76 'cocoa/scroll_view_with_no_scrollbars.mm', |
| 77 'folder_image_source.cc', |
| 78 'folder_image_source.h', |
| 77 'pagination_controller.cc', | 79 'pagination_controller.cc', |
| 78 'pagination_controller.h', | 80 'pagination_controller.h', |
| 79 'pagination_model.cc', | 81 'pagination_model.cc', |
| 80 'pagination_model.h', | 82 'pagination_model.h', |
| 81 'pagination_model_observer.h', | 83 'pagination_model_observer.h', |
| 82 'search_box_model.cc', | 84 'search_box_model.cc', |
| 83 'search_box_model.h', | 85 'search_box_model.h', |
| 84 'search_box_model_observer.h', | 86 'search_box_model_observer.h', |
| 85 'search_controller.cc', | 87 'search_controller.cc', |
| 86 'search_controller.h', | 88 'search_controller.h', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 '../../sandbox/sandbox.gyp:sandbox', | 348 '../../sandbox/sandbox.gyp:sandbox', |
| 347 '../../content/content.gyp:content_startup_helper_win', | 349 '../../content/content.gyp:content_startup_helper_win', |
| 348 ], | 350 ], |
| 349 }], | 351 }], |
| 350 ], | 352 ], |
| 351 }, | 353 }, |
| 352 ], | 354 ], |
| 353 }], # toolkit_views==1 | 355 }], # toolkit_views==1 |
| 354 ], | 356 ], |
| 355 } | 357 } |
| OLD | NEW |