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