| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'browser/chromeos/drive/file_system/create_file_operation.cc', | 248 'browser/chromeos/drive/file_system/create_file_operation.cc', |
| 249 'browser/chromeos/drive/file_system/create_file_operation.h', | 249 'browser/chromeos/drive/file_system/create_file_operation.h', |
| 250 'browser/chromeos/drive/file_system/download_operation.cc', | 250 'browser/chromeos/drive/file_system/download_operation.cc', |
| 251 'browser/chromeos/drive/file_system/download_operation.h', | 251 'browser/chromeos/drive/file_system/download_operation.h', |
| 252 'browser/chromeos/drive/file_system/get_file_for_saving_operation.cc', | 252 'browser/chromeos/drive/file_system/get_file_for_saving_operation.cc', |
| 253 'browser/chromeos/drive/file_system/get_file_for_saving_operation.h', | 253 'browser/chromeos/drive/file_system/get_file_for_saving_operation.h', |
| 254 'browser/chromeos/drive/file_system/move_operation.cc', | 254 'browser/chromeos/drive/file_system/move_operation.cc', |
| 255 'browser/chromeos/drive/file_system/move_operation.h', | 255 'browser/chromeos/drive/file_system/move_operation.h', |
| 256 'browser/chromeos/drive/file_system/open_file_operation.cc', | 256 'browser/chromeos/drive/file_system/open_file_operation.cc', |
| 257 'browser/chromeos/drive/file_system/open_file_operation.h', | 257 'browser/chromeos/drive/file_system/open_file_operation.h', |
| 258 'browser/chromeos/drive/file_system/operation_observer.cc', | 258 'browser/chromeos/drive/file_system/operation_delegate.cc', |
| 259 'browser/chromeos/drive/file_system/operation_observer.h', | 259 'browser/chromeos/drive/file_system/operation_delegate.h', |
| 260 'browser/chromeos/drive/file_system/remove_operation.cc', | 260 'browser/chromeos/drive/file_system/remove_operation.cc', |
| 261 'browser/chromeos/drive/file_system/remove_operation.h', | 261 'browser/chromeos/drive/file_system/remove_operation.h', |
| 262 'browser/chromeos/drive/file_system/search_operation.cc', | 262 'browser/chromeos/drive/file_system/search_operation.cc', |
| 263 'browser/chromeos/drive/file_system/search_operation.h', | 263 'browser/chromeos/drive/file_system/search_operation.h', |
| 264 'browser/chromeos/drive/file_system/touch_operation.cc', | 264 'browser/chromeos/drive/file_system/touch_operation.cc', |
| 265 'browser/chromeos/drive/file_system/touch_operation.h', | 265 'browser/chromeos/drive/file_system/touch_operation.h', |
| 266 'browser/chromeos/drive/file_system/truncate_operation.cc', | 266 'browser/chromeos/drive/file_system/truncate_operation.cc', |
| 267 'browser/chromeos/drive/file_system/truncate_operation.h', | 267 'browser/chromeos/drive/file_system/truncate_operation.h', |
| 268 'browser/chromeos/drive/file_system_interface.h', | 268 'browser/chromeos/drive/file_system_interface.h', |
| 269 'browser/chromeos/drive/file_system_metadata.cc', | 269 'browser/chromeos/drive/file_system_metadata.cc', |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 'browser/chromeos/attestation/attestation_signed_data.proto', | 1193 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1194 ], | 1194 ], |
| 1195 'variables': { | 1195 'variables': { |
| 1196 'proto_in_dir': 'browser/chromeos/attestation', | 1196 'proto_in_dir': 'browser/chromeos/attestation', |
| 1197 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1197 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1198 }, | 1198 }, |
| 1199 'includes': [ '../build/protoc.gypi' ] | 1199 'includes': [ '../build/protoc.gypi' ] |
| 1200 }, | 1200 }, |
| 1201 ], | 1201 ], |
| 1202 } | 1202 } |
| OLD | NEW |