Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13940004: Added new DriveNotificationObserver interface which all observers of Google Drive invalidations sho… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tfarina review #1 Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/sync_file_system/drive_file_sync_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive_file_sync_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698