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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 130753002: Move DriveAppRegistry from c/b/chromeos/drive to c/b/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 6 years, 11 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'browser/download/download_target_determiner.cc', 591 'browser/download/download_target_determiner.cc',
592 'browser/download/download_target_determiner.h', 592 'browser/download/download_target_determiner.h',
593 'browser/download/download_target_determiner_delegate.h', 593 'browser/download/download_target_determiner_delegate.h',
594 'browser/download/download_target_info.h', 594 'browser/download/download_target_info.h',
595 'browser/download/download_ui_controller.cc', 595 'browser/download/download_ui_controller.cc',
596 'browser/download/download_ui_controller.h', 596 'browser/download/download_ui_controller.h',
597 'browser/download/drag_download_item.h', 597 'browser/download/drag_download_item.h',
598 'browser/download/drag_download_item_views.cc', 598 'browser/download/drag_download_item_views.cc',
599 'browser/download/save_package_file_picker.cc', 599 'browser/download/save_package_file_picker.cc',
600 'browser/download/save_package_file_picker.h', 600 'browser/download/save_package_file_picker.h',
601 'browser/drive/drive_app_registry.cc',
602 'browser/drive/drive_app_registry.h',
601 'browser/drive/drive_api_service.cc', 603 'browser/drive/drive_api_service.cc',
602 'browser/drive/drive_api_service.h', 604 'browser/drive/drive_api_service.h',
603 'browser/drive/drive_api_util.cc', 605 'browser/drive/drive_api_util.cc',
604 'browser/drive/drive_api_util.h', 606 'browser/drive/drive_api_util.h',
605 'browser/drive/drive_notification_manager.cc', 607 'browser/drive/drive_notification_manager.cc',
606 'browser/drive/drive_notification_manager.h', 608 'browser/drive/drive_notification_manager.h',
607 'browser/drive/drive_notification_manager_factory.cc', 609 'browser/drive/drive_notification_manager_factory.cc',
608 'browser/drive/drive_notification_manager_factory.h', 610 'browser/drive/drive_notification_manager_factory.h',
609 'browser/drive/drive_notification_observer.h', 611 'browser/drive/drive_notification_observer.h',
610 'browser/drive/drive_service_interface.h', 612 'browser/drive/drive_service_interface.h',
(...skipping 3028 matching lines...) Expand 10 before | Expand all | Expand 10 after
3639 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3641 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3640 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3642 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3641 }, 3643 },
3642 'includes': [ '../build/android/java_cpp_template.gypi' ], 3644 'includes': [ '../build/android/java_cpp_template.gypi' ],
3643 }, 3645 },
3644 ], 3646 ],
3645 }, 3647 },
3646 ], 3648 ],
3647 ], 3649 ],
3648 } 3650 }
OLDNEW
« no previous file with comments | « chrome/browser/drive/drive_app_registry_unittest.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698