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

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 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 'browser/media/media_internals.cc', 1332 'browser/media/media_internals.cc',
1333 'browser/media/media_internals.h', 1333 'browser/media/media_internals.h',
1334 'browser/media/media_stream_capture_indicator.cc', 1334 'browser/media/media_stream_capture_indicator.cc',
1335 'browser/media/media_stream_capture_indicator.h', 1335 'browser/media/media_stream_capture_indicator.h',
1336 'browser/media/media_stream_devices_menu_model.cc', 1336 'browser/media/media_stream_devices_menu_model.cc',
1337 'browser/media/media_stream_devices_menu_model.h', 1337 'browser/media/media_stream_devices_menu_model.h',
1338 'browser/media_gallery/media_device_notifications_linux.cc', 1338 'browser/media_gallery/media_device_notifications_linux.cc',
1339 'browser/media_gallery/media_device_notifications_linux.h', 1339 'browser/media_gallery/media_device_notifications_linux.h',
1340 'browser/media_gallery/media_device_notifications_window_win.cc', 1340 'browser/media_gallery/media_device_notifications_window_win.cc',
1341 'browser/media_gallery/media_device_notifications_window_win.h', 1341 'browser/media_gallery/media_device_notifications_window_win.h',
1342 'browser/media_gallery/media_file_system_registry.cc',
1343 'browser/media_gallery/media_file_system_registry.h',
1342 'browser/media_gallery/media_gallery_database.cc', 1344 'browser/media_gallery/media_gallery_database.cc',
1343 'browser/media_gallery/media_gallery_database.h', 1345 'browser/media_gallery/media_gallery_database.h',
1344 'browser/media_gallery/media_gallery_database_types.cc', 1346 'browser/media_gallery/media_gallery_database_types.cc',
1345 'browser/media_gallery/media_gallery_database_types.h', 1347 'browser/media_gallery/media_gallery_database_types.h',
1346 'browser/memory_details.cc', 1348 'browser/memory_details.cc',
1347 'browser/memory_details.h', 1349 'browser/memory_details.h',
1348 'browser/memory_details_android.cc', 1350 'browser/memory_details_android.cc',
1349 'browser/memory_details_linux.cc', 1351 'browser/memory_details_linux.cc',
1350 'browser/memory_details_mac.cc', 1352 'browser/memory_details_mac.cc',
1351 'browser/memory_details_win.cc', 1353 'browser/memory_details_win.cc',
(...skipping 3716 matching lines...) Expand 10 before | Expand all | Expand 10 after
5068 'browser/metrics/proto/study.proto', 5070 'browser/metrics/proto/study.proto',
5069 ], 5071 ],
5070 'variables': { 5072 'variables': {
5071 'proto_in_dir': 'browser/metrics/proto', 5073 'proto_in_dir': 'browser/metrics/proto',
5072 'proto_out_dir': 'chrome/browser/metrics/proto', 5074 'proto_out_dir': 'chrome/browser/metrics/proto',
5073 }, 5075 },
5074 'includes': [ '../build/protoc.gypi' ] 5076 'includes': [ '../build/protoc.gypi' ]
5075 }, 5077 },
5076 ], 5078 ],
5077 } 5079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698