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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10827343: Split out gdata_directory_service* (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'browser/chromeos/gdata/file_write_helper.cc', 566 'browser/chromeos/gdata/file_write_helper.cc',
567 'browser/chromeos/gdata/file_write_helper.h', 567 'browser/chromeos/gdata/file_write_helper.h',
568 'browser/chromeos/gdata/gdata_auth_service.cc', 568 'browser/chromeos/gdata/gdata_auth_service.cc',
569 'browser/chromeos/gdata/gdata_auth_service.h', 569 'browser/chromeos/gdata/gdata_auth_service.h',
570 'browser/chromeos/gdata/gdata_cache.cc', 570 'browser/chromeos/gdata/gdata_cache.cc',
571 'browser/chromeos/gdata/gdata_cache.h', 571 'browser/chromeos/gdata/gdata_cache.h',
572 'browser/chromeos/gdata/gdata_cache_metadata.cc', 572 'browser/chromeos/gdata/gdata_cache_metadata.cc',
573 'browser/chromeos/gdata/gdata_cache_metadata.h', 573 'browser/chromeos/gdata/gdata_cache_metadata.h',
574 'browser/chromeos/gdata/gdata_contacts_service.cc', 574 'browser/chromeos/gdata/gdata_contacts_service.cc',
575 'browser/chromeos/gdata/gdata_contacts_service.h', 575 'browser/chromeos/gdata/gdata_contacts_service.h',
576 'browser/chromeos/gdata/gdata_directory_service.cc',
577 'browser/chromeos/gdata/gdata_directory_service.h',
576 'browser/chromeos/gdata/gdata_documents_service.cc', 578 'browser/chromeos/gdata/gdata_documents_service.cc',
577 'browser/chromeos/gdata/gdata_documents_service.h', 579 'browser/chromeos/gdata/gdata_documents_service.h',
578 'browser/chromeos/gdata/gdata_download_observer.cc', 580 'browser/chromeos/gdata/gdata_download_observer.cc',
579 'browser/chromeos/gdata/gdata_download_observer.h', 581 'browser/chromeos/gdata/gdata_download_observer.h',
580 'browser/chromeos/gdata/gdata_errorcode.h', 582 'browser/chromeos/gdata/gdata_errorcode.h',
581 'browser/chromeos/gdata/gdata_file_system.cc', 583 'browser/chromeos/gdata/gdata_file_system.cc',
582 'browser/chromeos/gdata/gdata_file_system.h', 584 'browser/chromeos/gdata/gdata_file_system.h',
583 'browser/chromeos/gdata/gdata_file_system_interface.h', 585 'browser/chromeos/gdata/gdata_file_system_interface.h',
584 'browser/chromeos/gdata/gdata_file_system_proxy.cc', 586 'browser/chromeos/gdata/gdata_file_system_proxy.cc',
585 'browser/chromeos/gdata/gdata_file_system_proxy.h', 587 'browser/chromeos/gdata/gdata_file_system_proxy.h',
(...skipping 4981 matching lines...) Expand 10 before | Expand all | Expand 10 after
5567 'includes': [ '../build/jni_generator.gypi' ], 5569 'includes': [ '../build/jni_generator.gypi' ],
5568 'dependencies': [ 5570 'dependencies': [
5569 'android_jar_jni_headers', 5571 'android_jar_jni_headers',
5570 ], 5572 ],
5571 }, 5573 },
5572 ], 5574 ],
5573 }, 5575 },
5574 ], 5576 ],
5575 ], 5577 ],
5576 } 5578 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698