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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. | 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. |
9 }, | 9 }, |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'base/text/bytes_formatting.h', | 174 'base/text/bytes_formatting.h', |
175 'base/text/text_elider.cc', | 175 'base/text/text_elider.cc', |
176 'base/text/text_elider.h', | 176 'base/text/text_elider.h', |
177 'base/theme_provider.cc', | 177 'base/theme_provider.cc', |
178 'base/theme_provider.h', | 178 'base/theme_provider.h', |
179 'base/ui_base_exports.cc', | 179 'base/ui_base_exports.cc', |
180 'base/ui_base_paths.cc', | 180 'base/ui_base_paths.cc', |
181 'base/ui_base_paths.h', | 181 'base/ui_base_paths.h', |
182 'base/ui_base_switches.cc', | 182 'base/ui_base_switches.cc', |
183 'base/ui_base_switches.h', | 183 'base/ui_base_switches.h', |
| 184 'base/ui_base_types.h', |
184 'base/ui_export.h', | 185 'base/ui_export.h', |
185 'base/view_prop.cc', | 186 'base/view_prop.cc', |
186 'base/view_prop.h', | 187 'base/view_prop.h', |
187 'base/win/hwnd_util.cc', | 188 'base/win/hwnd_util.cc', |
188 'base/win/hwnd_util.h', | 189 'base/win/hwnd_util.h', |
189 'base/win/ime_input.cc', | 190 'base/win/ime_input.cc', |
190 'base/win/ime_input.h', | 191 'base/win/ime_input.h', |
191 'base/win/shell.cc', | 192 'base/win/shell.cc', |
192 'base/win/shell.h', | 193 'base/win/shell.h', |
193 'base/win/window_impl.cc', | 194 'base/win/window_impl.cc', |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 'configurations': { | 521 'configurations': { |
521 'Common_Base': { | 522 'Common_Base': { |
522 'msvs_target_platform': 'x64', | 523 'msvs_target_platform': 'x64', |
523 }, | 524 }, |
524 }, | 525 }, |
525 }, | 526 }, |
526 ], | 527 ], |
527 }], | 528 }], |
528 ], | 529 ], |
529 } | 530 } |
OLD | NEW |