| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'browser/chromeos/file_manager/mounted_disk_monitor.cc', | 361 'browser/chromeos/file_manager/mounted_disk_monitor.cc', |
| 362 'browser/chromeos/file_manager/mounted_disk_monitor.h', | 362 'browser/chromeos/file_manager/mounted_disk_monitor.h', |
| 363 'browser/chromeos/file_manager/open_util.cc', | 363 'browser/chromeos/file_manager/open_util.cc', |
| 364 'browser/chromeos/file_manager/open_util.h', | 364 'browser/chromeos/file_manager/open_util.h', |
| 365 'browser/chromeos/file_manager/open_with_browser.cc', | 365 'browser/chromeos/file_manager/open_with_browser.cc', |
| 366 'browser/chromeos/file_manager/open_with_browser.h', | 366 'browser/chromeos/file_manager/open_with_browser.h', |
| 367 'browser/chromeos/file_manager/path_util.cc', | 367 'browser/chromeos/file_manager/path_util.cc', |
| 368 'browser/chromeos/file_manager/path_util.h', | 368 'browser/chromeos/file_manager/path_util.h', |
| 369 'browser/chromeos/file_manager/select_file_dialog_util.cc', | 369 'browser/chromeos/file_manager/select_file_dialog_util.cc', |
| 370 'browser/chromeos/file_manager/select_file_dialog_util.h', | 370 'browser/chromeos/file_manager/select_file_dialog_util.h', |
| 371 'browser/chromeos/file_manager/snapshot_manager.cc', |
| 372 'browser/chromeos/file_manager/snapshot_manager.h', |
| 371 'browser/chromeos/file_manager/url_util.cc', | 373 'browser/chromeos/file_manager/url_util.cc', |
| 372 'browser/chromeos/file_manager/url_util.h', | 374 'browser/chromeos/file_manager/url_util.h', |
| 373 'browser/chromeos/file_manager/volume_manager.cc', | 375 'browser/chromeos/file_manager/volume_manager.cc', |
| 374 'browser/chromeos/file_manager/volume_manager.h', | 376 'browser/chromeos/file_manager/volume_manager.h', |
| 375 'browser/chromeos/file_manager/volume_manager_factory.cc', | 377 'browser/chromeos/file_manager/volume_manager_factory.cc', |
| 376 'browser/chromeos/file_manager/volume_manager_factory.h', | 378 'browser/chromeos/file_manager/volume_manager_factory.h', |
| 377 'browser/chromeos/file_manager/volume_manager_observer.h', | 379 'browser/chromeos/file_manager/volume_manager_observer.h', |
| 378 'browser/chromeos/file_manager/zip_file_creator.cc', | 380 'browser/chromeos/file_manager/zip_file_creator.cc', |
| 379 'browser/chromeos/file_manager/zip_file_creator.h', | 381 'browser/chromeos/file_manager/zip_file_creator.h', |
| 380 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', | 382 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1161 'browser/chromeos/attestation/attestation_signed_data.proto', | 1163 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1162 ], | 1164 ], |
| 1163 'variables': { | 1165 'variables': { |
| 1164 'proto_in_dir': 'browser/chromeos/attestation', | 1166 'proto_in_dir': 'browser/chromeos/attestation', |
| 1165 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1167 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1166 }, | 1168 }, |
| 1167 'includes': [ '../build/protoc.gypi' ] | 1169 'includes': [ '../build/protoc.gypi' ] |
| 1168 }, | 1170 }, |
| 1169 ], | 1171 ], |
| 1170 } | 1172 } |
| OLD | NEW |