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

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: Fix nit 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 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 'browser/sync/sync_prefs.h', 1873 'browser/sync/sync_prefs.h',
1874 'browser/sync/sync_ui_util.cc', 1874 'browser/sync/sync_ui_util.cc',
1875 'browser/sync/sync_ui_util.h', 1875 'browser/sync/sync_ui_util.h',
1876 'browser/sync/sync_ui_util_mac.h', 1876 'browser/sync/sync_ui_util_mac.h',
1877 'browser/sync/sync_ui_util_mac.mm', 1877 'browser/sync/sync_ui_util_mac.mm',
1878 'browser/sync/user_selectable_sync_type.h', 1878 'browser/sync/user_selectable_sync_type.h',
1879 'browser/system_monitor/media_device_notifications_chromeos.cc', 1879 'browser/system_monitor/media_device_notifications_chromeos.cc',
1880 'browser/system_monitor/media_device_notifications_chromeos.h', 1880 'browser/system_monitor/media_device_notifications_chromeos.h',
1881 'browser/system_monitor/media_device_notifications_utils.cc', 1881 'browser/system_monitor/media_device_notifications_utils.cc',
1882 'browser/system_monitor/media_device_notifications_utils.h', 1882 'browser/system_monitor/media_device_notifications_utils.h',
1883 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc',
1884 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h',
1883 'browser/system_monitor/removable_device_constants.cc', 1885 'browser/system_monitor/removable_device_constants.cc',
1884 'browser/system_monitor/removable_device_constants.h', 1886 'browser/system_monitor/removable_device_constants.h',
1885 'browser/system_monitor/media_storage_util.cc', 1887 'browser/system_monitor/media_storage_util.cc',
1886 'browser/system_monitor/media_storage_util.h', 1888 'browser/system_monitor/media_storage_util.h',
1887 'browser/system_monitor/media_storage_util_linux.cc', 1889 'browser/system_monitor/media_storage_util_linux.cc',
1888 'browser/system_monitor/removable_device_notifications_linux.cc', 1890 'browser/system_monitor/removable_device_notifications_linux.cc',
1889 'browser/system_monitor/removable_device_notifications_linux.h', 1891 'browser/system_monitor/removable_device_notifications_linux.h',
1890 'browser/system_monitor/removable_device_notifications_window_win.cc', 1892 'browser/system_monitor/removable_device_notifications_window_win.cc',
1891 'browser/system_monitor/removable_device_notifications_window_win.h', 1893 'browser/system_monitor/removable_device_notifications_window_win.h',
1892 'browser/tab_contents/background_contents.cc', 1894 'browser/tab_contents/background_contents.cc',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
2202 ['exclude', 'browser/policy/enterprise_install_attributes.h'], 2204 ['exclude', 'browser/policy/enterprise_install_attributes.h'],
2203 ['exclude', 'browser/policy/network_configuration_updater.cc'], 2205 ['exclude', 'browser/policy/network_configuration_updater.cc'],
2204 ['exclude', 'browser/policy/network_configuration_updater.h'], 2206 ['exclude', 'browser/policy/network_configuration_updater.h'],
2205 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], 2207 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
2206 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], 2208 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
2207 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'], 2209 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'],
2208 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'], 2210 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'],
2209 ['exclude', 'browser/speech/extension_api/tts_extension_api_chromeos .cc'], 2211 ['exclude', 'browser/speech/extension_api/tts_extension_api_chromeos .cc'],
2210 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.cc'], 2212 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.cc'],
2211 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.h'], 2213 ['exclude', 'browser/system_monitor/media_device_notifications_chrom eos.h'],
2214 ['exclude', 'browser/system_monitor/media_transfer_protocol_device_o bserver_chromeos.cc'],
2215 ['exclude', 'browser/system_monitor/media_transfer_protocol_device_o bserver_chromeos.h'],
2212 ], 2216 ],
2213 }, { # chromeos==1 2217 }, { # chromeos==1
2214 'dependencies': [ 2218 'dependencies': [
2215 'browser_chromeos', 2219 'browser_chromeos',
2216 ], 2220 ],
2217 'sources/': [ 2221 'sources/': [
2218 ['exclude', 'browser/first_run/upgrade_util.cc'], 2222 ['exclude', 'browser/first_run/upgrade_util.cc'],
2219 ['exclude', 'browser/first_run/upgrade_util.h'], 2223 ['exclude', 'browser/first_run/upgrade_util.h'],
2220 ['exclude', 'browser/first_run/upgrade_util_linux.cc'], 2224 ['exclude', 'browser/first_run/upgrade_util_linux.cc'],
2221 ['exclude', 'browser/icon_loader_linux.cc'], 2225 ['exclude', 'browser/icon_loader_linux.cc'],
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
2772 'includes': [ '../build/jni_generator.gypi' ], 2776 'includes': [ '../build/jni_generator.gypi' ],
2773 'dependencies': [ 2777 'dependencies': [
2774 'android_jar_jni_headers', 2778 'android_jar_jni_headers',
2775 ], 2779 ],
2776 }, 2780 },
2777 ], 2781 ],
2778 }, 2782 },
2779 ], 2783 ],
2780 ], 2784 ],
2781 } 2785 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698