| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'base/layout.h', | 222 'base/layout.h', |
| 223 'base/layout_mac.mm', | 223 'base/layout_mac.mm', |
| 224 'base/models/button_menu_item_model.cc', | 224 'base/models/button_menu_item_model.cc', |
| 225 'base/models/button_menu_item_model.h', | 225 'base/models/button_menu_item_model.h', |
| 226 'base/models/combobox_model.h', | 226 'base/models/combobox_model.h', |
| 227 'base/models/list_model.h', | 227 'base/models/list_model.h', |
| 228 'base/models/list_model_observer.h', | 228 'base/models/list_model_observer.h', |
| 229 'base/models/menu_model.cc', | 229 'base/models/menu_model.cc', |
| 230 'base/models/menu_model.h', | 230 'base/models/menu_model.h', |
| 231 'base/models/menu_model_delegate.h', | 231 'base/models/menu_model_delegate.h', |
| 232 'base/models/menu_separator_types.h', |
| 232 'base/models/simple_menu_model.cc', | 233 'base/models/simple_menu_model.cc', |
| 233 'base/models/simple_menu_model.h', | 234 'base/models/simple_menu_model.h', |
| 234 'base/models/table_model.cc', | 235 'base/models/table_model.cc', |
| 235 'base/models/table_model.h', | 236 'base/models/table_model.h', |
| 236 'base/models/table_model_observer.h', | 237 'base/models/table_model_observer.h', |
| 237 'base/models/tree_model.cc', | 238 'base/models/tree_model.cc', |
| 238 'base/models/tree_model.h', | 239 'base/models/tree_model.h', |
| 239 'base/models/tree_node_iterator.h', | 240 'base/models/tree_node_iterator.h', |
| 240 'base/models/tree_node_model.h', | 241 'base/models/tree_node_model.h', |
| 241 'base/native_theme/native_theme.cc', | 242 'base/native_theme/native_theme.cc', |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 ], | 781 ], |
| 781 'conditions': [ | 782 'conditions': [ |
| 782 ['inside_chromium_build == 1 and OS != "ios"', { | 783 ['inside_chromium_build == 1 and OS != "ios"', { |
| 783 # TODO(ios): The ui tests do not compile yet on iOS. | 784 # TODO(ios): The ui tests do not compile yet on iOS. |
| 784 'includes': [ | 785 'includes': [ |
| 785 'ui_unittests.gypi', | 786 'ui_unittests.gypi', |
| 786 ]}, | 787 ]}, |
| 787 ], | 788 ], |
| 788 ], | 789 ], |
| 789 } | 790 } |
| OLD | NEW |