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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'browser/google_apis/drive_api_operations.h', | 586 'browser/google_apis/drive_api_operations.h', |
587 'browser/google_apis/drive_api_parser.cc', | 587 'browser/google_apis/drive_api_parser.cc', |
588 'browser/google_apis/drive_api_parser.h', | 588 'browser/google_apis/drive_api_parser.h', |
589 'browser/google_apis/drive_api_service.cc', | 589 'browser/google_apis/drive_api_service.cc', |
590 'browser/google_apis/drive_api_service.h', | 590 'browser/google_apis/drive_api_service.h', |
591 'browser/google_apis/drive_api_url_generator.cc', | 591 'browser/google_apis/drive_api_url_generator.cc', |
592 'browser/google_apis/drive_api_url_generator.h', | 592 'browser/google_apis/drive_api_url_generator.h', |
593 'browser/google_apis/drive_api_util.cc', | 593 'browser/google_apis/drive_api_util.cc', |
594 'browser/google_apis/drive_api_util.h', | 594 'browser/google_apis/drive_api_util.h', |
595 'browser/google_apis/drive_entry_kinds.h', | 595 'browser/google_apis/drive_entry_kinds.h', |
| 596 'browser/google_apis/drive_notification_manager_factory.cc', |
| 597 'browser/google_apis/drive_notification_manager_factory.h', |
596 'browser/google_apis/drive_notification_manager.cc', | 598 'browser/google_apis/drive_notification_manager.cc', |
597 'browser/google_apis/drive_notification_manager.h', | 599 'browser/google_apis/drive_notification_manager.h', |
598 'browser/google_apis/drive_notification_observer.h', | 600 'browser/google_apis/drive_notification_observer.h', |
599 'browser/google_apis/drive_service_interface.h', | 601 'browser/google_apis/drive_service_interface.h', |
600 'browser/google_apis/drive_switches.cc', | 602 'browser/google_apis/drive_switches.cc', |
601 'browser/google_apis/drive_switches.h', | 603 'browser/google_apis/drive_switches.h', |
602 'browser/google_apis/drive_upload_error.h', | 604 'browser/google_apis/drive_upload_error.h', |
603 'browser/google_apis/drive_upload_mode.h', | 605 'browser/google_apis/drive_upload_mode.h', |
604 'browser/google_apis/drive_uploader.cc', | 606 'browser/google_apis/drive_uploader.cc', |
605 'browser/google_apis/drive_uploader.h', | 607 'browser/google_apis/drive_uploader.h', |
(...skipping 2431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3037 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3039 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3038 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3040 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3039 }, | 3041 }, |
3040 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3042 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3041 }, | 3043 }, |
3042 ], | 3044 ], |
3043 }, | 3045 }, |
3044 ], | 3046 ], |
3045 ], | 3047 ], |
3046 } | 3048 } |
OLD | NEW |