| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ui_base', | 8 'target_name': 'ui_base', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'base/models/simple_menu_model.h', | 120 'base/models/simple_menu_model.h', |
| 121 'base/models/table_model.cc', | 121 'base/models/table_model.cc', |
| 122 'base/models/table_model.h', | 122 'base/models/table_model.h', |
| 123 'base/models/table_model_observer.h', | 123 'base/models/table_model_observer.h', |
| 124 'base/models/tree_model.cc', | 124 'base/models/tree_model.cc', |
| 125 'base/models/tree_model.h', | 125 'base/models/tree_model.h', |
| 126 'base/models/tree_node_iterator.h', | 126 'base/models/tree_node_iterator.h', |
| 127 'base/models/tree_node_model.h', | 127 'base/models/tree_node_model.h', |
| 128 'base/range/range.cc', | 128 'base/range/range.cc', |
| 129 'base/range/range.h', | 129 'base/range/range.h', |
| 130 'base/range/range.mm', | 130 'base/range/range_mac.mm', |
| 131 'base/range/range_win.cc', |
| 131 'base/resource/data_pack.cc', | 132 'base/resource/data_pack.cc', |
| 132 'base/resource/data_pack.h', | 133 'base/resource/data_pack.h', |
| 133 'base/resource/resource_bundle.cc', | 134 'base/resource/resource_bundle.cc', |
| 134 'base/resource/resource_bundle.h', | 135 'base/resource/resource_bundle.h', |
| 135 'base/resource/resource_bundle_linux.cc', | 136 'base/resource/resource_bundle_linux.cc', |
| 136 'base/resource/resource_bundle_mac.mm', | 137 'base/resource/resource_bundle_mac.mm', |
| 137 'base/resource/resource_bundle_posix.cc', | 138 'base/resource/resource_bundle_posix.cc', |
| 138 'base/resource/resource_bundle_win.cc', | 139 'base/resource/resource_bundle_win.cc', |
| 139 'base/text/bytes_formatting.cc', | 140 'base/text/bytes_formatting.cc', |
| 140 'base/text/bytes_formatting.h', | 141 'base/text/bytes_formatting.h', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 ], | 240 ], |
| 240 }, | 241 }, |
| 241 ], | 242 ], |
| 242 } | 243 } |
| 243 | 244 |
| 244 # Local Variables: | 245 # Local Variables: |
| 245 # tab-width:2 | 246 # tab-width:2 |
| 246 # indent-tabs-mode:nil | 247 # indent-tabs-mode:nil |
| 247 # End: | 248 # End: |
| 248 # vim: set expandtab tabstop=2 shiftwidth=2: | 249 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |