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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 'browser/google_apis/auth_service.cc', | 663 'browser/google_apis/auth_service.cc', |
664 'browser/google_apis/auth_service.h', | 664 'browser/google_apis/auth_service.h', |
665 'browser/google_apis/auth_service_interface.h', | 665 'browser/google_apis/auth_service_interface.h', |
666 'browser/google_apis/auth_service_observer.h', | 666 'browser/google_apis/auth_service_observer.h', |
667 'browser/google_apis/base_operations.cc', | 667 'browser/google_apis/base_operations.cc', |
668 'browser/google_apis/base_operations.h', | 668 'browser/google_apis/base_operations.h', |
669 'browser/google_apis/drive_api_operations.cc', | 669 'browser/google_apis/drive_api_operations.cc', |
670 'browser/google_apis/drive_api_operations.h', | 670 'browser/google_apis/drive_api_operations.h', |
671 'browser/google_apis/drive_api_parser.cc', | 671 'browser/google_apis/drive_api_parser.cc', |
672 'browser/google_apis/drive_api_parser.h', | 672 'browser/google_apis/drive_api_parser.h', |
| 673 'browser/google_apis/drive_api_service.cc', |
| 674 'browser/google_apis/drive_api_service.h', |
673 'browser/google_apis/drive_api_url_generator.cc', | 675 'browser/google_apis/drive_api_url_generator.cc', |
674 'browser/google_apis/drive_api_url_generator.h', | 676 'browser/google_apis/drive_api_url_generator.h', |
675 'browser/google_apis/drive_api_util.cc', | 677 'browser/google_apis/drive_api_util.cc', |
676 'browser/google_apis/drive_api_util.h', | 678 'browser/google_apis/drive_api_util.h', |
677 'browser/google_apis/drive_entry_kinds.h', | 679 'browser/google_apis/drive_entry_kinds.h', |
678 'browser/google_apis/drive_service_interface.h', | 680 'browser/google_apis/drive_service_interface.h', |
679 'browser/google_apis/drive_switches.cc', | 681 'browser/google_apis/drive_switches.cc', |
680 'browser/google_apis/drive_switches.h', | 682 'browser/google_apis/drive_switches.h', |
681 'browser/google_apis/drive_upload_error.h', | 683 'browser/google_apis/drive_upload_error.h', |
682 'browser/google_apis/drive_upload_mode.h', | 684 'browser/google_apis/drive_upload_mode.h', |
(...skipping 2443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3126 'variables': { | 3128 'variables': { |
3127 'jni_gen_dir': 'chrome', | 3129 'jni_gen_dir': 'chrome', |
3128 }, | 3130 }, |
3129 'includes': [ '../build/jni_generator.gypi' ], | 3131 'includes': [ '../build/jni_generator.gypi' ], |
3130 }, | 3132 }, |
3131 ], | 3133 ], |
3132 }, | 3134 }, |
3133 ], | 3135 ], |
3134 ], | 3136 ], |
3135 } | 3137 } |
OLD | NEW |