OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 'browser/download/download_target_determiner.cc', | 591 'browser/download/download_target_determiner.cc', |
592 'browser/download/download_target_determiner.h', | 592 'browser/download/download_target_determiner.h', |
593 'browser/download/download_target_determiner_delegate.h', | 593 'browser/download/download_target_determiner_delegate.h', |
594 'browser/download/download_target_info.h', | 594 'browser/download/download_target_info.h', |
595 'browser/download/download_ui_controller.cc', | 595 'browser/download/download_ui_controller.cc', |
596 'browser/download/download_ui_controller.h', | 596 'browser/download/download_ui_controller.h', |
597 'browser/download/drag_download_item.h', | 597 'browser/download/drag_download_item.h', |
598 'browser/download/drag_download_item_views.cc', | 598 'browser/download/drag_download_item_views.cc', |
599 'browser/download/save_package_file_picker.cc', | 599 'browser/download/save_package_file_picker.cc', |
600 'browser/download/save_package_file_picker.h', | 600 'browser/download/save_package_file_picker.h', |
| 601 'browser/drive/drive_app_registry.cc', |
| 602 'browser/drive/drive_app_registry.h', |
601 'browser/drive/drive_api_service.cc', | 603 'browser/drive/drive_api_service.cc', |
602 'browser/drive/drive_api_service.h', | 604 'browser/drive/drive_api_service.h', |
603 'browser/drive/drive_api_util.cc', | 605 'browser/drive/drive_api_util.cc', |
604 'browser/drive/drive_api_util.h', | 606 'browser/drive/drive_api_util.h', |
605 'browser/drive/drive_notification_manager.cc', | 607 'browser/drive/drive_notification_manager.cc', |
606 'browser/drive/drive_notification_manager.h', | 608 'browser/drive/drive_notification_manager.h', |
607 'browser/drive/drive_notification_manager_factory.cc', | 609 'browser/drive/drive_notification_manager_factory.cc', |
608 'browser/drive/drive_notification_manager_factory.h', | 610 'browser/drive/drive_notification_manager_factory.h', |
609 'browser/drive/drive_notification_observer.h', | 611 'browser/drive/drive_notification_observer.h', |
610 'browser/drive/drive_service_interface.h', | 612 'browser/drive/drive_service_interface.h', |
(...skipping 3028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3639 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3641 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3640 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3642 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3641 }, | 3643 }, |
3642 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3644 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3643 }, | 3645 }, |
3644 ], | 3646 ], |
3645 }, | 3647 }, |
3646 ], | 3648 ], |
3647 ], | 3649 ], |
3648 } | 3650 } |
OLD | NEW |