| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'browser/chromeos/drive/drive_feed_loader.cc', | 207 'browser/chromeos/drive/drive_feed_loader.cc', |
| 208 'browser/chromeos/drive/drive_feed_loader.h', | 208 'browser/chromeos/drive/drive_feed_loader.h', |
| 209 'browser/chromeos/drive/drive_feed_loader_observer.h', | 209 'browser/chromeos/drive/drive_feed_loader_observer.h', |
| 210 'browser/chromeos/drive/drive_feed_processor.cc', | 210 'browser/chromeos/drive/drive_feed_processor.cc', |
| 211 'browser/chromeos/drive/drive_feed_processor.h', | 211 'browser/chromeos/drive/drive_feed_processor.h', |
| 212 'browser/chromeos/drive/drive_file_error.cc', | 212 'browser/chromeos/drive/drive_file_error.cc', |
| 213 'browser/chromeos/drive/drive_file_error.h', | 213 'browser/chromeos/drive/drive_file_error.h', |
| 214 'browser/chromeos/drive/drive_file_system.cc', | 214 'browser/chromeos/drive/drive_file_system.cc', |
| 215 'browser/chromeos/drive/drive_file_system.h', | 215 'browser/chromeos/drive/drive_file_system.h', |
| 216 'browser/chromeos/drive/drive_file_system_interface.h', | 216 'browser/chromeos/drive/drive_file_system_interface.h', |
| 217 'browser/chromeos/drive/drive_file_system_metadata.cc', |
| 218 'browser/chromeos/drive/drive_file_system_metadata.h', |
| 217 'browser/chromeos/drive/drive_file_system_observer.h', | 219 'browser/chromeos/drive/drive_file_system_observer.h', |
| 218 'browser/chromeos/drive/drive_file_system_proxy.cc', | 220 'browser/chromeos/drive/drive_file_system_proxy.cc', |
| 219 'browser/chromeos/drive/drive_file_system_proxy.h', | 221 'browser/chromeos/drive/drive_file_system_proxy.h', |
| 220 'browser/chromeos/drive/drive_file_system_util.cc', | 222 'browser/chromeos/drive/drive_file_system_util.cc', |
| 221 'browser/chromeos/drive/drive_file_ststem_util.h', | 223 'browser/chromeos/drive/drive_file_ststem_util.h', |
| 222 'browser/chromeos/drive/drive_files.cc', | 224 'browser/chromeos/drive/drive_files.cc', |
| 223 'browser/chromeos/drive/drive_files.h', | 225 'browser/chromeos/drive/drive_files.h', |
| 224 'browser/chromeos/drive/drive_prefetcher.cc', | 226 'browser/chromeos/drive/drive_prefetcher.cc', |
| 225 'browser/chromeos/drive/drive_prefetcher.h', | 227 'browser/chromeos/drive/drive_prefetcher.h', |
| 226 'browser/chromeos/drive/drive_protocol_handler.cc', | 228 'browser/chromeos/drive/drive_protocol_handler.cc', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 'type': 'static_library', | 745 'type': 'static_library', |
| 744 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 746 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 745 'variables': { | 747 'variables': { |
| 746 'proto_in_dir': 'browser/chromeos/drive', | 748 'proto_in_dir': 'browser/chromeos/drive', |
| 747 'proto_out_dir': 'chrome/browser/chromeos/drive', | 749 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 748 }, | 750 }, |
| 749 'includes': [ '../build/protoc.gypi' ] | 751 'includes': [ '../build/protoc.gypi' ] |
| 750 }, | 752 }, |
| 751 ], | 753 ], |
| 752 } | 754 } |
| OLD | NEW |