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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10828385: Rename DocumentsServiceInterface to DriveServiceInterface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unnecessary includes. 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/ui/webui/chromeos/drive_internals_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'browser/chromeos/extensions/file_manager_util.cc', 549 'browser/chromeos/extensions/file_manager_util.cc',
550 'browser/chromeos/extensions/file_manager_util.h', 550 'browser/chromeos/extensions/file_manager_util.h',
551 'browser/chromeos/extensions/input_method_event_router.cc', 551 'browser/chromeos/extensions/input_method_event_router.cc',
552 'browser/chromeos/extensions/input_method_event_router.h', 552 'browser/chromeos/extensions/input_method_event_router.h',
553 'browser/chromeos/extensions/media_player_event_router.cc', 553 'browser/chromeos/extensions/media_player_event_router.cc',
554 'browser/chromeos/extensions/media_player_event_router.h', 554 'browser/chromeos/extensions/media_player_event_router.h',
555 'browser/chromeos/external_metrics.cc', 555 'browser/chromeos/external_metrics.cc',
556 'browser/chromeos/external_metrics.h', 556 'browser/chromeos/external_metrics.h',
557 'browser/chromeos/external_protocol_dialog.cc', 557 'browser/chromeos/external_protocol_dialog.cc',
558 'browser/chromeos/external_protocol_dialog.h', 558 'browser/chromeos/external_protocol_dialog.h',
559 'browser/chromeos/gdata/documents_service_interface.h',
560 'browser/chromeos/gdata/drive_api_operations.cc', 559 'browser/chromeos/gdata/drive_api_operations.cc',
561 'browser/chromeos/gdata/drive_api_operations.h', 560 'browser/chromeos/gdata/drive_api_operations.h',
562 'browser/chromeos/gdata/drive_api_parser.cc', 561 'browser/chromeos/gdata/drive_api_parser.cc',
563 'browser/chromeos/gdata/drive_api_parser.h', 562 'browser/chromeos/gdata/drive_api_parser.h',
564 'browser/chromeos/gdata/drive_api_service.cc', 563 'browser/chromeos/gdata/drive_api_service.cc',
565 'browser/chromeos/gdata/drive_api_service.h', 564 'browser/chromeos/gdata/drive_api_service.h',
565 'browser/chromeos/gdata/drive_service_interface.h',
566 'browser/chromeos/gdata/drive_task_executor.cc', 566 'browser/chromeos/gdata/drive_task_executor.cc',
567 'browser/chromeos/gdata/drive_task_executor.h', 567 'browser/chromeos/gdata/drive_task_executor.h',
568 'browser/chromeos/gdata/drive_webapps_registry.cc', 568 'browser/chromeos/gdata/drive_webapps_registry.cc',
569 'browser/chromeos/gdata/drive_webapps_registry.h', 569 'browser/chromeos/gdata/drive_webapps_registry.h',
570 'browser/chromeos/gdata/file_write_helper.cc', 570 'browser/chromeos/gdata/file_write_helper.cc',
571 'browser/chromeos/gdata/file_write_helper.h', 571 'browser/chromeos/gdata/file_write_helper.h',
572 'browser/chromeos/gdata/gdata_auth_service.cc', 572 'browser/chromeos/gdata/gdata_auth_service.cc',
573 'browser/chromeos/gdata/gdata_auth_service.h', 573 'browser/chromeos/gdata/gdata_auth_service.h',
574 'browser/chromeos/gdata/gdata_cache.cc', 574 'browser/chromeos/gdata/gdata_cache.cc',
575 'browser/chromeos/gdata/gdata_cache.h', 575 'browser/chromeos/gdata/gdata_cache.h',
(...skipping 5034 matching lines...) Expand 10 before | Expand all | Expand 10 after
5610 'includes': [ '../build/jni_generator.gypi' ], 5610 'includes': [ '../build/jni_generator.gypi' ],
5611 'dependencies': [ 5611 'dependencies': [
5612 'android_jar_jni_headers', 5612 'android_jar_jni_headers',
5613 ], 5613 ],
5614 }, 5614 },
5615 ], 5615 ],
5616 }, 5616 },
5617 ], 5617 ],
5618 ], 5618 ],
5619 } 5619 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698