| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 'browser/chromeos/file_system_provider/operations/copy_entry.cc', | 397 'browser/chromeos/file_system_provider/operations/copy_entry.cc', |
| 398 'browser/chromeos/file_system_provider/operations/copy_entry.h', | 398 'browser/chromeos/file_system_provider/operations/copy_entry.h', |
| 399 'browser/chromeos/file_system_provider/operations/create_directory.cc', | 399 'browser/chromeos/file_system_provider/operations/create_directory.cc', |
| 400 'browser/chromeos/file_system_provider/operations/create_directory.h', | 400 'browser/chromeos/file_system_provider/operations/create_directory.h', |
| 401 'browser/chromeos/file_system_provider/operations/create_file.cc', | 401 'browser/chromeos/file_system_provider/operations/create_file.cc', |
| 402 'browser/chromeos/file_system_provider/operations/create_file.h', | 402 'browser/chromeos/file_system_provider/operations/create_file.h', |
| 403 'browser/chromeos/file_system_provider/operations/delete_entry.cc', | 403 'browser/chromeos/file_system_provider/operations/delete_entry.cc', |
| 404 'browser/chromeos/file_system_provider/operations/delete_entry.h', | 404 'browser/chromeos/file_system_provider/operations/delete_entry.h', |
| 405 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 405 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
| 406 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 406 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| 407 'browser/chromeos/file_system_provider/operations/move_entry.cc', |
| 408 'browser/chromeos/file_system_provider/operations/move_entry.h', |
| 407 'browser/chromeos/file_system_provider/operations/open_file.cc', | 409 'browser/chromeos/file_system_provider/operations/open_file.cc', |
| 408 'browser/chromeos/file_system_provider/operations/open_file.h', | 410 'browser/chromeos/file_system_provider/operations/open_file.h', |
| 409 'browser/chromeos/file_system_provider/operations/operation.cc', | 411 'browser/chromeos/file_system_provider/operations/operation.cc', |
| 410 'browser/chromeos/file_system_provider/operations/operation.h', | 412 'browser/chromeos/file_system_provider/operations/operation.h', |
| 411 'browser/chromeos/file_system_provider/operations/read_directory.cc', | 413 'browser/chromeos/file_system_provider/operations/read_directory.cc', |
| 412 'browser/chromeos/file_system_provider/operations/read_directory.h', | 414 'browser/chromeos/file_system_provider/operations/read_directory.h', |
| 413 'browser/chromeos/file_system_provider/operations/read_file.cc', | 415 'browser/chromeos/file_system_provider/operations/read_file.cc', |
| 414 'browser/chromeos/file_system_provider/operations/read_file.h', | 416 'browser/chromeos/file_system_provider/operations/read_file.h', |
| 415 'browser/chromeos/file_system_provider/operations/unmount.cc', | 417 'browser/chromeos/file_system_provider/operations/unmount.cc', |
| 416 'browser/chromeos/file_system_provider/operations/unmount.h', | 418 'browser/chromeos/file_system_provider/operations/unmount.h', |
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1184 'browser/chromeos/attestation/attestation_signed_data.proto', | 1186 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1185 ], | 1187 ], |
| 1186 'variables': { | 1188 'variables': { |
| 1187 'proto_in_dir': 'browser/chromeos/attestation', | 1189 'proto_in_dir': 'browser/chromeos/attestation', |
| 1188 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1190 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1189 }, | 1191 }, |
| 1190 'includes': [ '../build/protoc.gypi' ] | 1192 'includes': [ '../build/protoc.gypi' ] |
| 1191 }, | 1193 }, |
| 1192 ], | 1194 ], |
| 1193 } | 1195 } |
| OLD | NEW |