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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'gfx/skia_util.h', | 286 'gfx/skia_util.h', |
287 'gfx/skia_utils_gtk.cc', | 287 'gfx/skia_utils_gtk.cc', |
288 'gfx/skia_utils_gtk.h', | 288 'gfx/skia_utils_gtk.h', |
289 'gfx/transform.h', | 289 'gfx/transform.h', |
290 'gfx/transform.cc', | 290 'gfx/transform.cc', |
291 ], | 291 ], |
292 'conditions': [ | 292 'conditions': [ |
293 ['use_aura==1', { | 293 ['use_aura==1', { |
294 'sources/': [ | 294 'sources/': [ |
295 ['exclude', 'gfx/screen_win.cc'], | 295 ['exclude', 'gfx/screen_win.cc'], |
| 296 ['exclude', 'base/win/mouse_wheel_util.cc'], |
| 297 ['exclude', 'base/win/mouse_wheel_util.h'], |
296 ], | 298 ], |
297 }], | 299 }], |
298 ['toolkit_uses_gtk == 1', { | 300 ['toolkit_uses_gtk == 1', { |
299 'dependencies': [ | 301 'dependencies': [ |
300 # font_gtk.cc uses fontconfig. | 302 # font_gtk.cc uses fontconfig. |
301 # TODO(evanm): I think this is wrong; it should just use GTK. | 303 # TODO(evanm): I think this is wrong; it should just use GTK. |
302 '../build/linux/system.gyp:fontconfig', | 304 '../build/linux/system.gyp:fontconfig', |
303 '../build/linux/system.gyp:gtk', | 305 '../build/linux/system.gyp:gtk', |
304 '../build/linux/system.gyp:x11', | 306 '../build/linux/system.gyp:x11', |
305 '../build/linux/system.gyp:xext', | 307 '../build/linux/system.gyp:xext', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
536 'configurations': { | 538 'configurations': { |
537 'Common_Base': { | 539 'Common_Base': { |
538 'msvs_target_platform': 'x64', | 540 'msvs_target_platform': 'x64', |
539 }, | 541 }, |
540 }, | 542 }, |
541 }, | 543 }, |
542 ], | 544 ], |
543 }], | 545 }], |
544 ], | 546 ], |
545 } | 547 } |
OLD | NEW |