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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10894045: ChromeOS: Implement MediaTransferProtocolManager observer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 'browser/sync/sync_global_error.h', 1880 'browser/sync/sync_global_error.h',
1881 'browser/sync/sync_prefs.cc', 1881 'browser/sync/sync_prefs.cc',
1882 'browser/sync/sync_prefs.h', 1882 'browser/sync/sync_prefs.h',
1883 'browser/sync/sync_ui_util.cc', 1883 'browser/sync/sync_ui_util.cc',
1884 'browser/sync/sync_ui_util.h', 1884 'browser/sync/sync_ui_util.h',
1885 'browser/sync/sync_ui_util_mac.h', 1885 'browser/sync/sync_ui_util_mac.h',
1886 'browser/sync/sync_ui_util_mac.mm', 1886 'browser/sync/sync_ui_util_mac.mm',
1887 'browser/sync/user_selectable_sync_type.h', 1887 'browser/sync/user_selectable_sync_type.h',
1888 'browser/system_monitor/media_device_notifications_utils.cc', 1888 'browser/system_monitor/media_device_notifications_utils.cc',
1889 'browser/system_monitor/media_device_notifications_utils.h', 1889 'browser/system_monitor/media_device_notifications_utils.h',
1890 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc',
1891 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h',
1890 'browser/system_monitor/removable_device_constants.cc', 1892 'browser/system_monitor/removable_device_constants.cc',
1891 'browser/system_monitor/removable_device_constants.h', 1893 'browser/system_monitor/removable_device_constants.h',
1892 'browser/system_monitor/media_storage_util.cc', 1894 'browser/system_monitor/media_storage_util.cc',
1893 'browser/system_monitor/media_storage_util.h', 1895 'browser/system_monitor/media_storage_util.h',
1894 'browser/system_monitor/media_storage_util_linux.cc', 1896 'browser/system_monitor/media_storage_util_linux.cc',
1895 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1897 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1896 'browser/system_monitor/removable_device_notifications_chromeos.h', 1898 'browser/system_monitor/removable_device_notifications_chromeos.h',
1897 'browser/system_monitor/removable_device_notifications_linux.cc', 1899 'browser/system_monitor/removable_device_notifications_linux.cc',
1898 'browser/system_monitor/removable_device_notifications_linux.h', 1900 'browser/system_monitor/removable_device_notifications_linux.h',
1899 'browser/system_monitor/removable_device_notifications_window_win.cc', 1901 'browser/system_monitor/removable_device_notifications_window_win.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ['exclude', 'browser/policy/enterprise_install_attributes.h'], 2213 ['exclude', 'browser/policy/enterprise_install_attributes.h'],
2212 ['exclude', 'browser/policy/network_configuration_updater.cc'], 2214 ['exclude', 'browser/policy/network_configuration_updater.cc'],
2213 ['exclude', 'browser/policy/network_configuration_updater.h'], 2215 ['exclude', 'browser/policy/network_configuration_updater.h'],
2214 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], 2216 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
2215 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], 2217 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
2216 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'], 2218 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'],
2217 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'], 2219 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'],
2218 ['exclude', 'browser/speech/extension_api/tts_extension_api_chromeos .cc'], 2220 ['exclude', 'browser/speech/extension_api/tts_extension_api_chromeos .cc'],
2219 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.cc'], 2221 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.cc'],
2220 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.h'], 2222 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.h'],
2223 ['exclude', 'browser/system_monitor/media_transfer_protocol_device_o bserver_chromeos.cc'],
2224 ['exclude', 'browser/system_monitor/media_transfer_protocol_device_o bserver_chromeos.h'],
2221 ], 2225 ],
2222 }, { # chromeos==1 2226 }, { # chromeos==1
2223 'dependencies': [ 2227 'dependencies': [
2224 'browser_chromeos', 2228 'browser_chromeos',
2225 ], 2229 ],
2226 'sources/': [ 2230 'sources/': [
2227 ['exclude', 'browser/first_run/upgrade_util.cc'], 2231 ['exclude', 'browser/first_run/upgrade_util.cc'],
2228 ['exclude', 'browser/first_run/upgrade_util.h'], 2232 ['exclude', 'browser/first_run/upgrade_util.h'],
2229 ['exclude', 'browser/first_run/upgrade_util_linux.cc'], 2233 ['exclude', 'browser/first_run/upgrade_util_linux.cc'],
2230 ['exclude', 'browser/icon_loader_linux.cc'], 2234 ['exclude', 'browser/icon_loader_linux.cc'],
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
2782 'includes': [ '../build/jni_generator.gypi' ], 2786 'includes': [ '../build/jni_generator.gypi' ],
2783 'dependencies': [ 2787 'dependencies': [
2784 'android_jar_jni_headers', 2788 'android_jar_jni_headers',
2785 ], 2789 ],
2786 }, 2790 },
2787 ], 2791 ],
2788 }, 2792 },
2789 ], 2793 ],
2790 ], 2794 ],
2791 } 2795 }
OLDNEW
« no previous file with comments | « chrome/browser/system_monitor/media_transfer_protocol_device_observer_chromeos_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698