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