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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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.cc', | 77 'folder_image.cc', |
78 'folder_image.h', | 78 'folder_image.h', |
79 'folder_image_source.cc', | |
80 'folder_image_source.h', | |
81 'pagination_controller.cc', | 79 'pagination_controller.cc', |
82 'pagination_controller.h', | 80 'pagination_controller.h', |
83 'pagination_model.cc', | 81 'pagination_model.cc', |
84 'pagination_model.h', | 82 'pagination_model.h', |
85 'pagination_model_observer.h', | 83 'pagination_model_observer.h', |
86 'search_box_model.cc', | 84 'search_box_model.cc', |
87 'search_box_model.h', | 85 'search_box_model.h', |
88 'search_box_model_observer.h', | 86 'search_box_model_observer.h', |
89 'search_controller.cc', | 87 'search_controller.cc', |
90 'search_controller.h', | 88 'search_controller.h', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 '../../sandbox/sandbox.gyp:sandbox', | 353 '../../sandbox/sandbox.gyp:sandbox', |
356 '../../content/content.gyp:content_startup_helper_win', | 354 '../../content/content.gyp:content_startup_helper_win', |
357 ], | 355 ], |
358 }], | 356 }], |
359 ], | 357 ], |
360 }, | 358 }, |
361 ], | 359 ], |
362 }], # toolkit_views==1 | 360 }], # toolkit_views==1 |
363 ], | 361 ], |
364 } | 362 } |
OLD | NEW |