| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 'browser/chromeos/input_method/browser_state_monitor.cc', | 610 'browser/chromeos/input_method/browser_state_monitor.cc', |
| 611 'browser/chromeos/input_method/browser_state_monitor.h', | 611 'browser/chromeos/input_method/browser_state_monitor.h', |
| 612 'browser/chromeos/input_method/candidate_window.cc', | 612 'browser/chromeos/input_method/candidate_window.cc', |
| 613 'browser/chromeos/input_method/candidate_window.h', | 613 'browser/chromeos/input_method/candidate_window.h', |
| 614 'browser/chromeos/input_method/ibus_controller.cc', | 614 'browser/chromeos/input_method/ibus_controller.cc', |
| 615 'browser/chromeos/input_method/ibus_controller.h', | 615 'browser/chromeos/input_method/ibus_controller.h', |
| 616 'browser/chromeos/input_method/ibus_controller_base.cc', | 616 'browser/chromeos/input_method/ibus_controller_base.cc', |
| 617 'browser/chromeos/input_method/ibus_controller_base.h', | 617 'browser/chromeos/input_method/ibus_controller_base.h', |
| 618 'browser/chromeos/input_method/ibus_controller_impl.cc', | 618 'browser/chromeos/input_method/ibus_controller_impl.cc', |
| 619 'browser/chromeos/input_method/ibus_controller_impl.h', | 619 'browser/chromeos/input_method/ibus_controller_impl.h', |
| 620 'browser/chromeos/input_method/ibus_engine_controller.cc', | 620 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
| 621 'browser/chromeos/input_method/ibus_engine_controller.h', | 621 'browser/chromeos/input_method/input_method_engine_ibus.h', |
| 622 'browser/chromeos/input_method/ibus_keymap.cc', | 622 'browser/chromeos/input_method/ibus_keymap.cc', |
| 623 'browser/chromeos/input_method/ibus_keymap.h', | 623 'browser/chromeos/input_method/ibus_keymap.h', |
| 624 'browser/chromeos/input_method/ibus_ui_controller.cc', | 624 'browser/chromeos/input_method/ibus_ui_controller.cc', |
| 625 'browser/chromeos/input_method/ibus_ui_controller.h', | 625 'browser/chromeos/input_method/ibus_ui_controller.h', |
| 626 'browser/chromeos/input_method/input_method_config.cc', | 626 'browser/chromeos/input_method/input_method_config.cc', |
| 627 'browser/chromeos/input_method/input_method_config.h', | 627 'browser/chromeos/input_method/input_method_config.h', |
| 628 'browser/chromeos/input_method/input_method_descriptor.cc', | 628 'browser/chromeos/input_method/input_method_descriptor.cc', |
| 629 'browser/chromeos/input_method/input_method_descriptor.h', | 629 'browser/chromeos/input_method/input_method_descriptor.h', |
| 630 'browser/chromeos/input_method/input_method_engine.cc', | 630 'browser/chromeos/input_method/input_method_engine.cc', |
| 631 'browser/chromeos/input_method/input_method_engine.h', | 631 'browser/chromeos/input_method/input_method_engine.h', |
| (...skipping 4885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5517 'includes': [ '../build/jni_generator.gypi' ], | 5517 'includes': [ '../build/jni_generator.gypi' ], |
| 5518 'dependencies': [ | 5518 'dependencies': [ |
| 5519 'android_jar_jni_headers', | 5519 'android_jar_jni_headers', |
| 5520 ], | 5520 ], |
| 5521 }, | 5521 }, |
| 5522 ], | 5522 ], |
| 5523 }, | 5523 }, |
| 5524 ], | 5524 ], |
| 5525 ], | 5525 ], |
| 5526 } | 5526 } |
| OLD | NEW |