| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'models/dialog_model.cc', | 202 'models/dialog_model.cc', |
| 203 'models/dialog_model.h', | 203 'models/dialog_model.h', |
| 204 'models/list_model.h', | 204 'models/list_model.h', |
| 205 'models/list_model_observer.h', | 205 'models/list_model_observer.h', |
| 206 'models/list_selection_model.cc', | 206 'models/list_selection_model.cc', |
| 207 'models/list_selection_model.h', | 207 'models/list_selection_model.h', |
| 208 'models/menu_model.cc', | 208 'models/menu_model.cc', |
| 209 'models/menu_model.h', | 209 'models/menu_model.h', |
| 210 'models/menu_model_delegate.h', | 210 'models/menu_model_delegate.h', |
| 211 'models/menu_separator_types.h', | 211 'models/menu_separator_types.h', |
| 212 'models/simple_combobox_model.cc', |
| 213 'models/simple_combobox_model.h', |
| 212 'models/simple_menu_model.cc', | 214 'models/simple_menu_model.cc', |
| 213 'models/simple_menu_model.h', | 215 'models/simple_menu_model.h', |
| 214 'models/table_model.cc', | 216 'models/table_model.cc', |
| 215 'models/table_model.h', | 217 'models/table_model.h', |
| 216 'models/table_model_observer.h', | 218 'models/table_model_observer.h', |
| 217 'models/tree_model.cc', | 219 'models/tree_model.cc', |
| 218 'models/tree_model.h', | 220 'models/tree_model.h', |
| 219 'models/tree_node_iterator.h', | 221 'models/tree_node_iterator.h', |
| 220 'models/tree_node_model.h', | 222 'models/tree_node_model.h', |
| 221 'nine_image_painter_factory.cc', | 223 'nine_image_painter_factory.cc', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 ], | 631 ], |
| 630 'variables': { | 632 'variables': { |
| 631 'jni_gen_package': 'ui', | 633 'jni_gen_package': 'ui', |
| 632 }, | 634 }, |
| 633 'includes': [ '../../build/jni_generator.gypi' ], | 635 'includes': [ '../../build/jni_generator.gypi' ], |
| 634 }, | 636 }, |
| 635 ], | 637 ], |
| 636 }], | 638 }], |
| 637 ], | 639 ], |
| 638 } | 640 } |
| OLD | NEW |