| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'browser/chromeos/file_manager/file_browser_handlers.cc', | 359 'browser/chromeos/file_manager/file_browser_handlers.cc', |
| 360 'browser/chromeos/file_manager/file_browser_handlers.h', | 360 'browser/chromeos/file_manager/file_browser_handlers.h', |
| 361 'browser/chromeos/file_manager/file_tasks.cc', | 361 'browser/chromeos/file_manager/file_tasks.cc', |
| 362 'browser/chromeos/file_manager/file_tasks.h', | 362 'browser/chromeos/file_manager/file_tasks.h', |
| 363 'browser/chromeos/file_manager/file_watcher.cc', | 363 'browser/chromeos/file_manager/file_watcher.cc', |
| 364 'browser/chromeos/file_manager/file_watcher.h', | 364 'browser/chromeos/file_manager/file_watcher.h', |
| 365 'browser/chromeos/file_manager/fileapi_util.cc', | 365 'browser/chromeos/file_manager/fileapi_util.cc', |
| 366 'browser/chromeos/file_manager/fileapi_util.h', | 366 'browser/chromeos/file_manager/fileapi_util.h', |
| 367 'browser/chromeos/file_manager/filesystem_api_util.cc', | 367 'browser/chromeos/file_manager/filesystem_api_util.cc', |
| 368 'browser/chromeos/file_manager/filesystem_api_util.h', | 368 'browser/chromeos/file_manager/filesystem_api_util.h', |
| 369 'browser/chromeos/file_manager/mounted_disk_monitor.cc', | |
| 370 'browser/chromeos/file_manager/mounted_disk_monitor.h', | |
| 371 'browser/chromeos/file_manager/open_util.cc', | 369 'browser/chromeos/file_manager/open_util.cc', |
| 372 'browser/chromeos/file_manager/open_util.h', | 370 'browser/chromeos/file_manager/open_util.h', |
| 373 'browser/chromeos/file_manager/open_with_browser.cc', | 371 'browser/chromeos/file_manager/open_with_browser.cc', |
| 374 'browser/chromeos/file_manager/open_with_browser.h', | 372 'browser/chromeos/file_manager/open_with_browser.h', |
| 375 'browser/chromeos/file_manager/path_util.cc', | 373 'browser/chromeos/file_manager/path_util.cc', |
| 376 'browser/chromeos/file_manager/path_util.h', | 374 'browser/chromeos/file_manager/path_util.h', |
| 377 'browser/chromeos/file_manager/select_file_dialog_util.cc', | 375 'browser/chromeos/file_manager/select_file_dialog_util.cc', |
| 378 'browser/chromeos/file_manager/select_file_dialog_util.h', | 376 'browser/chromeos/file_manager/select_file_dialog_util.h', |
| 379 'browser/chromeos/file_manager/snapshot_manager.cc', | 377 'browser/chromeos/file_manager/snapshot_manager.cc', |
| 380 'browser/chromeos/file_manager/snapshot_manager.h', | 378 'browser/chromeos/file_manager/snapshot_manager.h', |
| (...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 'browser/chromeos/attestation/attestation_signed_data.proto', | 1194 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1197 ], | 1195 ], |
| 1198 'variables': { | 1196 'variables': { |
| 1199 'proto_in_dir': 'browser/chromeos/attestation', | 1197 'proto_in_dir': 'browser/chromeos/attestation', |
| 1200 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1198 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1201 }, | 1199 }, |
| 1202 'includes': [ '../build/protoc.gypi' ] | 1200 'includes': [ '../build/protoc.gypi' ] |
| 1203 }, | 1201 }, |
| 1204 ], | 1202 ], |
| 1205 } | 1203 } |
| OLD | NEW |