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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 10894045: ChromeOS: Implement MediaTransferProtocolManager observer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 8 years, 3 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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'browser/chromeos/view_ids.h', 634 'browser/chromeos/view_ids.h',
635 'browser/chromeos/web_socket_proxy.cc', 635 'browser/chromeos/web_socket_proxy.cc',
636 'browser/chromeos/web_socket_proxy.h', 636 'browser/chromeos/web_socket_proxy.h',
637 'browser/chromeos/web_socket_proxy_controller.cc', 637 'browser/chromeos/web_socket_proxy_controller.cc',
638 'browser/chromeos/web_socket_proxy_controller.h', 638 'browser/chromeos/web_socket_proxy_controller.h',
639 'browser/chromeos/web_socket_proxy_helper.cc', 639 'browser/chromeos/web_socket_proxy_helper.cc',
640 'browser/chromeos/web_socket_proxy_helper.h', 640 'browser/chromeos/web_socket_proxy_helper.h',
641 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 641 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
642 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 642 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
643 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 643 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
644 'browser/system_monitor/chromeos/media_transfer_protocol_device_observer .cc',
645 'browser/system_monitor/chromeos/media_transfer_protocol_device_observer .h',
644 ], 646 ],
645 'conditions': [ 647 'conditions': [
646 ['enable_extensions==1', { 648 ['enable_extensions==1', {
647 'sources': [ 649 'sources': [
648 # Only extension API implementations should go here. 650 # Only extension API implementations should go here.
649 'browser/chromeos/extensions/echo_private_api.cc', 651 'browser/chromeos/extensions/echo_private_api.cc',
650 'browser/chromeos/extensions/echo_private_api.h', 652 'browser/chromeos/extensions/echo_private_api.h',
651 'browser/chromeos/extensions/file_browser_handler_api.cc', 653 'browser/chromeos/extensions/file_browser_handler_api.cc',
652 'browser/chromeos/extensions/file_browser_handler_api.h', 654 'browser/chromeos/extensions/file_browser_handler_api.h',
653 'browser/chromeos/extensions/file_browser_private_api.cc', 655 'browser/chromeos/extensions/file_browser_private_api.cc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'type': 'static_library', 757 'type': 'static_library',
756 'sources': [ 'browser/chromeos/gdata/drive.proto' ], 758 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
757 'variables': { 759 'variables': {
758 'proto_in_dir': 'browser/chromeos/gdata', 760 'proto_in_dir': 'browser/chromeos/gdata',
759 'proto_out_dir': 'chrome/browser/chromeos/gdata', 761 'proto_out_dir': 'chrome/browser/chromeos/gdata',
760 }, 762 },
761 'includes': [ '../build/protoc.gypi' ] 763 'includes': [ '../build/protoc.gypi' ]
762 }, 764 },
763 ], 765 ],
764 } 766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698