| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['use_aura==1', { | 10 ['use_aura==1', { |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 # For accessibility | 505 # For accessibility |
| 506 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 506 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 507 ], | 507 ], |
| 508 'include_dirs': [ | 508 'include_dirs': [ |
| 509 '../../third_party/wtl/include', | 509 '../../third_party/wtl/include', |
| 510 ], | 510 ], |
| 511 'link_settings': { | 511 'link_settings': { |
| 512 'msvs_settings': { | 512 'msvs_settings': { |
| 513 'VCLinkerTool': { | 513 'VCLinkerTool': { |
| 514 'DelayLoadDLLs': [ | 514 'DelayLoadDLLs': [ |
| 515 'user32.dll', | 515 # TODO(siggi): fixme, DO NOT SUBMIT |
| 516 # 'user32.dll', |
| 516 ], | 517 ], |
| 517 }, | 518 }, |
| 518 }, | 519 }, |
| 519 }, | 520 }, |
| 520 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 521 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 521 'msvs_disabled_warnings': [ 4267, ], | 522 'msvs_disabled_warnings': [ 4267, ], |
| 522 }], | 523 }], |
| 523 ['use_aura==0 or OS!="win"', { | 524 ['use_aura==0 or OS!="win"', { |
| 524 'sources!': [ | 525 'sources!': [ |
| 525 'widget/widget_message_filter.cc', | 526 'widget/widget_message_filter.cc', |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 'sources/': [ | 970 'sources/': [ |
| 970 # This is needed because the aura rule strips it from the default | 971 # This is needed because the aura rule strips it from the default |
| 971 # sources list. | 972 # sources list. |
| 972 ['include', '^../../content/app/startup_helper_win.cc'], | 973 ['include', '^../../content/app/startup_helper_win.cc'], |
| 973 ], | 974 ], |
| 974 }], | 975 }], |
| 975 ], | 976 ], |
| 976 }, # target_name: views_examples_with_content_exe | 977 }, # target_name: views_examples_with_content_exe |
| 977 ], | 978 ], |
| 978 } | 979 } |
| OLD | NEW |