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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10818017: contacts: Add GDataContactsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor cleanup Created 8 years, 5 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
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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'browser/chromeos/gdata/drive_task_executor.cc', 537 'browser/chromeos/gdata/drive_task_executor.cc',
538 'browser/chromeos/gdata/drive_task_executor.h', 538 'browser/chromeos/gdata/drive_task_executor.h',
539 'browser/chromeos/gdata/drive_webapps_registry.cc', 539 'browser/chromeos/gdata/drive_webapps_registry.cc',
540 'browser/chromeos/gdata/drive_webapps_registry.h', 540 'browser/chromeos/gdata/drive_webapps_registry.h',
541 'browser/chromeos/gdata/gdata_auth_service.cc', 541 'browser/chromeos/gdata/gdata_auth_service.cc',
542 'browser/chromeos/gdata/gdata_auth_service.h', 542 'browser/chromeos/gdata/gdata_auth_service.h',
543 'browser/chromeos/gdata/gdata_cache.cc', 543 'browser/chromeos/gdata/gdata_cache.cc',
544 'browser/chromeos/gdata/gdata_cache.h', 544 'browser/chromeos/gdata/gdata_cache.h',
545 'browser/chromeos/gdata/gdata_cache_metadata.cc', 545 'browser/chromeos/gdata/gdata_cache_metadata.cc',
546 'browser/chromeos/gdata/gdata_cache_metadata.h', 546 'browser/chromeos/gdata/gdata_cache_metadata.h',
547 'browser/chromeos/gdata/gdata_contacts_service.cc',
548 'browser/chromeos/gdata/gdata_contacts_service.h',
547 'browser/chromeos/gdata/gdata_db.h', 549 'browser/chromeos/gdata/gdata_db.h',
548 'browser/chromeos/gdata/gdata_db_factory.cc', 550 'browser/chromeos/gdata/gdata_db_factory.cc',
549 'browser/chromeos/gdata/gdata_db_factory.h', 551 'browser/chromeos/gdata/gdata_db_factory.h',
550 'browser/chromeos/gdata/gdata_documents_service.cc', 552 'browser/chromeos/gdata/gdata_documents_service.cc',
551 'browser/chromeos/gdata/gdata_documents_service.h', 553 'browser/chromeos/gdata/gdata_documents_service.h',
552 'browser/chromeos/gdata/gdata_download_observer.cc', 554 'browser/chromeos/gdata/gdata_download_observer.cc',
553 'browser/chromeos/gdata/gdata_download_observer.h', 555 'browser/chromeos/gdata/gdata_download_observer.h',
554 'browser/chromeos/gdata/gdata_errorcode.h', 556 'browser/chromeos/gdata/gdata_errorcode.h',
555 'browser/chromeos/gdata/gdata_file_system.cc', 557 'browser/chromeos/gdata/gdata_file_system.cc',
556 'browser/chromeos/gdata/gdata_file_system.h', 558 'browser/chromeos/gdata/gdata_file_system.h',
(...skipping 4919 matching lines...) Expand 10 before | Expand all | Expand 10 after
5476 'variables': { 5478 'variables': {
5477 'jni_gen_dir': 'chrome', 5479 'jni_gen_dir': 'chrome',
5478 }, 5480 },
5479 'includes': [ '../build/jni_generator.gypi' ], 5481 'includes': [ '../build/jni_generator.gypi' ],
5480 }, 5482 },
5481 ], 5483 ],
5482 }, 5484 },
5483 ], 5485 ],
5484 ], 5486 ],
5485 } 5487 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698