| 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 ['touchui==0', { | 509 ['touchui==0', { |
| 510 'sources!': [ | 510 'sources!': [ |
| 511 'touchui/touch_selection_controller_impl_unittest.cc', | 511 'touchui/touch_selection_controller_impl_unittest.cc', |
| 512 ], | 512 ], |
| 513 }], | 513 }], |
| 514 ['OS=="win"', { | 514 ['OS=="win"', { |
| 515 'dependencies': [ | 515 'dependencies': [ |
| 516 # TODO(jcivelli): ideally the resource needed by views would be | 516 # TODO(jcivelli): ideally the resource needed by views would be |
| 517 # factored out. (for some reason it pulls in a bunch | 517 # factored out. (for some reason it pulls in a bunch |
| 518 # unrelated things like v8, sqlite nss...). | 518 # unrelated things like v8, sqlite nss...). |
| 519 '../chrome/chrome.gyp:packed_resources', | 519 '../chrome/app/locales/locales.gyp:en-US', |
| 520 ], | 520 ], |
| 521 'link_settings': { | 521 'link_settings': { |
| 522 'libraries': [ | 522 'libraries': [ |
| 523 '-limm32.lib', | 523 '-limm32.lib', |
| 524 '-loleacc.lib', | 524 '-loleacc.lib', |
| 525 ] | 525 ] |
| 526 }, | 526 }, |
| 527 'include_dirs': [ | 527 'include_dirs': [ |
| 528 '<(DEPTH)/third_party/wtl/include', | 528 '<(DEPTH)/third_party/wtl/include', |
| 529 ], | 529 ], |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 'include_dirs': [ | 730 'include_dirs': [ |
| 731 '<(DEPTH)/third_party/wtl/include', | 731 '<(DEPTH)/third_party/wtl/include', |
| 732 ], | 732 ], |
| 733 }], | 733 }], |
| 734 ], | 734 ], |
| 735 }, | 735 }, |
| 736 | 736 |
| 737 | 737 |
| 738 ], | 738 ], |
| 739 } | 739 } |
| OLD | NEW |