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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10069007: Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: clang Created 8 years, 8 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 # 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 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 'browser/mac/master_prefs.h', 1296 'browser/mac/master_prefs.h',
1297 'browser/mac/master_prefs.mm', 1297 'browser/mac/master_prefs.mm',
1298 'browser/mac/relauncher.cc', 1298 'browser/mac/relauncher.cc',
1299 'browser/mac/relauncher.h', 1299 'browser/mac/relauncher.h',
1300 'browser/managed_mode.cc', 1300 'browser/managed_mode.cc',
1301 'browser/managed_mode.h', 1301 'browser/managed_mode.h',
1302 'browser/media/media_internals.cc', 1302 'browser/media/media_internals.cc',
1303 'browser/media/media_internals.h', 1303 'browser/media/media_internals.h',
1304 'browser/media/media_stream_devices_menu_model.cc', 1304 'browser/media/media_stream_devices_menu_model.cc',
1305 'browser/media/media_stream_devices_menu_model.h', 1305 'browser/media/media_stream_devices_menu_model.h',
1306 'browser/media_gallery/media_device_notifications_linux.cc',
1307 'browser/media_gallery/media_device_notifications_linux.h',
1306 'browser/media_gallery/media_gallery_database.cc', 1308 'browser/media_gallery/media_gallery_database.cc',
1307 'browser/media_gallery/media_gallery_database.h', 1309 'browser/media_gallery/media_gallery_database.h',
1308 'browser/media_gallery/media_gallery_database_types.cc', 1310 'browser/media_gallery/media_gallery_database_types.cc',
1309 'browser/media_gallery/media_gallery_database_types.h', 1311 'browser/media_gallery/media_gallery_database_types.h',
1310 'browser/memory_details.cc', 1312 'browser/memory_details.cc',
1311 'browser/memory_details.h', 1313 'browser/memory_details.h',
1312 'browser/memory_details_android.cc', 1314 'browser/memory_details_android.cc',
1313 'browser/memory_details_linux.cc', 1315 'browser/memory_details_linux.cc',
1314 'browser/memory_details_mac.cc', 1316 'browser/memory_details_mac.cc',
1315 'browser/memory_details_win.cc', 1317 'browser/memory_details_win.cc',
(...skipping 3905 matching lines...) Expand 10 before | Expand all | Expand 10 after
5221 'type': 'static_library', 5223 'type': 'static_library',
5222 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5224 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5223 'variables': { 5225 'variables': {
5224 'proto_in_dir': 'browser/chromeos/gdata', 5226 'proto_in_dir': 'browser/chromeos/gdata',
5225 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5227 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5226 }, 5228 },
5227 'includes': [ '../build/protoc.gypi' ] 5229 'includes': [ '../build/protoc.gypi' ]
5228 }, 5230 },
5229 ], 5231 ],
5230 } 5232 }
OLDNEW
« no previous file with comments | « chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698