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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 'browser/drive/drive_api_service.h', | 643 'browser/drive/drive_api_service.h', |
644 'browser/drive/drive_api_util.cc', | 644 'browser/drive/drive_api_util.cc', |
645 'browser/drive/drive_api_util.h', | 645 'browser/drive/drive_api_util.h', |
646 'browser/drive/drive_notification_manager.cc', | 646 'browser/drive/drive_notification_manager.cc', |
647 'browser/drive/drive_notification_manager.h', | 647 'browser/drive/drive_notification_manager.h', |
648 'browser/drive/drive_notification_manager_factory.cc', | 648 'browser/drive/drive_notification_manager_factory.cc', |
649 'browser/drive/drive_notification_manager_factory.h', | 649 'browser/drive/drive_notification_manager_factory.h', |
650 'browser/drive/drive_notification_observer.h', | 650 'browser/drive/drive_notification_observer.h', |
651 'browser/drive/drive_service_interface.cc', | 651 'browser/drive/drive_service_interface.cc', |
652 'browser/drive/drive_service_interface.h', | 652 'browser/drive/drive_service_interface.h', |
653 'browser/drive/drive_switches.cc', | |
654 'browser/drive/drive_switches.h', | |
655 'browser/drive/drive_uploader.cc', | 653 'browser/drive/drive_uploader.cc', |
656 'browser/drive/drive_uploader.h', | 654 'browser/drive/drive_uploader.h', |
657 'browser/drive/event_logger.cc', | 655 'browser/drive/event_logger.cc', |
658 'browser/drive/event_logger.h', | 656 'browser/drive/event_logger.h', |
659 'browser/drive/gdata_wapi_service.cc', | 657 'browser/drive/gdata_wapi_service.cc', |
660 'browser/drive/gdata_wapi_service.h', | 658 'browser/drive/gdata_wapi_service.h', |
661 'browser/enumerate_modules_model_win.cc', | 659 'browser/enumerate_modules_model_win.cc', |
662 'browser/enumerate_modules_model_win.h', | 660 'browser/enumerate_modules_model_win.h', |
663 'browser/extensions/signin/gaia_auth_extension_loader.cc', | 661 'browser/extensions/signin/gaia_auth_extension_loader.cc', |
664 'browser/extensions/signin/gaia_auth_extension_loader.h', | 662 'browser/extensions/signin/gaia_auth_extension_loader.h', |
(...skipping 3077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3742 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3740 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3743 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3741 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3744 }, | 3742 }, |
3745 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3743 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3746 }, | 3744 }, |
3747 ], | 3745 ], |
3748 }, | 3746 }, |
3749 ], | 3747 ], |
3750 ], | 3748 ], |
3751 } | 3749 } |
OLD | NEW |