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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'browser/google_apis/auth_service.cc', | 664 'browser/google_apis/auth_service.cc', |
665 'browser/google_apis/auth_service.h', | 665 'browser/google_apis/auth_service.h', |
666 'browser/google_apis/auth_service_interface.h', | 666 'browser/google_apis/auth_service_interface.h', |
667 'browser/google_apis/auth_service_observer.h', | 667 'browser/google_apis/auth_service_observer.h', |
668 'browser/google_apis/base_operations.cc', | 668 'browser/google_apis/base_operations.cc', |
669 'browser/google_apis/base_operations.h', | 669 'browser/google_apis/base_operations.h', |
670 'browser/google_apis/drive_api_operations.cc', | 670 'browser/google_apis/drive_api_operations.cc', |
671 'browser/google_apis/drive_api_operations.h', | 671 'browser/google_apis/drive_api_operations.h', |
672 'browser/google_apis/drive_api_parser.cc', | 672 'browser/google_apis/drive_api_parser.cc', |
673 'browser/google_apis/drive_api_parser.h', | 673 'browser/google_apis/drive_api_parser.h', |
| 674 'browser/google_apis/drive_api_url_generator.cc', |
| 675 'browser/google_apis/drive_api_url_generator.h', |
674 'browser/google_apis/drive_api_util.cc', | 676 'browser/google_apis/drive_api_util.cc', |
675 'browser/google_apis/drive_api_util.h', | 677 'browser/google_apis/drive_api_util.h', |
676 'browser/google_apis/drive_entry_kinds.h', | 678 'browser/google_apis/drive_entry_kinds.h', |
677 'browser/google_apis/drive_service_interface.h', | 679 'browser/google_apis/drive_service_interface.h', |
678 'browser/google_apis/drive_switches.cc', | 680 'browser/google_apis/drive_switches.cc', |
679 'browser/google_apis/drive_switches.h', | 681 'browser/google_apis/drive_switches.h', |
680 'browser/google_apis/drive_upload_error.h', | 682 'browser/google_apis/drive_upload_error.h', |
681 'browser/google_apis/drive_upload_mode.h', | 683 'browser/google_apis/drive_upload_mode.h', |
682 'browser/google_apis/drive_uploader.cc', | 684 'browser/google_apis/drive_uploader.cc', |
683 'browser/google_apis/drive_uploader.h', | 685 'browser/google_apis/drive_uploader.h', |
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3113 'variables': { | 3115 'variables': { |
3114 'jni_gen_dir': 'chrome', | 3116 'jni_gen_dir': 'chrome', |
3115 }, | 3117 }, |
3116 'includes': [ '../build/jni_generator.gypi' ], | 3118 'includes': [ '../build/jni_generator.gypi' ], |
3117 }, | 3119 }, |
3118 ], | 3120 ], |
3119 }, | 3121 }, |
3120 ], | 3122 ], |
3121 ], | 3123 ], |
3122 } | 3124 } |
OLD | NEW |