| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 'browser/chromeos/drive/file_system/remove_operation.h', | 250 'browser/chromeos/drive/file_system/remove_operation.h', |
| 251 'browser/chromeos/drive/file_system/operation_observer.h', | 251 'browser/chromeos/drive/file_system/operation_observer.h', |
| 252 'browser/chromeos/drive/file_write_helper.cc', | 252 'browser/chromeos/drive/file_write_helper.cc', |
| 253 'browser/chromeos/drive/file_write_helper.h', | 253 'browser/chromeos/drive/file_write_helper.h', |
| 254 'browser/chromeos/drive/stale_cache_files_remover.cc', | 254 'browser/chromeos/drive/stale_cache_files_remover.cc', |
| 255 'browser/chromeos/drive/stale_cache_files_remover.h', | 255 'browser/chromeos/drive/stale_cache_files_remover.h', |
| 256 'browser/chromeos/enrollment_dialog_view.cc', | 256 'browser/chromeos/enrollment_dialog_view.cc', |
| 257 'browser/chromeos/enrollment_dialog_view.h', | 257 'browser/chromeos/enrollment_dialog_view.h', |
| 258 'browser/chromeos/enterprise_extension_observer.cc', | 258 'browser/chromeos/enterprise_extension_observer.cc', |
| 259 'browser/chromeos/enterprise_extension_observer.h', | 259 'browser/chromeos/enterprise_extension_observer.h', |
| 260 'browser/chromeos/extensions/default_app_order.cc', |
| 261 'browser/chromeos/extensions/default_app_order.h', |
| 260 'browser/chromeos/extensions/echo_private_api.cc', | 262 'browser/chromeos/extensions/echo_private_api.cc', |
| 261 'browser/chromeos/extensions/echo_private_api.h', | 263 'browser/chromeos/extensions/echo_private_api.h', |
| 262 'browser/chromeos/extensions/file_browser_event_router.cc', | 264 'browser/chromeos/extensions/file_browser_event_router.cc', |
| 263 'browser/chromeos/extensions/file_browser_event_router.h', | 265 'browser/chromeos/extensions/file_browser_event_router.h', |
| 264 'browser/chromeos/extensions/file_browser_notifications.cc', | 266 'browser/chromeos/extensions/file_browser_notifications.cc', |
| 265 'browser/chromeos/extensions/file_browser_notifications.h', | 267 'browser/chromeos/extensions/file_browser_notifications.h', |
| 266 'browser/chromeos/extensions/file_handler_util.cc', | 268 'browser/chromeos/extensions/file_handler_util.cc', |
| 267 'browser/chromeos/extensions/file_handler_util.h', | 269 'browser/chromeos/extensions/file_handler_util.h', |
| 268 'browser/chromeos/extensions/file_manager_util.cc', | 270 'browser/chromeos/extensions/file_manager_util.cc', |
| 269 'browser/chromeos/extensions/file_manager_util.h', | 271 'browser/chromeos/extensions/file_manager_util.h', |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 'type': 'static_library', | 740 'type': 'static_library', |
| 739 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 741 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 740 'variables': { | 742 'variables': { |
| 741 'proto_in_dir': 'browser/chromeos/drive', | 743 'proto_in_dir': 'browser/chromeos/drive', |
| 742 'proto_out_dir': 'chrome/browser/chromeos/drive', | 744 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 743 }, | 745 }, |
| 744 'includes': [ '../build/protoc.gypi' ] | 746 'includes': [ '../build/protoc.gypi' ] |
| 745 }, | 747 }, |
| 746 ], | 748 ], |
| 747 } | 749 } |
| OLD | NEW |