| 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 }, | 8 }, |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 ['OS=="win"', { | 760 ['OS=="win"', { |
| 761 'link_settings': { | 761 'link_settings': { |
| 762 'libraries': [ | 762 'libraries': [ |
| 763 '-limm32.lib', | 763 '-limm32.lib', |
| 764 '-loleacc.lib', | 764 '-loleacc.lib', |
| 765 ] | 765 ] |
| 766 }, | 766 }, |
| 767 'include_dirs': [ | 767 'include_dirs': [ |
| 768 '../third_party/wtl/include', | 768 '../third_party/wtl/include', |
| 769 ], | 769 ], |
| 770 'msvs_settings': { |
| 771 'VCManifestTool': { |
| 772 'AdditionalManifestFiles': '$(ProjectDir)\\examples\\views_example
s.exe.manifest', |
| 773 }, |
| 774 }, |
| 770 'sources': [ | 775 'sources': [ |
| 771 'examples/table_example.cc', | 776 'examples/table_example.cc', |
| 772 'examples/table_example.h', | 777 'examples/table_example.h', |
| 773 ], | 778 ], |
| 774 }], | 779 }], |
| 775 ['OS!="mac"', { | 780 ['OS!="mac"', { |
| 776 'dependencies': [ | 781 'dependencies': [ |
| 777 '../chrome/chrome.gyp:packed_resources', | 782 '../chrome/chrome.gyp:packed_resources', |
| 778 ], | 783 ], |
| 779 }], | 784 }], |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 'dependencies': [ | 949 'dependencies': [ |
| 945 '../chrome/chrome.gyp:packed_resources', | 950 '../chrome/chrome.gyp:packed_resources', |
| 946 ], | 951 ], |
| 947 }], | 952 }], |
| 948 ], | 953 ], |
| 949 }, | 954 }, |
| 950 ], | 955 ], |
| 951 }], | 956 }], |
| 952 ], | 957 ], |
| 953 } | 958 } |
| OLD | NEW |