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