| 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_export.h', |
| 184 'base/view_prop.cc', | 185 'base/view_prop.cc', |
| 185 'base/view_prop.h', | 186 'base/view_prop.h', |
| 186 'base/win/hwnd_util.cc', | 187 'base/win/hwnd_util.cc', |
| 187 'base/win/hwnd_util.h', | 188 'base/win/hwnd_util.h', |
| 188 'base/win/ime_input.cc', | 189 'base/win/ime_input.cc', |
| 189 'base/win/ime_input.h', | 190 'base/win/ime_input.h', |
| 190 'base/win/shell.cc', | 191 'base/win/shell.cc', |
| 191 'base/win/shell.h', | 192 'base/win/shell.h', |
| 192 'base/win/window_impl.cc', | 193 'base/win/window_impl.cc', |
| 193 'base/win/window_impl.h', | 194 'base/win/window_impl.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'gfx/size.cc', | 268 'gfx/size.cc', |
| 268 'gfx/size.h', | 269 'gfx/size.h', |
| 269 'gfx/skbitmap_operations.cc', | 270 'gfx/skbitmap_operations.cc', |
| 270 'gfx/skbitmap_operations.h', | 271 'gfx/skbitmap_operations.h', |
| 271 'gfx/skia_util.cc', | 272 'gfx/skia_util.cc', |
| 272 'gfx/skia_util.h', | 273 'gfx/skia_util.h', |
| 273 'gfx/skia_utils_gtk.cc', | 274 'gfx/skia_utils_gtk.cc', |
| 274 'gfx/skia_utils_gtk.h', | 275 'gfx/skia_utils_gtk.h', |
| 275 'gfx/transform.h', | 276 'gfx/transform.h', |
| 276 'gfx/transform.cc', | 277 'gfx/transform.cc', |
| 277 'ui_api.h', | |
| 278 ], | 278 ], |
| 279 'conditions': [ | 279 'conditions': [ |
| 280 ['toolkit_uses_gtk == 1', { | 280 ['toolkit_uses_gtk == 1', { |
| 281 'dependencies': [ | 281 'dependencies': [ |
| 282 # font_gtk.cc uses fontconfig. | 282 # font_gtk.cc uses fontconfig. |
| 283 # TODO(evanm): I think this is wrong; it should just use GTK. | 283 # TODO(evanm): I think this is wrong; it should just use GTK. |
| 284 '../build/linux/system.gyp:fontconfig', | 284 '../build/linux/system.gyp:fontconfig', |
| 285 '../build/linux/system.gyp:gtk', | 285 '../build/linux/system.gyp:gtk', |
| 286 '../build/linux/system.gyp:x11', | 286 '../build/linux/system.gyp:x11', |
| 287 '../build/linux/system.gyp:xext', | 287 '../build/linux/system.gyp:xext', |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 'configurations': { | 499 'configurations': { |
| 500 'Common_Base': { | 500 'Common_Base': { |
| 501 'msvs_target_platform': 'x64', | 501 'msvs_target_platform': 'x64', |
| 502 }, | 502 }, |
| 503 }, | 503 }, |
| 504 }, | 504 }, |
| 505 ], | 505 ], |
| 506 }], | 506 }], |
| 507 ], | 507 ], |
| 508 } | 508 } |
| OLD | NEW |