OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 'browser/chromeos/gdata/gdata_upload_file_info.cc', | 559 'browser/chromeos/gdata/gdata_upload_file_info.cc', |
560 'browser/chromeos/gdata/gdata_upload_file_info.h', | 560 'browser/chromeos/gdata/gdata_upload_file_info.h', |
561 'browser/chromeos/gdata/gdata_util.cc', | 561 'browser/chromeos/gdata/gdata_util.cc', |
562 'browser/chromeos/gdata/gdata_util.h', | 562 'browser/chromeos/gdata/gdata_util.h', |
563 'browser/chromeos/gview_request_interceptor.cc', | 563 'browser/chromeos/gview_request_interceptor.cc', |
564 'browser/chromeos/gview_request_interceptor.h', | 564 'browser/chromeos/gview_request_interceptor.h', |
565 'browser/chromeos/imageburner/burn_controller.cc', | 565 'browser/chromeos/imageburner/burn_controller.cc', |
566 'browser/chromeos/imageburner/burn_controller.h', | 566 'browser/chromeos/imageburner/burn_controller.h', |
567 'browser/chromeos/imageburner/burn_manager.cc', | 567 'browser/chromeos/imageburner/burn_manager.cc', |
568 'browser/chromeos/imageburner/burn_manager.h', | 568 'browser/chromeos/imageburner/burn_manager.h', |
| 569 'browser/chromeos/input_method/browser_state_monitor.cc', |
| 570 'browser/chromeos/input_method/browser_state_monitor.h', |
569 'browser/chromeos/input_method/candidate_window.cc', | 571 'browser/chromeos/input_method/candidate_window.cc', |
570 'browser/chromeos/input_method/candidate_window.h', | 572 'browser/chromeos/input_method/candidate_window.h', |
571 'browser/chromeos/input_method/ibus_controller.cc', | 573 'browser/chromeos/input_method/ibus_controller.cc', |
572 'browser/chromeos/input_method/ibus_controller.h', | 574 'browser/chromeos/input_method/ibus_controller.h', |
573 'browser/chromeos/input_method/ibus_engine_controller.cc', | 575 'browser/chromeos/input_method/ibus_engine_controller.cc', |
574 'browser/chromeos/input_method/ibus_engine_controller.h', | 576 'browser/chromeos/input_method/ibus_engine_controller.h', |
575 'browser/chromeos/input_method/ibus_keymap.cc', | 577 'browser/chromeos/input_method/ibus_keymap.cc', |
576 'browser/chromeos/input_method/ibus_keymap.h', | 578 'browser/chromeos/input_method/ibus_keymap.h', |
577 'browser/chromeos/input_method/ibus_ui_controller.cc', | 579 'browser/chromeos/input_method/ibus_ui_controller.cc', |
578 'browser/chromeos/input_method/ibus_ui_controller.h', | 580 'browser/chromeos/input_method/ibus_ui_controller.h', |
(...skipping 4572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5151 'variables': { | 5153 'variables': { |
5152 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5154 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5153 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5155 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5154 }, | 5156 }, |
5155 'includes': ['../build/protoc.gypi'], | 5157 'includes': ['../build/protoc.gypi'], |
5156 }], | 5158 }], |
5157 ], | 5159 ], |
5158 }, | 5160 }, |
5159 ], | 5161 ], |
5160 } | 5162 } |
OLD | NEW |