| 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 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'base/layout.h', | 238 'base/layout.h', |
| 239 'base/layout_mac.mm', | 239 'base/layout_mac.mm', |
| 240 'base/models/button_menu_item_model.cc', | 240 'base/models/button_menu_item_model.cc', |
| 241 'base/models/button_menu_item_model.h', | 241 'base/models/button_menu_item_model.h', |
| 242 'base/models/combobox_model.h', | 242 'base/models/combobox_model.h', |
| 243 'base/models/list_model.h', | 243 'base/models/list_model.h', |
| 244 'base/models/list_model_observer.h', | 244 'base/models/list_model_observer.h', |
| 245 'base/models/menu_model.cc', | 245 'base/models/menu_model.cc', |
| 246 'base/models/menu_model.h', | 246 'base/models/menu_model.h', |
| 247 'base/models/menu_model_delegate.h', | 247 'base/models/menu_model_delegate.h', |
| 248 'base/models/menu_separator_types.h', |
| 248 'base/models/simple_menu_model.cc', | 249 'base/models/simple_menu_model.cc', |
| 249 'base/models/simple_menu_model.h', | 250 'base/models/simple_menu_model.h', |
| 250 'base/models/table_model.cc', | 251 'base/models/table_model.cc', |
| 251 'base/models/table_model.h', | 252 'base/models/table_model.h', |
| 252 'base/models/table_model_observer.h', | 253 'base/models/table_model_observer.h', |
| 253 'base/models/tree_model.cc', | 254 'base/models/tree_model.cc', |
| 254 'base/models/tree_model.h', | 255 'base/models/tree_model.h', |
| 255 'base/models/tree_node_iterator.h', | 256 'base/models/tree_node_iterator.h', |
| 256 'base/models/tree_node_model.h', | 257 'base/models/tree_node_model.h', |
| 257 'base/native_theme/native_theme.cc', | 258 'base/native_theme/native_theme.cc', |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 ], | 774 ], |
| 774 'conditions': [ | 775 'conditions': [ |
| 775 ['inside_chromium_build == 1 and OS != "ios"', { | 776 ['inside_chromium_build == 1 and OS != "ios"', { |
| 776 # TODO(ios): The ui tests do not compile yet on iOS. | 777 # TODO(ios): The ui tests do not compile yet on iOS. |
| 777 'includes': [ | 778 'includes': [ |
| 778 'ui_unittests.gypi', | 779 'ui_unittests.gypi', |
| 779 ]}, | 780 ]}, |
| 780 ], | 781 ], |
| 781 ], | 782 ], |
| 782 } | 783 } |
| OLD | NEW |