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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10829118: gdata: Move GDataWapiFeedParser to a set of new files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang build for sure... 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'browser/chromeos/gdata/gdata_sync_client.cc', 576 'browser/chromeos/gdata/gdata_sync_client.cc',
577 'browser/chromeos/gdata/gdata_sync_client.h', 577 'browser/chromeos/gdata/gdata_sync_client.h',
578 'browser/chromeos/gdata/gdata_system_service.cc', 578 'browser/chromeos/gdata/gdata_system_service.cc',
579 'browser/chromeos/gdata/gdata_system_service.h', 579 'browser/chromeos/gdata/gdata_system_service.h',
580 'browser/chromeos/gdata/gdata_upload_file_info.cc', 580 'browser/chromeos/gdata/gdata_upload_file_info.cc',
581 'browser/chromeos/gdata/gdata_upload_file_info.h', 581 'browser/chromeos/gdata/gdata_upload_file_info.h',
582 'browser/chromeos/gdata/gdata_uploader.cc', 582 'browser/chromeos/gdata/gdata_uploader.cc',
583 'browser/chromeos/gdata/gdata_uploader.h', 583 'browser/chromeos/gdata/gdata_uploader.h',
584 'browser/chromeos/gdata/gdata_util.cc', 584 'browser/chromeos/gdata/gdata_util.cc',
585 'browser/chromeos/gdata/gdata_util.h', 585 'browser/chromeos/gdata/gdata_util.h',
586 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc',
587 'browser/chromeos/gdata/gdata_wapi_feed_processor.h',
586 'browser/chromeos/gdata/gdata_wapi_parser.cc', 588 'browser/chromeos/gdata/gdata_wapi_parser.cc',
587 'browser/chromeos/gdata/gdata_wapi_parser.h', 589 'browser/chromeos/gdata/gdata_wapi_parser.h',
588 'browser/chromeos/gdata/operations_base.cc', 590 'browser/chromeos/gdata/operations_base.cc',
589 'browser/chromeos/gdata/operations_base.h', 591 'browser/chromeos/gdata/operations_base.h',
590 'browser/chromeos/gview_request_interceptor.cc', 592 'browser/chromeos/gview_request_interceptor.cc',
591 'browser/chromeos/gview_request_interceptor.h', 593 'browser/chromeos/gview_request_interceptor.h',
592 'browser/chromeos/imageburner/burn_controller.cc', 594 'browser/chromeos/imageburner/burn_controller.cc',
593 'browser/chromeos/imageburner/burn_controller.h', 595 'browser/chromeos/imageburner/burn_controller.h',
594 'browser/chromeos/imageburner/burn_manager.cc', 596 'browser/chromeos/imageburner/burn_manager.cc',
595 'browser/chromeos/imageburner/burn_manager.h', 597 'browser/chromeos/imageburner/burn_manager.h',
(...skipping 4895 matching lines...) Expand 10 before | Expand all | Expand 10 after
5491 'variables': { 5493 'variables': {
5492 'jni_gen_dir': 'chrome', 5494 'jni_gen_dir': 'chrome',
5493 }, 5495 },
5494 'includes': [ '../build/jni_generator.gypi' ], 5496 'includes': [ '../build/jni_generator.gypi' ],
5495 }, 5497 },
5496 ], 5498 ],
5497 }, 5499 },
5498 ], 5500 ],
5499 ], 5501 ],
5500 } 5502 }
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