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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 'browser/google_apis/drive_api_operations.h', | 584 'browser/google_apis/drive_api_operations.h', |
585 'browser/google_apis/drive_api_parser.cc', | 585 'browser/google_apis/drive_api_parser.cc', |
586 'browser/google_apis/drive_api_parser.h', | 586 'browser/google_apis/drive_api_parser.h', |
587 'browser/google_apis/drive_api_service.cc', | 587 'browser/google_apis/drive_api_service.cc', |
588 'browser/google_apis/drive_api_service.h', | 588 'browser/google_apis/drive_api_service.h', |
589 'browser/google_apis/drive_api_url_generator.cc', | 589 'browser/google_apis/drive_api_url_generator.cc', |
590 'browser/google_apis/drive_api_url_generator.h', | 590 'browser/google_apis/drive_api_url_generator.h', |
591 'browser/google_apis/drive_api_util.cc', | 591 'browser/google_apis/drive_api_util.cc', |
592 'browser/google_apis/drive_api_util.h', | 592 'browser/google_apis/drive_api_util.h', |
593 'browser/google_apis/drive_entry_kinds.h', | 593 'browser/google_apis/drive_entry_kinds.h', |
| 594 'browser/google_apis/drive_notification_observer.h', |
594 'browser/google_apis/drive_service_interface.h', | 595 'browser/google_apis/drive_service_interface.h', |
595 'browser/google_apis/drive_switches.cc', | 596 'browser/google_apis/drive_switches.cc', |
596 'browser/google_apis/drive_switches.h', | 597 'browser/google_apis/drive_switches.h', |
597 'browser/google_apis/drive_upload_error.h', | 598 'browser/google_apis/drive_upload_error.h', |
598 'browser/google_apis/drive_upload_mode.h', | 599 'browser/google_apis/drive_upload_mode.h', |
599 'browser/google_apis/drive_uploader.cc', | 600 'browser/google_apis/drive_uploader.cc', |
600 'browser/google_apis/drive_uploader.h', | 601 'browser/google_apis/drive_uploader.h', |
601 'browser/google_apis/gdata_contacts_operations.cc', | 602 'browser/google_apis/gdata_contacts_operations.cc', |
602 'browser/google_apis/gdata_contacts_operations.h', | 603 'browser/google_apis/gdata_contacts_operations.h', |
603 'browser/google_apis/gdata_errorcode.h', | 604 'browser/google_apis/gdata_errorcode.h', |
(...skipping 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3017 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3018 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3018 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3019 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3019 }, | 3020 }, |
3020 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3021 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3021 }, | 3022 }, |
3022 ], | 3023 ], |
3023 }, | 3024 }, |
3024 ], | 3025 ], |
3025 ], | 3026 ], |
3026 } | 3027 } |
OLD | NEW |