| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'cocoa/apps_search_results_controller.mm', | 68 'cocoa/apps_search_results_controller.mm', |
| 69 'cocoa/apps_search_results_model_bridge.h', | 69 'cocoa/apps_search_results_model_bridge.h', |
| 70 'cocoa/apps_search_results_model_bridge.mm', | 70 'cocoa/apps_search_results_model_bridge.mm', |
| 71 'cocoa/item_drag_controller.h', | 71 'cocoa/item_drag_controller.h', |
| 72 'cocoa/item_drag_controller.mm', | 72 'cocoa/item_drag_controller.mm', |
| 73 'cocoa/scroll_view_with_no_scrollbars.h', | 73 'cocoa/scroll_view_with_no_scrollbars.h', |
| 74 'cocoa/scroll_view_with_no_scrollbars.mm', | 74 'cocoa/scroll_view_with_no_scrollbars.mm', |
| 75 'pagination_model.cc', | 75 'pagination_model.cc', |
| 76 'pagination_model.h', | 76 'pagination_model.h', |
| 77 'pagination_model_observer.h', | 77 'pagination_model_observer.h', |
| 78 'pagination_controller.cc', |
| 79 'pagination_controller.h', |
| 78 'search_box_model.cc', | 80 'search_box_model.cc', |
| 79 'search_box_model.h', | 81 'search_box_model.h', |
| 80 'search_box_model_observer.h', | 82 'search_box_model_observer.h', |
| 81 'search_provider.cc', | 83 'search_provider.cc', |
| 82 'search_provider.h', | 84 'search_provider.h', |
| 83 'search_result.cc', | 85 'search_result.cc', |
| 84 'search_result.h', | 86 'search_result.h', |
| 85 'speech_ui_model.cc', | 87 'speech_ui_model.cc', |
| 86 'speech_ui_model.h', | 88 'speech_ui_model.h', |
| 87 'speech_ui_model_observer.h', | 89 'speech_ui_model_observer.h', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 '../../sandbox/sandbox.gyp:sandbox', | 315 '../../sandbox/sandbox.gyp:sandbox', |
| 314 '../../content/content.gyp:content_startup_helper_win', | 316 '../../content/content.gyp:content_startup_helper_win', |
| 315 ], | 317 ], |
| 316 }], | 318 }], |
| 317 ], | 319 ], |
| 318 }, | 320 }, |
| 319 ], | 321 ], |
| 320 }], # toolkit_views==1 | 322 }], # toolkit_views==1 |
| 321 ], | 323 ], |
| 322 } | 324 } |
| OLD | NEW |