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_observer.h', | 259 'browser/chromeos/drive/file_system/operation_observer.h', |
259 'browser/chromeos/drive/file_system/remove_operation.cc', | 260 'browser/chromeos/drive/file_system/remove_operation.cc', |
260 'browser/chromeos/drive/file_system/remove_operation.h', | 261 'browser/chromeos/drive/file_system/remove_operation.h', |
261 'browser/chromeos/drive/file_system/search_operation.cc', | 262 'browser/chromeos/drive/file_system/search_operation.cc', |
262 'browser/chromeos/drive/file_system/search_operation.h', | 263 'browser/chromeos/drive/file_system/search_operation.h', |
263 'browser/chromeos/drive/file_system/touch_operation.cc', | 264 'browser/chromeos/drive/file_system/touch_operation.cc', |
264 'browser/chromeos/drive/file_system/touch_operation.h', | 265 'browser/chromeos/drive/file_system/touch_operation.h', |
265 'browser/chromeos/drive/file_system/truncate_operation.cc', | 266 'browser/chromeos/drive/file_system/truncate_operation.cc', |
266 'browser/chromeos/drive/file_system/truncate_operation.h', | 267 'browser/chromeos/drive/file_system/truncate_operation.h', |
267 'browser/chromeos/drive/file_system_interface.h', | 268 'browser/chromeos/drive/file_system_interface.h', |
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 'browser/chromeos/attestation/attestation_signed_data.proto', | 1191 'browser/chromeos/attestation/attestation_signed_data.proto', |
1191 ], | 1192 ], |
1192 'variables': { | 1193 'variables': { |
1193 'proto_in_dir': 'browser/chromeos/attestation', | 1194 'proto_in_dir': 'browser/chromeos/attestation', |
1194 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1195 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1195 }, | 1196 }, |
1196 'includes': [ '../build/protoc.gypi' ] | 1197 'includes': [ '../build/protoc.gypi' ] |
1197 }, | 1198 }, |
1198 ], | 1199 ], |
1199 } | 1200 } |
OLD | NEW |