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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10834170: gdata: Move GDataWapiFeedLoader to a set of new files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix 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_loader.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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'browser/chromeos/gdata/gdata_sync_client.cc', 586 'browser/chromeos/gdata/gdata_sync_client.cc',
587 'browser/chromeos/gdata/gdata_sync_client.h', 587 'browser/chromeos/gdata/gdata_sync_client.h',
588 'browser/chromeos/gdata/gdata_system_service.cc', 588 'browser/chromeos/gdata/gdata_system_service.cc',
589 'browser/chromeos/gdata/gdata_system_service.h', 589 'browser/chromeos/gdata/gdata_system_service.h',
590 'browser/chromeos/gdata/gdata_upload_file_info.cc', 590 'browser/chromeos/gdata/gdata_upload_file_info.cc',
591 'browser/chromeos/gdata/gdata_upload_file_info.h', 591 'browser/chromeos/gdata/gdata_upload_file_info.h',
592 'browser/chromeos/gdata/gdata_uploader.cc', 592 'browser/chromeos/gdata/gdata_uploader.cc',
593 'browser/chromeos/gdata/gdata_uploader.h', 593 'browser/chromeos/gdata/gdata_uploader.h',
594 'browser/chromeos/gdata/gdata_util.cc', 594 'browser/chromeos/gdata/gdata_util.cc',
595 'browser/chromeos/gdata/gdata_util.h', 595 'browser/chromeos/gdata/gdata_util.h',
596 'browser/chromeos/gdata/gdata_wapi_feed_loader.cc',
597 'browser/chromeos/gdata/gdata_wapi_feed_loader.h',
596 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc', 598 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc',
597 'browser/chromeos/gdata/gdata_wapi_feed_processor.h', 599 'browser/chromeos/gdata/gdata_wapi_feed_processor.h',
598 'browser/chromeos/gdata/gdata_wapi_parser.cc', 600 'browser/chromeos/gdata/gdata_wapi_parser.cc',
599 'browser/chromeos/gdata/gdata_wapi_parser.h', 601 'browser/chromeos/gdata/gdata_wapi_parser.h',
600 'browser/chromeos/gdata/operations_base.cc', 602 'browser/chromeos/gdata/operations_base.cc',
601 'browser/chromeos/gdata/operations_base.h', 603 'browser/chromeos/gdata/operations_base.h',
602 'browser/chromeos/gview_request_interceptor.cc', 604 'browser/chromeos/gview_request_interceptor.cc',
603 'browser/chromeos/gview_request_interceptor.h', 605 'browser/chromeos/gview_request_interceptor.h',
604 'browser/chromeos/imageburner/burn_controller.cc', 606 'browser/chromeos/imageburner/burn_controller.cc',
605 'browser/chromeos/imageburner/burn_controller.h', 607 'browser/chromeos/imageburner/burn_controller.h',
(...skipping 4907 matching lines...) Expand 10 before | Expand all | Expand 10 after
5513 'includes': [ '../build/jni_generator.gypi' ], 5515 'includes': [ '../build/jni_generator.gypi' ],
5514 'dependencies': [ 5516 'dependencies': [
5515 'android_jar_jni_headers', 5517 'android_jar_jni_headers',
5516 ], 5518 ],
5517 }, 5519 },
5518 ], 5520 ],
5519 }, 5521 },
5520 ], 5522 ],
5521 ], 5523 ],
5522 } 5524 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698