Chromium Code Reviews| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 385 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.cc', | 385 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.cc', |
| 386 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', | 386 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', |
| 387 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. cc', | 387 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. cc', |
| 388 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. h', | 388 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. h', |
| 389 'browser/chromeos/file_system_provider/mount_path_util.cc', | 389 'browser/chromeos/file_system_provider/mount_path_util.cc', |
| 390 'browser/chromeos/file_system_provider/mount_path_util.h', | 390 'browser/chromeos/file_system_provider/mount_path_util.h', |
| 391 'browser/chromeos/file_system_provider/notification_manager.cc', | 391 'browser/chromeos/file_system_provider/notification_manager.cc', |
| 392 'browser/chromeos/file_system_provider/notification_manager.h', | 392 'browser/chromeos/file_system_provider/notification_manager.h', |
| 393 'browser/chromeos/file_system_provider/notification_manager_interface.h' , | 393 'browser/chromeos/file_system_provider/notification_manager_interface.h' , |
| 394 'browser/chromeos/file_system_provider/observer.h', | 394 'browser/chromeos/file_system_provider/observer.h', |
| 395 'browser/chromeos/file_system_provider/operations/copy_entry.cc', | |
| 396 'browser/chromeos/file_system_provider/operations/copy_entry.h', | |
|
kinaba
2014/07/14 06:29:39
sort ('cl' < 'co')
mtomasz
2014/07/14 08:51:43
Done.
| |
| 395 'browser/chromeos/file_system_provider/operations/close_file.cc', | 397 'browser/chromeos/file_system_provider/operations/close_file.cc', |
| 396 'browser/chromeos/file_system_provider/operations/close_file.h', | 398 'browser/chromeos/file_system_provider/operations/close_file.h', |
| 397 'browser/chromeos/file_system_provider/operations/create_directory.cc', | 399 'browser/chromeos/file_system_provider/operations/create_directory.cc', |
| 398 'browser/chromeos/file_system_provider/operations/create_directory.h', | 400 'browser/chromeos/file_system_provider/operations/create_directory.h', |
| 399 'browser/chromeos/file_system_provider/operations/create_file.cc', | 401 'browser/chromeos/file_system_provider/operations/create_file.cc', |
| 400 'browser/chromeos/file_system_provider/operations/create_file.h', | 402 'browser/chromeos/file_system_provider/operations/create_file.h', |
| 401 'browser/chromeos/file_system_provider/operations/delete_entry.cc', | 403 'browser/chromeos/file_system_provider/operations/delete_entry.cc', |
| 402 'browser/chromeos/file_system_provider/operations/delete_entry.h', | 404 'browser/chromeos/file_system_provider/operations/delete_entry.h', |
| 403 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 405 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
| 404 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 406 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1182 'browser/chromeos/attestation/attestation_signed_data.proto', | 1184 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1183 ], | 1185 ], |
| 1184 'variables': { | 1186 'variables': { |
| 1185 'proto_in_dir': 'browser/chromeos/attestation', | 1187 'proto_in_dir': 'browser/chromeos/attestation', |
| 1186 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1188 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1187 }, | 1189 }, |
| 1188 'includes': [ '../build/protoc.gypi' ] | 1190 'includes': [ '../build/protoc.gypi' ] |
| 1189 }, | 1191 }, |
| 1190 ], | 1192 ], |
| 1191 } | 1193 } |
| OLD | NEW |