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

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: fix win again Created 8 years, 6 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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 'browser/media/media_internals.cc', 1326 'browser/media/media_internals.cc',
1327 'browser/media/media_internals.h', 1327 'browser/media/media_internals.h',
1328 'browser/media/media_stream_capture_indicator.cc', 1328 'browser/media/media_stream_capture_indicator.cc',
1329 'browser/media/media_stream_capture_indicator.h', 1329 'browser/media/media_stream_capture_indicator.h',
1330 'browser/media/media_stream_devices_menu_model.cc', 1330 'browser/media/media_stream_devices_menu_model.cc',
1331 'browser/media/media_stream_devices_menu_model.h', 1331 'browser/media/media_stream_devices_menu_model.h',
1332 'browser/media_gallery/media_device_notifications_linux.cc', 1332 'browser/media_gallery/media_device_notifications_linux.cc',
1333 'browser/media_gallery/media_device_notifications_linux.h', 1333 'browser/media_gallery/media_device_notifications_linux.h',
1334 'browser/media_gallery/media_device_notifications_window_win.cc', 1334 'browser/media_gallery/media_device_notifications_window_win.cc',
1335 'browser/media_gallery/media_device_notifications_window_win.h', 1335 'browser/media_gallery/media_device_notifications_window_win.h',
1336 'browser/media_gallery/media_file_system_registry.cc',
1337 'browser/media_gallery/media_file_system_registry.h',
1336 'browser/media_gallery/media_gallery_database.cc', 1338 'browser/media_gallery/media_gallery_database.cc',
1337 'browser/media_gallery/media_gallery_database.h', 1339 'browser/media_gallery/media_gallery_database.h',
1338 'browser/media_gallery/media_gallery_database_types.cc', 1340 'browser/media_gallery/media_gallery_database_types.cc',
1339 'browser/media_gallery/media_gallery_database_types.h', 1341 'browser/media_gallery/media_gallery_database_types.h',
1340 'browser/memory_details.cc', 1342 'browser/memory_details.cc',
1341 'browser/memory_details.h', 1343 'browser/memory_details.h',
1342 'browser/memory_details_android.cc', 1344 'browser/memory_details_android.cc',
1343 'browser/memory_details_linux.cc', 1345 'browser/memory_details_linux.cc',
1344 'browser/memory_details_mac.cc', 1346 'browser/memory_details_mac.cc',
1345 'browser/memory_details_win.cc', 1347 'browser/memory_details_win.cc',
(...skipping 3772 matching lines...) Expand 10 before | Expand all | Expand 10 after
5118 'browser/metrics/proto/study.proto', 5120 'browser/metrics/proto/study.proto',
5119 ], 5121 ],
5120 'variables': { 5122 'variables': {
5121 'proto_in_dir': 'browser/metrics/proto', 5123 'proto_in_dir': 'browser/metrics/proto',
5122 'proto_out_dir': 'chrome/browser/metrics/proto', 5124 'proto_out_dir': 'chrome/browser/metrics/proto',
5123 }, 5125 },
5124 'includes': [ '../build/protoc.gypi' ] 5126 'includes': [ '../build/protoc.gypi' ]
5125 }, 5127 },
5126 ], 5128 ],
5127 } 5129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698