| 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_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'browser/chromeos/input_method/infolist_window_view.cc', | 319 'browser/chromeos/input_method/infolist_window_view.cc', |
| 320 'browser/chromeos/input_method/infolist_window_view.h', | 320 'browser/chromeos/input_method/infolist_window_view.h', |
| 321 'browser/chromeos/input_method/input_method_engine_ibus.cc', | 321 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
| 322 'browser/chromeos/input_method/input_method_engine_ibus.h', | 322 'browser/chromeos/input_method/input_method_engine_ibus.h', |
| 323 'browser/chromeos/input_method/ibus_keymap.cc', | 323 'browser/chromeos/input_method/ibus_keymap.cc', |
| 324 'browser/chromeos/input_method/ibus_keymap.h', | 324 'browser/chromeos/input_method/ibus_keymap.h', |
| 325 'browser/chromeos/input_method/ibus_ui_controller.cc', | 325 'browser/chromeos/input_method/ibus_ui_controller.cc', |
| 326 'browser/chromeos/input_method/ibus_ui_controller.h', | 326 'browser/chromeos/input_method/ibus_ui_controller.h', |
| 327 'browser/chromeos/input_method/input_method_config.cc', | 327 'browser/chromeos/input_method/input_method_config.cc', |
| 328 'browser/chromeos/input_method/input_method_config.h', | 328 'browser/chromeos/input_method/input_method_config.h', |
| 329 'browser/chromeos/input_method/input_method_delegate.h', |
| 330 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
| 331 'browser/chromeos/input_method/input_method_delegate_impl.h', |
| 329 'browser/chromeos/input_method/input_method_descriptor.cc', | 332 'browser/chromeos/input_method/input_method_descriptor.cc', |
| 330 'browser/chromeos/input_method/input_method_descriptor.h', | 333 'browser/chromeos/input_method/input_method_descriptor.h', |
| 331 'browser/chromeos/input_method/input_method_engine.cc', | 334 'browser/chromeos/input_method/input_method_engine.cc', |
| 332 'browser/chromeos/input_method/input_method_engine.h', | 335 'browser/chromeos/input_method/input_method_engine.h', |
| 333 'browser/chromeos/input_method/input_method_manager.cc', | 336 'browser/chromeos/input_method/input_method_manager.cc', |
| 334 'browser/chromeos/input_method/input_method_manager.h', | 337 'browser/chromeos/input_method/input_method_manager.h', |
| 335 'browser/chromeos/input_method/input_method_manager_impl.cc', | 338 'browser/chromeos/input_method/input_method_manager_impl.cc', |
| 336 'browser/chromeos/input_method/input_method_manager_impl.h', | 339 'browser/chromeos/input_method/input_method_manager_impl.h', |
| 337 'browser/chromeos/input_method/input_method_property.cc', | 340 'browser/chromeos/input_method/input_method_property.cc', |
| 338 'browser/chromeos/input_method/input_method_property.h', | 341 'browser/chromeos/input_method/input_method_property.h', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 'type': 'static_library', | 779 'type': 'static_library', |
| 777 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 780 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 778 'variables': { | 781 'variables': { |
| 779 'proto_in_dir': 'browser/chromeos/drive', | 782 'proto_in_dir': 'browser/chromeos/drive', |
| 780 'proto_out_dir': 'chrome/browser/chromeos/drive', | 783 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 781 }, | 784 }, |
| 782 'includes': [ '../build/protoc.gypi' ] | 785 'includes': [ '../build/protoc.gypi' ] |
| 783 }, | 786 }, |
| 784 ], | 787 ], |
| 785 } | 788 } |
| OLD | NEW |