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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 'browser/chromeos/input_method/ibus_controller.cc', | 325 'browser/chromeos/input_method/ibus_controller.cc', |
326 'browser/chromeos/input_method/ibus_controller.h', | 326 'browser/chromeos/input_method/ibus_controller.h', |
327 'browser/chromeos/input_method/ibus_controller_base.cc', | 327 'browser/chromeos/input_method/ibus_controller_base.cc', |
328 'browser/chromeos/input_method/ibus_controller_base.h', | 328 'browser/chromeos/input_method/ibus_controller_base.h', |
329 'browser/chromeos/input_method/ibus_controller_impl.cc', | 329 'browser/chromeos/input_method/ibus_controller_impl.cc', |
330 'browser/chromeos/input_method/ibus_controller_impl.h', | 330 'browser/chromeos/input_method/ibus_controller_impl.h', |
331 'browser/chromeos/input_method/infolist_window_view.cc', | 331 'browser/chromeos/input_method/infolist_window_view.cc', |
332 'browser/chromeos/input_method/infolist_window_view.h', | 332 'browser/chromeos/input_method/infolist_window_view.h', |
333 'browser/chromeos/input_method/input_method_engine_ibus.cc', | 333 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
334 'browser/chromeos/input_method/input_method_engine_ibus.h', | 334 'browser/chromeos/input_method/input_method_engine_ibus.h', |
335 'browser/chromeos/input_method/ibus_keymap.cc', | |
336 'browser/chromeos/input_method/ibus_keymap.h', | |
337 'browser/chromeos/input_method/input_method_config.cc', | |
338 'browser/chromeos/input_method/input_method_config.h', | |
339 'browser/chromeos/input_method/input_method_configuration.cc', | 335 'browser/chromeos/input_method/input_method_configuration.cc', |
340 'browser/chromeos/input_method/input_method_configuration.h', | 336 'browser/chromeos/input_method/input_method_configuration.h', |
341 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 337 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
342 'browser/chromeos/input_method/input_method_delegate_impl.h', | 338 'browser/chromeos/input_method/input_method_delegate_impl.h', |
343 'browser/chromeos/input_method/input_method_engine.cc', | 339 'browser/chromeos/input_method/input_method_engine.cc', |
344 'browser/chromeos/input_method/input_method_engine.h', | 340 'browser/chromeos/input_method/input_method_engine.h', |
345 'browser/chromeos/input_method/input_method_manager.h', | 341 'browser/chromeos/input_method/input_method_manager.h', |
346 'browser/chromeos/input_method/input_method_manager_impl.cc', | 342 'browser/chromeos/input_method/input_method_manager_impl.cc', |
347 'browser/chromeos/input_method/input_method_manager_impl.h', | 343 'browser/chromeos/input_method/input_method_manager_impl.h', |
348 'browser/chromeos/input_method/input_method_persistence.cc', | 344 'browser/chromeos/input_method/input_method_persistence.cc', |
349 'browser/chromeos/input_method/input_method_persistence.h', | 345 'browser/chromeos/input_method/input_method_persistence.h', |
350 'browser/chromeos/input_method/input_method_property.cc', | |
351 'browser/chromeos/input_method/input_method_property.h', | |
352 'browser/chromeos/input_method/input_method_util.cc', | 346 'browser/chromeos/input_method/input_method_util.cc', |
353 'browser/chromeos/input_method/input_method_util.h', | 347 'browser/chromeos/input_method/input_method_util.h', |
354 'browser/chromeos/input_method/input_method_whitelist.cc', | 348 'browser/chromeos/input_method/input_method_whitelist.cc', |
355 'browser/chromeos/input_method/input_method_whitelist.h', | 349 'browser/chromeos/input_method/input_method_whitelist.h', |
356 'browser/chromeos/input_method/mock_ibus_controller.cc', | 350 'browser/chromeos/input_method/mock_ibus_controller.cc', |
357 'browser/chromeos/input_method/mock_ibus_controller.h', | 351 'browser/chromeos/input_method/mock_ibus_controller.h', |
358 'browser/chromeos/input_method/xkeyboard.cc', | 352 'browser/chromeos/input_method/xkeyboard.cc', |
359 'browser/chromeos/input_method/xkeyboard.h', | 353 'browser/chromeos/input_method/xkeyboard.h', |
360 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', | 354 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', |
361 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', | 355 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 'browser/chromeos/policy/proto/install_attributes.proto', | 866 'browser/chromeos/policy/proto/install_attributes.proto', |
873 ], | 867 ], |
874 'variables': { | 868 'variables': { |
875 'proto_in_dir': 'browser/chromeos/policy/proto', | 869 'proto_in_dir': 'browser/chromeos/policy/proto', |
876 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 870 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
877 }, | 871 }, |
878 'includes': [ '../build/protoc.gypi' ] | 872 'includes': [ '../build/protoc.gypi' ] |
879 }, | 873 }, |
880 ], | 874 ], |
881 } | 875 } |
OLD | NEW |