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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 ], | 367 ], |
368 'AdditionalDependencies': [ | 368 'AdditionalDependencies': [ |
369 'd2d1.lib', | 369 'd2d1.lib', |
370 'd3d10_1.lib', | 370 'd3d10_1.lib', |
371 ], | 371 ], |
372 }, | 372 }, |
373 }, | 373 }, |
374 'link_settings': { | 374 'link_settings': { |
375 'libraries': [ | 375 'libraries': [ |
376 '-limm32.lib', | 376 '-limm32.lib', |
| 377 '-ld2d1.lib', |
377 '-loleacc.lib', | 378 '-loleacc.lib', |
378 ], | 379 ], |
379 }, | 380 }, |
380 },{ # OS!="win" | 381 },{ # OS!="win" |
381 'sources!': [ | 382 'sources!': [ |
382 'base/dragdrop/drag_source.cc', | 383 'base/dragdrop/drag_source.cc', |
383 'base/dragdrop/drag_source.h', | 384 'base/dragdrop/drag_source.h', |
384 'base/dragdrop/drag_drop_types.h', | 385 'base/dragdrop/drag_drop_types.h', |
385 'base/dragdrop/drop_target.cc', | 386 'base/dragdrop/drop_target.cc', |
386 'base/dragdrop/drop_target.h', | 387 'base/dragdrop/drop_target.h', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 'configurations': { | 520 'configurations': { |
520 'Common_Base': { | 521 'Common_Base': { |
521 'msvs_target_platform': 'x64', | 522 'msvs_target_platform': 'x64', |
522 }, | 523 }, |
523 }, | 524 }, |
524 }, | 525 }, |
525 ], | 526 ], |
526 }], | 527 }], |
527 ], | 528 ], |
528 } | 529 } |
OLD | NEW |