| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'base/range/range.h', | 128 'base/range/range.h', |
| 129 'base/range/range.mm', | 129 'base/range/range.mm', |
| 130 'base/resource/data_pack.cc', | 130 'base/resource/data_pack.cc', |
| 131 'base/resource/data_pack.h', | 131 'base/resource/data_pack.h', |
| 132 'base/resource/resource_bundle.cc', | 132 'base/resource/resource_bundle.cc', |
| 133 'base/resource/resource_bundle.h', | 133 'base/resource/resource_bundle.h', |
| 134 'base/resource/resource_bundle_linux.cc', | 134 'base/resource/resource_bundle_linux.cc', |
| 135 'base/resource/resource_bundle_mac.mm', | 135 'base/resource/resource_bundle_mac.mm', |
| 136 'base/resource/resource_bundle_posix.cc', | 136 'base/resource/resource_bundle_posix.cc', |
| 137 'base/resource/resource_bundle_win.cc', | 137 'base/resource/resource_bundle_win.cc', |
| 138 'base/text/bytes_formatting.cc', |
| 139 'base/text/bytes_formatting.h', |
| 138 'base/text/text_elider.cc', | 140 'base/text/text_elider.cc', |
| 139 'base/text/text_elider.h', | 141 'base/text/text_elider.h', |
| 140 'base/theme_provider.cc', | 142 'base/theme_provider.cc', |
| 141 'base/theme_provider.h', | 143 'base/theme_provider.h', |
| 142 'base/ui_base_paths.cc', | 144 'base/ui_base_paths.cc', |
| 143 'base/ui_base_paths.h', | 145 'base/ui_base_paths.h', |
| 144 'base/ui_base_switches.cc', | 146 'base/ui_base_switches.cc', |
| 145 'base/ui_base_switches.h', | 147 'base/ui_base_switches.h', |
| 146 'base/view_prop.cc', | 148 'base/view_prop.cc', |
| 147 'base/view_prop.h', | 149 'base/view_prop.h', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 ], | 236 ], |
| 235 }, | 237 }, |
| 236 ], | 238 ], |
| 237 } | 239 } |
| 238 | 240 |
| 239 # Local Variables: | 241 # Local Variables: |
| 240 # tab-width:2 | 242 # tab-width:2 |
| 241 # indent-tabs-mode:nil | 243 # indent-tabs-mode:nil |
| 242 # End: | 244 # End: |
| 243 # vim: set expandtab tabstop=2 shiftwidth=2: | 245 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |