| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 'browser/chromeos/imageburner/burn_controller.cc', | 399 'browser/chromeos/imageburner/burn_controller.cc', |
| 400 'browser/chromeos/imageburner/burn_controller.h', | 400 'browser/chromeos/imageburner/burn_controller.h', |
| 401 'browser/chromeos/imageburner/burn_device_handler.cc', | 401 'browser/chromeos/imageburner/burn_device_handler.cc', |
| 402 'browser/chromeos/imageburner/burn_device_handler.h', | 402 'browser/chromeos/imageburner/burn_device_handler.h', |
| 403 'browser/chromeos/imageburner/burn_manager.cc', | 403 'browser/chromeos/imageburner/burn_manager.cc', |
| 404 'browser/chromeos/imageburner/burn_manager.h', | 404 'browser/chromeos/imageburner/burn_manager.h', |
| 405 'browser/chromeos/input_method/accessibility.cc', | 405 'browser/chromeos/input_method/accessibility.cc', |
| 406 'browser/chromeos/input_method/accessibility.h', | 406 'browser/chromeos/input_method/accessibility.h', |
| 407 'browser/chromeos/input_method/browser_state_monitor.cc', | 407 'browser/chromeos/input_method/browser_state_monitor.cc', |
| 408 'browser/chromeos/input_method/browser_state_monitor.h', | 408 'browser/chromeos/input_method/browser_state_monitor.h', |
| 409 'browser/chromeos/input_method/candidate_view.cc', |
| 410 'browser/chromeos/input_method/candidate_view.h', |
| 409 'browser/chromeos/input_method/candidate_window_controller.cc', | 411 'browser/chromeos/input_method/candidate_window_controller.cc', |
| 410 'browser/chromeos/input_method/candidate_window_controller.h', | 412 'browser/chromeos/input_method/candidate_window_controller.h', |
| 411 'browser/chromeos/input_method/candidate_window_controller_impl.cc', | 413 'browser/chromeos/input_method/candidate_window_controller_impl.cc', |
| 412 'browser/chromeos/input_method/candidate_window_controller_impl.h', | 414 'browser/chromeos/input_method/candidate_window_controller_impl.h', |
| 413 'browser/chromeos/input_method/candidate_window_view.cc', | 415 'browser/chromeos/input_method/candidate_window_view.cc', |
| 414 'browser/chromeos/input_method/candidate_window_view.h', | 416 'browser/chromeos/input_method/candidate_window_view.h', |
| 415 'browser/chromeos/input_method/hidable_area.cc', | |
| 416 'browser/chromeos/input_method/hidable_area.h', | |
| 417 'browser/chromeos/input_method/infolist_window.cc', | 417 'browser/chromeos/input_method/infolist_window.cc', |
| 418 'browser/chromeos/input_method/infolist_window.h', | 418 'browser/chromeos/input_method/infolist_window.h', |
| 419 'browser/chromeos/input_method/input_method_engine.cc', | 419 'browser/chromeos/input_method/input_method_engine.cc', |
| 420 'browser/chromeos/input_method/input_method_engine.h', | 420 'browser/chromeos/input_method/input_method_engine.h', |
| 421 'browser/chromeos/input_method/input_method_configuration.cc', | 421 'browser/chromeos/input_method/input_method_configuration.cc', |
| 422 'browser/chromeos/input_method/input_method_configuration.h', | 422 'browser/chromeos/input_method/input_method_configuration.h', |
| 423 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 423 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
| 424 'browser/chromeos/input_method/input_method_delegate_impl.h', | 424 'browser/chromeos/input_method/input_method_delegate_impl.h', |
| 425 'browser/chromeos/input_method/input_method_engine_interface.cc', | 425 'browser/chromeos/input_method/input_method_engine_interface.cc', |
| 426 'browser/chromeos/input_method/input_method_engine_interface.h', | 426 'browser/chromeos/input_method/input_method_engine_interface.h', |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 'browser/chromeos/attestation/attestation_signed_data.proto', | 1018 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1019 ], | 1019 ], |
| 1020 'variables': { | 1020 'variables': { |
| 1021 'proto_in_dir': 'browser/chromeos/attestation', | 1021 'proto_in_dir': 'browser/chromeos/attestation', |
| 1022 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1022 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1023 }, | 1023 }, |
| 1024 'includes': [ '../build/protoc.gypi' ] | 1024 'includes': [ '../build/protoc.gypi' ] |
| 1025 }, | 1025 }, |
| 1026 ], | 1026 ], |
| 1027 } | 1027 } |
| OLD | NEW |