| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'browser/chromeos/drive/file_system/drive_operations.h', | 260 'browser/chromeos/drive/file_system/drive_operations.h', |
| 261 'browser/chromeos/drive/file_system/move_operation.cc', | 261 'browser/chromeos/drive/file_system/move_operation.cc', |
| 262 'browser/chromeos/drive/file_system/move_operation.h', | 262 'browser/chromeos/drive/file_system/move_operation.h', |
| 263 'browser/chromeos/drive/file_system/operation_observer.h', | 263 'browser/chromeos/drive/file_system/operation_observer.h', |
| 264 'browser/chromeos/drive/file_system/remove_operation.cc', | 264 'browser/chromeos/drive/file_system/remove_operation.cc', |
| 265 'browser/chromeos/drive/file_system/remove_operation.h', | 265 'browser/chromeos/drive/file_system/remove_operation.h', |
| 266 'browser/chromeos/drive/file_system/update_operation.cc', | 266 'browser/chromeos/drive/file_system/update_operation.cc', |
| 267 'browser/chromeos/drive/file_system/update_operation.h', | 267 'browser/chromeos/drive/file_system/update_operation.h', |
| 268 'browser/chromeos/drive/file_write_helper.cc', | 268 'browser/chromeos/drive/file_write_helper.cc', |
| 269 'browser/chromeos/drive/file_write_helper.h', | 269 'browser/chromeos/drive/file_write_helper.h', |
| 270 'browser/chromeos/drive/job_list_interface.h', |
| 270 'browser/chromeos/drive/resource_entry_conversion.cc', | 271 'browser/chromeos/drive/resource_entry_conversion.cc', |
| 271 'browser/chromeos/drive/resource_entry_conversion.h', | 272 'browser/chromeos/drive/resource_entry_conversion.h', |
| 272 'browser/chromeos/drive/search_metadata.cc', | 273 'browser/chromeos/drive/search_metadata.cc', |
| 273 'browser/chromeos/drive/search_metadata.h', | 274 'browser/chromeos/drive/search_metadata.h', |
| 274 'browser/chromeos/drive/stale_cache_files_remover.cc', | 275 'browser/chromeos/drive/stale_cache_files_remover.cc', |
| 275 'browser/chromeos/drive/stale_cache_files_remover.h', | 276 'browser/chromeos/drive/stale_cache_files_remover.h', |
| 276 'browser/chromeos/enrollment_dialog_view.cc', | 277 'browser/chromeos/enrollment_dialog_view.cc', |
| 277 'browser/chromeos/enrollment_dialog_view.h', | 278 'browser/chromeos/enrollment_dialog_view.h', |
| 278 'browser/chromeos/enterprise_extension_observer.cc', | 279 'browser/chromeos/enterprise_extension_observer.cc', |
| 279 'browser/chromeos/enterprise_extension_observer.h', | 280 'browser/chromeos/enterprise_extension_observer.h', |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 'browser/chromeos/policy/proto/install_attributes.proto', | 870 'browser/chromeos/policy/proto/install_attributes.proto', |
| 870 ], | 871 ], |
| 871 'variables': { | 872 'variables': { |
| 872 'proto_in_dir': 'browser/chromeos/policy/proto', | 873 'proto_in_dir': 'browser/chromeos/policy/proto', |
| 873 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 874 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
| 874 }, | 875 }, |
| 875 'includes': [ '../build/protoc.gypi' ] | 876 'includes': [ '../build/protoc.gypi' ] |
| 876 }, | 877 }, |
| 877 ], | 878 ], |
| 878 } | 879 } |
| OLD | NEW |