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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10911234: Update Windows System Monitor Removable Device Impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win compile 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 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 'browser/sync/user_selectable_sync_type.h', 1906 'browser/sync/user_selectable_sync_type.h',
1907 'browser/system_monitor/media_device_notifications_utils.cc', 1907 'browser/system_monitor/media_device_notifications_utils.cc',
1908 'browser/system_monitor/media_device_notifications_utils.h', 1908 'browser/system_monitor/media_device_notifications_utils.h',
1909 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc', 1909 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc',
1910 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h', 1910 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h',
1911 'browser/system_monitor/removable_device_constants.cc', 1911 'browser/system_monitor/removable_device_constants.cc',
1912 'browser/system_monitor/removable_device_constants.h', 1912 'browser/system_monitor/removable_device_constants.h',
1913 'browser/system_monitor/media_storage_util.cc', 1913 'browser/system_monitor/media_storage_util.cc',
1914 'browser/system_monitor/media_storage_util.h', 1914 'browser/system_monitor/media_storage_util.h',
1915 'browser/system_monitor/media_storage_util_linux.cc', 1915 'browser/system_monitor/media_storage_util_linux.cc',
1916 'browser/system_monitor/media_storage_util_win.cc',
1916 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1917 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1917 'browser/system_monitor/removable_device_notifications_chromeos.h', 1918 'browser/system_monitor/removable_device_notifications_chromeos.h',
1918 'browser/system_monitor/removable_device_notifications_linux.cc', 1919 'browser/system_monitor/removable_device_notifications_linux.cc',
1919 'browser/system_monitor/removable_device_notifications_linux.h', 1920 'browser/system_monitor/removable_device_notifications_linux.h',
1920 'browser/system_monitor/removable_device_notifications_window_win.cc', 1921 'browser/system_monitor/removable_device_notifications_window_win.cc',
1921 'browser/system_monitor/removable_device_notifications_window_win.h', 1922 'browser/system_monitor/removable_device_notifications_window_win.h',
1922 'browser/tab_contents/background_contents.cc', 1923 'browser/tab_contents/background_contents.cc',
1923 'browser/tab_contents/background_contents.h', 1924 'browser/tab_contents/background_contents.h',
1924 'browser/tab_contents/language_state.cc', 1925 'browser/tab_contents/language_state.cc',
1925 'browser/tab_contents/language_state.h', 1926 'browser/tab_contents/language_state.h',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
2816 'includes': [ '../build/jni_generator.gypi' ], 2817 'includes': [ '../build/jni_generator.gypi' ],
2817 'dependencies': [ 2818 'dependencies': [
2818 'android_jar_jni_headers', 2819 'android_jar_jni_headers',
2819 ], 2820 ],
2820 }, 2821 },
2821 ], 2822 ],
2822 }, 2823 },
2823 ], 2824 ],
2824 ], 2825 ],
2825 } 2826 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698