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

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: '' 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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'browser/chromeos/view_ids.h', 644 'browser/chromeos/view_ids.h',
645 'browser/chromeos/web_socket_proxy.cc', 645 'browser/chromeos/web_socket_proxy.cc',
646 'browser/chromeos/web_socket_proxy.h', 646 'browser/chromeos/web_socket_proxy.h',
647 'browser/chromeos/web_socket_proxy_controller.cc', 647 'browser/chromeos/web_socket_proxy_controller.cc',
648 'browser/chromeos/web_socket_proxy_controller.h', 648 'browser/chromeos/web_socket_proxy_controller.h',
649 'browser/chromeos/web_socket_proxy_helper.cc', 649 'browser/chromeos/web_socket_proxy_helper.cc',
650 'browser/chromeos/web_socket_proxy_helper.h', 650 'browser/chromeos/web_socket_proxy_helper.h',
651 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 651 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
652 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 652 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
653 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 653 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
654 'browser/system_monitor/chromeos/media_transfer_protocol_device_observer .cc',
Lei Zhang 2012/09/10 18:18:01 Please add this to the right gypi file.
kmadhusu 2012/09/11 01:50:19 Added to chrome/chrome_browser.gypi
655 'browser/system_monitor/chromeos/media_transfer_protocol_device_observer .h',
654 ], 656 ],
655 'conditions': [ 657 'conditions': [
656 ['enable_extensions==1', { 658 ['enable_extensions==1', {
657 'sources': [ 659 'sources': [
658 # Only extension API implementations should go here. 660 # Only extension API implementations should go here.
659 'browser/chromeos/extensions/echo_private_api.cc', 661 'browser/chromeos/extensions/echo_private_api.cc',
660 'browser/chromeos/extensions/echo_private_api.h', 662 'browser/chromeos/extensions/echo_private_api.h',
661 'browser/chromeos/extensions/file_browser_handler_api.cc', 663 'browser/chromeos/extensions/file_browser_handler_api.cc',
662 'browser/chromeos/extensions/file_browser_handler_api.h', 664 'browser/chromeos/extensions/file_browser_handler_api.h',
663 'browser/chromeos/extensions/file_browser_private_api.cc', 665 'browser/chromeos/extensions/file_browser_private_api.cc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 'type': 'static_library', 767 'type': 'static_library',
766 'sources': [ 'browser/chromeos/gdata/drive.proto' ], 768 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
767 'variables': { 769 'variables': {
768 'proto_in_dir': 'browser/chromeos/gdata', 770 'proto_in_dir': 'browser/chromeos/gdata',
769 'proto_out_dir': 'chrome/browser/chromeos/gdata', 771 'proto_out_dir': 'chrome/browser/chromeos/gdata',
770 }, 772 },
771 'includes': [ '../build/protoc.gypi' ] 773 'includes': [ '../build/protoc.gypi' ]
772 }, 774 },
773 ], 775 ],
774 } 776 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698