| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 ], | 656 ], |
| 657 }], | 657 }], |
| 658 ['chromeos==0', { | 658 ['chromeos==0', { |
| 659 'sources!': [ | 659 'sources!': [ |
| 660 'ime/input_method_chromeos.cc', | 660 'ime/input_method_chromeos.cc', |
| 661 'ime/input_method_chromeos.h', | 661 'ime/input_method_chromeos.h', |
| 662 ], | 662 ], |
| 663 }], | 663 }], |
| 664 ['chromeos==1', { | 664 ['chromeos==1', { |
| 665 'dependencies': [ | 665 'dependencies': [ |
| 666 '../../chromeos/chromeos.gyp:chromeos', | 666 '../chromeos/ui_chromeos.gyp:ui_chromeos', |
| 667 ], | 667 ], |
| 668 }], | 668 }], |
| 669 ['OS!="win"', { | 669 ['OS!="win"', { |
| 670 'sources!': [ | 670 'sources!': [ |
| 671 'ime/input_method_imm32.cc', | 671 'ime/input_method_imm32.cc', |
| 672 'ime/input_method_imm32.h', | 672 'ime/input_method_imm32.h', |
| 673 ], | 673 ], |
| 674 }], | 674 }], |
| 675 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', { | 675 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', { |
| 676 'sources!': [ | 676 'sources!': [ |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 ], | 761 ], |
| 762 'variables': { | 762 'variables': { |
| 763 'jni_gen_package': 'ui', | 763 'jni_gen_package': 'ui', |
| 764 }, | 764 }, |
| 765 'includes': [ '../../build/jni_generator.gypi' ], | 765 'includes': [ '../../build/jni_generator.gypi' ], |
| 766 }, | 766 }, |
| 767 ], | 767 ], |
| 768 }], | 768 }], |
| 769 ], | 769 ], |
| 770 } | 770 } |
| OLD | NEW |