| 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 ], | 522 ], |
| 523 }, { # else: use_ibus != 1 | 523 }, { # else: use_ibus != 1 |
| 524 'sources/': [ | 524 'sources/': [ |
| 525 ['exclude', 'ime/character_composer.cc'], | 525 ['exclude', 'ime/character_composer.cc'], |
| 526 ['exclude', 'ime/character_composer.h'], | 526 ['exclude', 'ime/character_composer.h'], |
| 527 ['exclude', 'ime/input_method_ibus.cc'], | 527 ['exclude', 'ime/input_method_ibus.cc'], |
| 528 ['exclude', 'ime/input_method_ibus.h'], | 528 ['exclude', 'ime/input_method_ibus.h'], |
| 529 ], | 529 ], |
| 530 }], | 530 }], |
| 531 ['OS=="win"', { | 531 ['OS=="win"', { |
| 532 'dependencies': [ |
| 533 # For accessibility |
| 534 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 535 ], |
| 532 'include_dirs': [ | 536 'include_dirs': [ |
| 533 '../third_party/wtl/include', | 537 '../third_party/wtl/include', |
| 534 ], | 538 ], |
| 535 }], | 539 }], |
| 536 ['use_x11==0', { | 540 ['use_x11==0', { |
| 537 'sources!': [ | 541 'sources!': [ |
| 538 'events/event_x.cc', | 542 'events/event_x.cc', |
| 539 ], | 543 ], |
| 540 }], | 544 }], |
| 541 ], | 545 ], |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 'dependencies': [ | 954 'dependencies': [ |
| 951 '../chrome/chrome.gyp:packed_resources', | 955 '../chrome/chrome.gyp:packed_resources', |
| 952 ], | 956 ], |
| 953 }], | 957 }], |
| 954 ], | 958 ], |
| 955 }, | 959 }, |
| 956 ], | 960 ], |
| 957 }], | 961 }], |
| 958 ], | 962 ], |
| 959 } | 963 } |
| OLD | NEW |