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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 'browser/google_apis/drive_api_operations.h', | 588 'browser/google_apis/drive_api_operations.h', |
589 'browser/google_apis/drive_api_parser.cc', | 589 'browser/google_apis/drive_api_parser.cc', |
590 'browser/google_apis/drive_api_parser.h', | 590 'browser/google_apis/drive_api_parser.h', |
591 'browser/google_apis/drive_api_service.cc', | 591 'browser/google_apis/drive_api_service.cc', |
592 'browser/google_apis/drive_api_service.h', | 592 'browser/google_apis/drive_api_service.h', |
593 'browser/google_apis/drive_api_url_generator.cc', | 593 'browser/google_apis/drive_api_url_generator.cc', |
594 'browser/google_apis/drive_api_url_generator.h', | 594 'browser/google_apis/drive_api_url_generator.h', |
595 'browser/google_apis/drive_api_util.cc', | 595 'browser/google_apis/drive_api_util.cc', |
596 'browser/google_apis/drive_api_util.h', | 596 'browser/google_apis/drive_api_util.h', |
597 'browser/google_apis/drive_entry_kinds.h', | 597 'browser/google_apis/drive_entry_kinds.h', |
| 598 'browser/google_apis/drive_notification_manager_factory.cc', |
| 599 'browser/google_apis/drive_notification_manager_factory.h', |
598 'browser/google_apis/drive_notification_manager.cc', | 600 'browser/google_apis/drive_notification_manager.cc', |
599 'browser/google_apis/drive_notification_manager.h', | 601 'browser/google_apis/drive_notification_manager.h', |
600 'browser/google_apis/drive_notification_observer.h', | 602 'browser/google_apis/drive_notification_observer.h', |
601 'browser/google_apis/drive_service_interface.h', | 603 'browser/google_apis/drive_service_interface.h', |
602 'browser/google_apis/drive_switches.cc', | 604 'browser/google_apis/drive_switches.cc', |
603 'browser/google_apis/drive_switches.h', | 605 'browser/google_apis/drive_switches.h', |
604 'browser/google_apis/drive_upload_error.h', | 606 'browser/google_apis/drive_upload_error.h', |
605 'browser/google_apis/drive_upload_mode.h', | 607 'browser/google_apis/drive_upload_mode.h', |
606 'browser/google_apis/drive_uploader.cc', | 608 'browser/google_apis/drive_uploader.cc', |
607 'browser/google_apis/drive_uploader.h', | 609 'browser/google_apis/drive_uploader.h', |
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3014 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3016 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3015 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3017 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3016 }, | 3018 }, |
3017 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3019 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3018 }, | 3020 }, |
3019 ], | 3021 ], |
3020 }, | 3022 }, |
3021 ], | 3023 ], |
3022 ], | 3024 ], |
3023 } | 3025 } |
OLD | NEW |