| 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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 ['touchui==0', { | 550 ['touchui==0', { |
| 551 'sources!': [ | 551 'sources!': [ |
| 552 'touchui/touch_selection_controller_impl_unittest.cc', | 552 'touchui/touch_selection_controller_impl_unittest.cc', |
| 553 ], | 553 ], |
| 554 }], | 554 }], |
| 555 ['OS=="win"', { | 555 ['OS=="win"', { |
| 556 'dependencies': [ | 556 'dependencies': [ |
| 557 # TODO(jcivelli): ideally the resource needed by views would be | 557 # TODO(jcivelli): ideally the resource needed by views would be |
| 558 # factored out. (for some reason it pulls in a bunch | 558 # factored out. (for some reason it pulls in a bunch |
| 559 # unrelated things like v8, sqlite nss...). | 559 # unrelated things like v8, sqlite nss...). |
| 560 '../chrome/chrome.gyp:packed_resources', | 560 '../chrome/app/locales/locales.gyp:en-US', |
| 561 ], | 561 ], |
| 562 'link_settings': { | 562 'link_settings': { |
| 563 'libraries': [ | 563 'libraries': [ |
| 564 '-limm32.lib', | 564 '-limm32.lib', |
| 565 '-loleacc.lib', | 565 '-loleacc.lib', |
| 566 ] | 566 ] |
| 567 }, | 567 }, |
| 568 'include_dirs': [ | 568 'include_dirs': [ |
| 569 '<(DEPTH)/third_party/wtl/include', | 569 '<(DEPTH)/third_party/wtl/include', |
| 570 ], | 570 ], |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'include_dirs': [ | 817 'include_dirs': [ |
| 818 '<(DEPTH)/third_party/wtl/include', | 818 '<(DEPTH)/third_party/wtl/include', |
| 819 ], | 819 ], |
| 820 }], | 820 }], |
| 821 ], | 821 ], |
| 822 }, | 822 }, |
| 823 ], | 823 ], |
| 824 }], | 824 }], |
| 825 ], | 825 ], |
| 826 } | 826 } |
| OLD | NEW |