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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11573048: [Media Galleries] Move RemovableStorageInfo notifications to chrome namespace (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to head Created 7 years, 11 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 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 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 'browser/system_monitor/removable_device_constants.cc', 2056 'browser/system_monitor/removable_device_constants.cc',
2057 'browser/system_monitor/removable_device_constants.h', 2057 'browser/system_monitor/removable_device_constants.h',
2058 'browser/system_monitor/removable_device_notifications_chromeos.cc', 2058 'browser/system_monitor/removable_device_notifications_chromeos.cc',
2059 'browser/system_monitor/removable_device_notifications_chromeos.h', 2059 'browser/system_monitor/removable_device_notifications_chromeos.h',
2060 'browser/system_monitor/removable_device_notifications_linux.cc', 2060 'browser/system_monitor/removable_device_notifications_linux.cc',
2061 'browser/system_monitor/removable_device_notifications_linux.h', 2061 'browser/system_monitor/removable_device_notifications_linux.h',
2062 'browser/system_monitor/removable_device_notifications_mac.h', 2062 'browser/system_monitor/removable_device_notifications_mac.h',
2063 'browser/system_monitor/removable_device_notifications_mac.mm', 2063 'browser/system_monitor/removable_device_notifications_mac.mm',
2064 'browser/system_monitor/removable_device_notifications_window_win.cc', 2064 'browser/system_monitor/removable_device_notifications_window_win.cc',
2065 'browser/system_monitor/removable_device_notifications_window_win.h', 2065 'browser/system_monitor/removable_device_notifications_window_win.h',
2066 'browser/system_monitor/removable_storage_notifications.cc',
2067 'browser/system_monitor/removable_storage_notifications.h',
2066 'browser/system_monitor/udev_util_linux.cc', 2068 'browser/system_monitor/udev_util_linux.cc',
2067 'browser/system_monitor/udev_util_linux.h', 2069 'browser/system_monitor/udev_util_linux.h',
2068 'browser/system_monitor/volume_mount_watcher_win.cc', 2070 'browser/system_monitor/volume_mount_watcher_win.cc',
2069 'browser/system_monitor/volume_mount_watcher_win.h', 2071 'browser/system_monitor/volume_mount_watcher_win.h',
2070 'browser/tab_contents/background_contents.cc', 2072 'browser/tab_contents/background_contents.cc',
2071 'browser/tab_contents/background_contents.h', 2073 'browser/tab_contents/background_contents.h',
2072 'browser/tab_contents/language_state.cc', 2074 'browser/tab_contents/language_state.cc',
2073 'browser/tab_contents/language_state.h', 2075 'browser/tab_contents/language_state.h',
2074 'browser/tab_contents/navigation_metrics_recorder.cc', 2076 'browser/tab_contents/navigation_metrics_recorder.cc',
2075 'browser/tab_contents/navigation_metrics_recorder.h', 2077 'browser/tab_contents/navigation_metrics_recorder.h',
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 'proto_in_dir': '../third_party/cros_system_api/dbus', 3161 'proto_in_dir': '../third_party/cros_system_api/dbus',
3160 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3162 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3161 }, 3163 },
3162 'includes': ['../build/protoc.gypi'], 3164 'includes': ['../build/protoc.gypi'],
3163 }, 3165 },
3164 ], 3166 ],
3165 }, 3167 },
3166 ], 3168 ],
3167 ], 3169 ],
3168 } 3170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698