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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 'browser/mac/security_wrappers.cc', 1334 'browser/mac/security_wrappers.cc',
1335 'browser/mac/security_wrappers.h', 1335 'browser/mac/security_wrappers.h',
1336 'browser/managed_mode.cc', 1336 'browser/managed_mode.cc',
1337 'browser/managed_mode.h', 1337 'browser/managed_mode.h',
1338 'browser/media/media_internals.cc', 1338 'browser/media/media_internals.cc',
1339 'browser/media/media_internals.h', 1339 'browser/media/media_internals.h',
1340 'browser/media/media_stream_capture_indicator.cc', 1340 'browser/media/media_stream_capture_indicator.cc',
1341 'browser/media/media_stream_capture_indicator.h', 1341 'browser/media/media_stream_capture_indicator.h',
1342 'browser/media/media_stream_devices_menu_model.cc', 1342 'browser/media/media_stream_devices_menu_model.cc',
1343 'browser/media/media_stream_devices_menu_model.h', 1343 'browser/media/media_stream_devices_menu_model.h',
1344 'browser/media/media_stream_devices_prefs.cc',
1345 'browser/media/media_stream_devices_prefs.h',
1344 'browser/media_gallery/media_device_notifications_linux.cc', 1346 'browser/media_gallery/media_device_notifications_linux.cc',
1345 'browser/media_gallery/media_device_notifications_linux.h', 1347 'browser/media_gallery/media_device_notifications_linux.h',
1346 'browser/media_gallery/media_device_notifications_window_win.cc', 1348 'browser/media_gallery/media_device_notifications_window_win.cc',
1347 'browser/media_gallery/media_device_notifications_window_win.h', 1349 'browser/media_gallery/media_device_notifications_window_win.h',
1348 'browser/media_gallery/media_file_system_registry.cc', 1350 'browser/media_gallery/media_file_system_registry.cc',
1349 'browser/media_gallery/media_file_system_registry.h', 1351 'browser/media_gallery/media_file_system_registry.h',
1350 'browser/media_gallery/media_gallery_database.cc', 1352 'browser/media_gallery/media_gallery_database.cc',
1351 'browser/media_gallery/media_gallery_database.h', 1353 'browser/media_gallery/media_gallery_database.h',
1352 'browser/media_gallery/media_gallery_database_types.cc', 1354 'browser/media_gallery/media_gallery_database_types.cc',
1353 'browser/media_gallery/media_gallery_database_types.h', 1355 'browser/media_gallery/media_gallery_database_types.h',
(...skipping 3845 matching lines...) Expand 10 before | Expand all | Expand 10 after
5199 'browser/metrics/proto/study.proto', 5201 'browser/metrics/proto/study.proto',
5200 ], 5202 ],
5201 'variables': { 5203 'variables': {
5202 'proto_in_dir': 'browser/metrics/proto', 5204 'proto_in_dir': 'browser/metrics/proto',
5203 'proto_out_dir': 'chrome/browser/metrics/proto', 5205 'proto_out_dir': 'chrome/browser/metrics/proto',
5204 }, 5206 },
5205 'includes': [ '../build/protoc.gypi' ] 5207 'includes': [ '../build/protoc.gypi' ]
5206 }, 5208 },
5207 ], 5209 ],
5208 } 5210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698