| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'browser/chromeos/drive/remove_stale_cache_files.cc', | 283 'browser/chromeos/drive/remove_stale_cache_files.cc', |
| 284 'browser/chromeos/drive/remove_stale_cache_files.h', | 284 'browser/chromeos/drive/remove_stale_cache_files.h', |
| 285 'browser/chromeos/drive/resource_entry_conversion.cc', | 285 'browser/chromeos/drive/resource_entry_conversion.cc', |
| 286 'browser/chromeos/drive/resource_entry_conversion.h', | 286 'browser/chromeos/drive/resource_entry_conversion.h', |
| 287 'browser/chromeos/drive/resource_metadata.cc', | 287 'browser/chromeos/drive/resource_metadata.cc', |
| 288 'browser/chromeos/drive/resource_metadata.h', | 288 'browser/chromeos/drive/resource_metadata.h', |
| 289 'browser/chromeos/drive/resource_metadata_storage.cc', | 289 'browser/chromeos/drive/resource_metadata_storage.cc', |
| 290 'browser/chromeos/drive/resource_metadata_storage.h', | 290 'browser/chromeos/drive/resource_metadata_storage.h', |
| 291 'browser/chromeos/drive/search_metadata.cc', | 291 'browser/chromeos/drive/search_metadata.cc', |
| 292 'browser/chromeos/drive/search_metadata.h', | 292 'browser/chromeos/drive/search_metadata.h', |
| 293 'browser/chromeos/drive/sync/content_update_performer.cc', | |
| 294 'browser/chromeos/drive/sync/content_update_performer.h', | |
| 295 'browser/chromeos/drive/sync/entry_revert_performer.cc', | 293 'browser/chromeos/drive/sync/entry_revert_performer.cc', |
| 296 'browser/chromeos/drive/sync/entry_revert_performer.h', | 294 'browser/chromeos/drive/sync/entry_revert_performer.h', |
| 297 'browser/chromeos/drive/sync/entry_update_performer.cc', | 295 'browser/chromeos/drive/sync/entry_update_performer.cc', |
| 298 'browser/chromeos/drive/sync/entry_update_performer.h', | 296 'browser/chromeos/drive/sync/entry_update_performer.h', |
| 299 'browser/chromeos/drive/sync/remove_performer.cc', | 297 'browser/chromeos/drive/sync/remove_performer.cc', |
| 300 'browser/chromeos/drive/sync/remove_performer.h', | 298 'browser/chromeos/drive/sync/remove_performer.h', |
| 301 'browser/chromeos/drive/sync_client.cc', | 299 'browser/chromeos/drive/sync_client.cc', |
| 302 'browser/chromeos/drive/sync_client.h', | 300 'browser/chromeos/drive/sync_client.h', |
| 303 'browser/chromeos/drive/webkit_file_stream_reader_impl.cc', | 301 'browser/chromeos/drive/webkit_file_stream_reader_impl.cc', |
| 304 'browser/chromeos/drive/webkit_file_stream_reader_impl.h', | 302 'browser/chromeos/drive/webkit_file_stream_reader_impl.h', |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1003 'browser/chromeos/attestation/attestation_signed_data.proto', | 1001 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1004 ], | 1002 ], |
| 1005 'variables': { | 1003 'variables': { |
| 1006 'proto_in_dir': 'browser/chromeos/attestation', | 1004 'proto_in_dir': 'browser/chromeos/attestation', |
| 1007 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1005 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1008 }, | 1006 }, |
| 1009 'includes': [ '../build/protoc.gypi' ] | 1007 'includes': [ '../build/protoc.gypi' ] |
| 1010 }, | 1008 }, |
| 1011 ], | 1009 ], |
| 1012 } | 1010 } |
| OLD | NEW |