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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10409084: Media Gallery: Implement a basic version of GetMediaFileSystems(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 'browser/mac/security_wrappers.cc', 1330 'browser/mac/security_wrappers.cc',
1331 'browser/mac/security_wrappers.h', 1331 'browser/mac/security_wrappers.h',
1332 'browser/managed_mode.cc', 1332 'browser/managed_mode.cc',
1333 'browser/managed_mode.h', 1333 'browser/managed_mode.h',
1334 'browser/media/media_internals.cc', 1334 'browser/media/media_internals.cc',
1335 'browser/media/media_internals.h', 1335 'browser/media/media_internals.h',
1336 'browser/media/media_stream_capture_indicator.cc', 1336 'browser/media/media_stream_capture_indicator.cc',
1337 'browser/media/media_stream_capture_indicator.h', 1337 'browser/media/media_stream_capture_indicator.h',
1338 'browser/media/media_stream_devices_menu_model.cc', 1338 'browser/media/media_stream_devices_menu_model.cc',
1339 'browser/media/media_stream_devices_menu_model.h', 1339 'browser/media/media_stream_devices_menu_model.h',
1340 'browser/media_gallery/media_device_manager.cc',
1341 'browser/media_gallery/media_device_manager.h',
1340 'browser/media_gallery/media_device_notifications_linux.cc', 1342 'browser/media_gallery/media_device_notifications_linux.cc',
1341 'browser/media_gallery/media_device_notifications_linux.h', 1343 'browser/media_gallery/media_device_notifications_linux.h',
1342 'browser/media_gallery/media_device_notifications_window_win.cc', 1344 'browser/media_gallery/media_device_notifications_window_win.cc',
1343 'browser/media_gallery/media_device_notifications_window_win.h', 1345 'browser/media_gallery/media_device_notifications_window_win.h',
1344 'browser/media_gallery/media_gallery_database.cc', 1346 'browser/media_gallery/media_gallery_database.cc',
1345 'browser/media_gallery/media_gallery_database.h', 1347 'browser/media_gallery/media_gallery_database.h',
1346 'browser/media_gallery/media_gallery_database_types.cc', 1348 'browser/media_gallery/media_gallery_database_types.cc',
1347 'browser/media_gallery/media_gallery_database_types.h', 1349 'browser/media_gallery/media_gallery_database_types.h',
1348 'browser/memory_details.cc', 1350 'browser/memory_details.cc',
1349 'browser/memory_details.h', 1351 'browser/memory_details.h',
(...skipping 3720 matching lines...) Expand 10 before | Expand all | Expand 10 after
5070 'browser/metrics/proto/study.proto', 5072 'browser/metrics/proto/study.proto',
5071 ], 5073 ],
5072 'variables': { 5074 'variables': {
5073 'proto_in_dir': 'browser/metrics/proto', 5075 'proto_in_dir': 'browser/metrics/proto',
5074 'proto_out_dir': 'chrome/browser/metrics/proto', 5076 'proto_out_dir': 'chrome/browser/metrics/proto',
5075 }, 5077 },
5076 'includes': [ '../build/protoc.gypi' ] 5078 'includes': [ '../build/protoc.gypi' ]
5077 }, 5079 },
5078 ], 5080 ],
5079 } 5081 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698