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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12382005: Rename RemovableDeviceNotifications=>StorageMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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
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 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'browser/storage_monitor/media_device_notifications_utils.cc', 1927 'browser/storage_monitor/media_device_notifications_utils.cc',
1928 'browser/storage_monitor/media_device_notifications_utils.h', 1928 'browser/storage_monitor/media_device_notifications_utils.h',
1929 'browser/storage_monitor/media_storage_util.cc', 1929 'browser/storage_monitor/media_storage_util.cc',
1930 'browser/storage_monitor/media_storage_util.h', 1930 'browser/storage_monitor/media_storage_util.h',
1931 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c c', 1931 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c c',
1932 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h ', 1932 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h ',
1933 'browser/storage_monitor/portable_device_watcher_win.cc', 1933 'browser/storage_monitor/portable_device_watcher_win.cc',
1934 'browser/storage_monitor/portable_device_watcher_win.h', 1934 'browser/storage_monitor/portable_device_watcher_win.h',
1935 'browser/storage_monitor/removable_device_constants.cc', 1935 'browser/storage_monitor/removable_device_constants.cc',
1936 'browser/storage_monitor/removable_device_constants.h', 1936 'browser/storage_monitor/removable_device_constants.h',
1937 'browser/storage_monitor/removable_device_notifications_chromeos.cc', 1937 'browser/storage_monitor/storage_monitor_chromeos.cc',
1938 'browser/storage_monitor/removable_device_notifications_chromeos.h', 1938 'browser/storage_monitor/storage_monitor_chromeos.h',
1939 'browser/storage_monitor/removable_device_notifications_linux.cc', 1939 'browser/storage_monitor/storage_monitor_linux.cc',
1940 'browser/storage_monitor/removable_device_notifications_linux.h', 1940 'browser/storage_monitor/storage_monitor_linux.h',
1941 'browser/storage_monitor/removable_device_notifications_mac.h', 1941 'browser/storage_monitor/storage_monitor_mac.h',
1942 'browser/storage_monitor/removable_device_notifications_mac.mm', 1942 'browser/storage_monitor/storage_monitor_mac.mm',
1943 'browser/storage_monitor/removable_device_notifications_window_win.cc', 1943 'browser/storage_monitor/storage_monitor_window_win.cc',
1944 'browser/storage_monitor/removable_device_notifications_window_win.h', 1944 'browser/storage_monitor/storage_monitor_window_win.h',
1945 'browser/storage_monitor/removable_storage_observer.h', 1945 'browser/storage_monitor/removable_storage_observer.h',
1946 'browser/storage_monitor/storage_monitor.cc', 1946 'browser/storage_monitor/storage_monitor.cc',
1947 'browser/storage_monitor/storage_monitor.h', 1947 'browser/storage_monitor/storage_monitor.h',
1948 'browser/storage_monitor/transient_device_ids.cc', 1948 'browser/storage_monitor/transient_device_ids.cc',
1949 'browser/storage_monitor/transient_device_ids.h', 1949 'browser/storage_monitor/transient_device_ids.h',
1950 'browser/storage_monitor/udev_util_linux.cc', 1950 'browser/storage_monitor/udev_util_linux.cc',
1951 'browser/storage_monitor/udev_util_linux.h', 1951 'browser/storage_monitor/udev_util_linux.h',
1952 'browser/storage_monitor/volume_mount_watcher_win.cc', 1952 'browser/storage_monitor/volume_mount_watcher_win.cc',
1953 'browser/storage_monitor/volume_mount_watcher_win.h', 1953 'browser/storage_monitor/volume_mount_watcher_win.h',
1954 'browser/sync/about_sync_util.cc', 1954 'browser/sync/about_sync_util.cc',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
2550 ['exclude', 'browser/policy/user_cloud_policy_manager.h'], 2550 ['exclude', 'browser/policy/user_cloud_policy_manager.h'],
2551 ['exclude', 'browser/policy/user_cloud_policy_manager_factory.cc'], 2551 ['exclude', 'browser/policy/user_cloud_policy_manager_factory.cc'],
2552 ['exclude', 'browser/policy/user_cloud_policy_manager_factory.h'], 2552 ['exclude', 'browser/policy/user_cloud_policy_manager_factory.h'],
2553 ['exclude', 'browser/policy/user_cloud_policy_store.cc'], 2553 ['exclude', 'browser/policy/user_cloud_policy_store.cc'],
2554 ['exclude', 'browser/policy/user_cloud_policy_store.h'], 2554 ['exclude', 'browser/policy/user_cloud_policy_store.h'],
2555 ['exclude', 'browser/policy/user_policy_signin_service.cc'], 2555 ['exclude', 'browser/policy/user_policy_signin_service.cc'],
2556 ['exclude', 'browser/policy/user_policy_signin_service.h'], 2556 ['exclude', 'browser/policy/user_policy_signin_service.h'],
2557 ['exclude', 'browser/policy/user_policy_signin_service_factory.cc'], 2557 ['exclude', 'browser/policy/user_policy_signin_service_factory.cc'],
2558 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'], 2558 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'],
2559 ['exclude', 'browser/speech/tts_linux.cc'], 2559 ['exclude', 'browser/speech/tts_linux.cc'],
2560 ['exclude', 'browser/storage_monitor/removable_device_notifications_ linux.cc'], 2560 ['exclude', 'browser/storage_monitor/storage_monitor_linux.cc'],
2561 ['exclude', 'browser/storage_monitor/removable_device_notifications_ linux.h'], 2561 ['exclude', 'browser/storage_monitor/storage_monitor_linux.h'],
2562 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], 2562 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'],
2563 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], 2563 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'],
2564 ['exclude', 'browser/upgrade_detector_impl.cc'], 2564 ['exclude', 'browser/upgrade_detector_impl.cc'],
2565 ['exclude', 'browser/upgrade_detector_impl.h'], 2565 ['exclude', 'browser/upgrade_detector_impl.h'],
2566 ], 2566 ],
2567 }], 2567 }],
2568 ['use_cups==1', { 2568 ['use_cups==1', {
2569 'dependencies': [ 2569 'dependencies': [
2570 '../printing/printing.gyp:cups', 2570 '../printing/printing.gyp:cups',
2571 ], 2571 ],
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 'variables': { 3142 'variables': {
3143 'jni_gen_dir': 'chrome', 3143 'jni_gen_dir': 'chrome',
3144 }, 3144 },
3145 'includes': [ '../build/jni_generator.gypi' ], 3145 'includes': [ '../build/jni_generator.gypi' ],
3146 }, 3146 },
3147 ], 3147 ],
3148 }, 3148 },
3149 ], 3149 ],
3150 ], 3150 ],
3151 } 3151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698