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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 'browser/chromeos/input_method/ibus_controller_base.cc', | 311 'browser/chromeos/input_method/ibus_controller_base.cc', |
312 'browser/chromeos/input_method/ibus_controller_base.h', | 312 'browser/chromeos/input_method/ibus_controller_base.h', |
313 'browser/chromeos/input_method/ibus_controller_impl.cc', | 313 'browser/chromeos/input_method/ibus_controller_impl.cc', |
314 'browser/chromeos/input_method/ibus_controller_impl.h', | 314 'browser/chromeos/input_method/ibus_controller_impl.h', |
315 'browser/chromeos/input_method/infolist_window_view.cc', | 315 'browser/chromeos/input_method/infolist_window_view.cc', |
316 'browser/chromeos/input_method/infolist_window_view.h', | 316 'browser/chromeos/input_method/infolist_window_view.h', |
317 'browser/chromeos/input_method/input_method_engine_ibus.cc', | 317 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
318 'browser/chromeos/input_method/input_method_engine_ibus.h', | 318 'browser/chromeos/input_method/input_method_engine_ibus.h', |
319 'browser/chromeos/input_method/ibus_keymap.cc', | 319 'browser/chromeos/input_method/ibus_keymap.cc', |
320 'browser/chromeos/input_method/ibus_keymap.h', | 320 'browser/chromeos/input_method/ibus_keymap.h', |
321 'browser/chromeos/input_method/ibus_ui_controller.cc', | |
322 'browser/chromeos/input_method/ibus_ui_controller.h', | |
323 'browser/chromeos/input_method/input_method_config.cc', | 321 'browser/chromeos/input_method/input_method_config.cc', |
324 'browser/chromeos/input_method/input_method_config.h', | 322 'browser/chromeos/input_method/input_method_config.h', |
325 'browser/chromeos/input_method/input_method_configuration.cc', | 323 'browser/chromeos/input_method/input_method_configuration.cc', |
326 'browser/chromeos/input_method/input_method_configuration.h', | 324 'browser/chromeos/input_method/input_method_configuration.h', |
327 'browser/chromeos/input_method/input_method_delegate.h', | 325 'browser/chromeos/input_method/input_method_delegate.h', |
328 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 326 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
329 'browser/chromeos/input_method/input_method_delegate_impl.h', | 327 'browser/chromeos/input_method/input_method_delegate_impl.h', |
330 'browser/chromeos/input_method/input_method_descriptor.cc', | 328 'browser/chromeos/input_method/input_method_descriptor.cc', |
331 'browser/chromeos/input_method/input_method_descriptor.h', | 329 'browser/chromeos/input_method/input_method_descriptor.h', |
332 'browser/chromeos/input_method/input_method_engine.cc', | 330 'browser/chromeos/input_method/input_method_engine.cc', |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
785 'type': 'static_library', | 783 'type': 'static_library', |
786 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 784 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
787 'variables': { | 785 'variables': { |
788 'proto_in_dir': 'browser/chromeos/drive', | 786 'proto_in_dir': 'browser/chromeos/drive', |
789 'proto_out_dir': 'chrome/browser/chromeos/drive', | 787 'proto_out_dir': 'chrome/browser/chromeos/drive', |
790 }, | 788 }, |
791 'includes': [ '../build/protoc.gypi' ] | 789 'includes': [ '../build/protoc.gypi' ] |
792 }, | 790 }, |
793 ], | 791 ], |
794 } | 792 } |
OLD | NEW |