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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 'browser/chromeos/file_manager/zip_file_creator.h', | 373 'browser/chromeos/file_manager/zip_file_creator.h', |
374 'browser/chromeos/fileapi/file_access_permissions.cc', | 374 'browser/chromeos/fileapi/file_access_permissions.cc', |
375 'browser/chromeos/fileapi/file_access_permissions.h', | 375 'browser/chromeos/fileapi/file_access_permissions.h', |
376 'browser/chromeos/fileapi/file_system_backend.cc', | 376 'browser/chromeos/fileapi/file_system_backend.cc', |
377 'browser/chromeos/fileapi/file_system_backend.h', | 377 'browser/chromeos/fileapi/file_system_backend.h', |
378 'browser/chromeos/fileapi/file_system_backend_delegate.h', | 378 'browser/chromeos/fileapi/file_system_backend_delegate.h', |
379 'browser/chromeos/first_run/first_run_controller.cc', | 379 'browser/chromeos/first_run/first_run_controller.cc', |
380 'browser/chromeos/first_run/first_run_controller.h', | 380 'browser/chromeos/first_run/first_run_controller.h', |
381 'browser/chromeos/first_run/first_run_view.cc', | 381 'browser/chromeos/first_run/first_run_view.cc', |
382 'browser/chromeos/first_run/first_run_view.h', | 382 'browser/chromeos/first_run/first_run_view.h', |
| 383 'browser/chromeos/genius_app/app_id.h', |
383 'browser/chromeos/imageburner/burn_controller.cc', | 384 'browser/chromeos/imageburner/burn_controller.cc', |
384 'browser/chromeos/imageburner/burn_controller.h', | 385 'browser/chromeos/imageburner/burn_controller.h', |
385 'browser/chromeos/imageburner/burn_device_handler.cc', | 386 'browser/chromeos/imageburner/burn_device_handler.cc', |
386 'browser/chromeos/imageburner/burn_device_handler.h', | 387 'browser/chromeos/imageburner/burn_device_handler.h', |
387 'browser/chromeos/imageburner/burn_manager.cc', | 388 'browser/chromeos/imageburner/burn_manager.cc', |
388 'browser/chromeos/imageburner/burn_manager.h', | 389 'browser/chromeos/imageburner/burn_manager.h', |
389 'browser/chromeos/input_method/browser_state_monitor.cc', | 390 'browser/chromeos/input_method/browser_state_monitor.cc', |
390 'browser/chromeos/input_method/browser_state_monitor.h', | 391 'browser/chromeos/input_method/browser_state_monitor.h', |
391 'browser/chromeos/input_method/candidate_window_controller.cc', | 392 'browser/chromeos/input_method/candidate_window_controller.cc', |
392 'browser/chromeos/input_method/candidate_window_controller.h', | 393 'browser/chromeos/input_method/candidate_window_controller.h', |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
971 'browser/chromeos/attestation/attestation_key_payload.proto', | 972 'browser/chromeos/attestation/attestation_key_payload.proto', |
972 ], | 973 ], |
973 'variables': { | 974 'variables': { |
974 'proto_in_dir': 'browser/chromeos/attestation', | 975 'proto_in_dir': 'browser/chromeos/attestation', |
975 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 976 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
976 }, | 977 }, |
977 'includes': [ '../build/protoc.gypi' ] | 978 'includes': [ '../build/protoc.gypi' ] |
978 }, | 979 }, |
979 ], | 980 ], |
980 } | 981 } |
OLD | NEW |