| 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 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
| 8 'views_sources': [ | 8 'views_sources': [ |
| 9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
| 10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 # For accessibility | 731 # For accessibility |
| 732 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 732 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 733 ], | 733 ], |
| 734 'include_dirs': [ | 734 'include_dirs': [ |
| 735 '../../third_party/wtl/include', | 735 '../../third_party/wtl/include', |
| 736 ], | 736 ], |
| 737 'link_settings': { | 737 'link_settings': { |
| 738 'libraries': [ | 738 'libraries': [ |
| 739 '-limm32.lib', | 739 '-limm32.lib', |
| 740 '-loleacc.lib', | 740 '-loleacc.lib', |
| 741 '-lwtsapi32.lib', |
| 741 ], | 742 ], |
| 742 'msvs_settings': { | 743 'msvs_settings': { |
| 743 'VCLinkerTool': { | 744 'VCLinkerTool': { |
| 744 'DelayLoadDLLs': [ | 745 'DelayLoadDLLs': [ |
| 745 'user32.dll', | 746 'user32.dll', |
| 746 ], | 747 ], |
| 747 }, | 748 }, |
| 748 }, | 749 }, |
| 749 }, | 750 }, |
| 750 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 751 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1020 '../aura/aura.gyp:aura', | 1021 '../aura/aura.gyp:aura', |
| 1021 '../wm/wm.gyp:wm', | 1022 '../wm/wm.gyp:wm', |
| 1022 ], | 1023 ], |
| 1023 }], | 1024 }], |
| 1024 ], | 1025 ], |
| 1025 }, # target_name: macviews_interactive_ui_tests | 1026 }, # target_name: macviews_interactive_ui_tests |
| 1026 ], # targets | 1027 ], # targets |
| 1027 }], | 1028 }], |
| 1028 ], # conditions | 1029 ], # conditions |
| 1029 } | 1030 } |
| OLD | NEW |