| 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 'browser/google_apis/base_requests.cc', | 624 'browser/google_apis/base_requests.cc', |
| 625 'browser/google_apis/base_requests.h', | 625 'browser/google_apis/base_requests.h', |
| 626 'browser/google_apis/drive_api_parser.cc', | 626 'browser/google_apis/drive_api_parser.cc', |
| 627 'browser/google_apis/drive_api_parser.h', | 627 'browser/google_apis/drive_api_parser.h', |
| 628 'browser/google_apis/drive_api_requests.cc', | 628 'browser/google_apis/drive_api_requests.cc', |
| 629 'browser/google_apis/drive_api_requests.h', | 629 'browser/google_apis/drive_api_requests.h', |
| 630 'browser/google_apis/drive_api_url_generator.cc', | 630 'browser/google_apis/drive_api_url_generator.cc', |
| 631 'browser/google_apis/drive_api_url_generator.h', | 631 'browser/google_apis/drive_api_url_generator.h', |
| 632 'browser/google_apis/drive_api_util.cc', | 632 'browser/google_apis/drive_api_util.cc', |
| 633 'browser/google_apis/drive_api_util.h', | 633 'browser/google_apis/drive_api_util.h', |
| 634 'browser/google_apis/drive_common_callbacks.h', |
| 634 'browser/google_apis/drive_entry_kinds.h', | 635 'browser/google_apis/drive_entry_kinds.h', |
| 635 'browser/google_apis/drive_notification_observer.h', | 636 'browser/google_apis/drive_notification_observer.h', |
| 636 'browser/google_apis/drive_switches.cc', | 637 'browser/google_apis/drive_switches.cc', |
| 637 'browser/google_apis/drive_switches.h', | 638 'browser/google_apis/drive_switches.h', |
| 638 'browser/google_apis/drive_uploader.cc', | 639 'browser/google_apis/drive_uploader.cc', |
| 639 'browser/google_apis/drive_uploader.h', | 640 'browser/google_apis/drive_uploader.h', |
| 640 'browser/google_apis/event_logger.cc', | 641 'browser/google_apis/event_logger.cc', |
| 641 'browser/google_apis/event_logger.h', | 642 'browser/google_apis/event_logger.h', |
| 642 'browser/google_apis/gdata_contacts_requests.cc', | 643 'browser/google_apis/gdata_contacts_requests.cc', |
| 643 'browser/google_apis/gdata_contacts_requests.h', | 644 'browser/google_apis/gdata_contacts_requests.h', |
| (...skipping 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3313 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3314 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3314 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3315 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3315 }, | 3316 }, |
| 3316 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3317 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3317 }, | 3318 }, |
| 3318 ], | 3319 ], |
| 3319 }, | 3320 }, |
| 3320 ], | 3321 ], |
| 3321 ], | 3322 ], |
| 3322 } | 3323 } |
| OLD | NEW |