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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1981913002: *DRAFT* Move MediaDeviceIDSalt from chrome/ to components/ and use it in Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'browser/media/combined_desktop_media_list.h', 357 'browser/media/combined_desktop_media_list.h',
358 'browser/media/desktop_media_list.h', 358 'browser/media/desktop_media_list.h',
359 'browser/media/desktop_media_list_base.cc', 359 'browser/media/desktop_media_list_base.cc',
360 'browser/media/desktop_media_list_base.h', 360 'browser/media/desktop_media_list_base.h',
361 'browser/media/desktop_media_picker.h', 361 'browser/media/desktop_media_picker.h',
362 'browser/media/desktop_streams_registry.cc', 362 'browser/media/desktop_streams_registry.cc',
363 'browser/media/desktop_streams_registry.h', 363 'browser/media/desktop_streams_registry.h',
364 'browser/media/media_access_handler.h', 364 'browser/media/media_access_handler.h',
365 'browser/media/media_capture_devices_dispatcher.cc', 365 'browser/media/media_capture_devices_dispatcher.cc',
366 'browser/media/media_capture_devices_dispatcher.h', 366 'browser/media/media_capture_devices_dispatcher.h',
367 'browser/media/media_device_id_salt.cc',
368 'browser/media/media_device_id_salt.h',
369 'browser/media/media_permission.cc', 367 'browser/media/media_permission.cc',
370 'browser/media/media_permission.h', 368 'browser/media/media_permission.h',
371 'browser/media/media_stream_capture_indicator.cc', 369 'browser/media/media_stream_capture_indicator.cc',
372 'browser/media/media_stream_capture_indicator.h', 370 'browser/media/media_stream_capture_indicator.h',
373 'browser/media/media_stream_device_permission_context.cc', 371 'browser/media/media_stream_device_permission_context.cc',
374 'browser/media/media_stream_device_permission_context.h', 372 'browser/media/media_stream_device_permission_context.h',
375 'browser/media/media_stream_device_permissions.cc', 373 'browser/media/media_stream_device_permissions.cc',
376 'browser/media/media_stream_device_permissions.h', 374 'browser/media/media_stream_device_permissions.h',
377 'browser/media/media_stream_devices_controller.cc', 375 'browser/media/media_stream_devices_controller.cc',
378 'browser/media/media_stream_devices_controller.h', 376 'browser/media/media_stream_devices_controller.h',
(...skipping 2824 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 '../components/components.gyp:favicon_base', 3201 '../components/components.gyp:favicon_base',
3204 '../components/components.gyp:favicon_core', 3202 '../components/components.gyp:favicon_core',
3205 '../components/components.gyp:gcm_driver', 3203 '../components/components.gyp:gcm_driver',
3206 '../components/components.gyp:google_core_browser', 3204 '../components/components.gyp:google_core_browser',
3207 '../components/components.gyp:handoff', 3205 '../components/components.gyp:handoff',
3208 '../components/components.gyp:history_core_browser', 3206 '../components/components.gyp:history_core_browser',
3209 '../components/components.gyp:history_core_common', 3207 '../components/components.gyp:history_core_common',
3210 '../components/components.gyp:infobars_core', 3208 '../components/components.gyp:infobars_core',
3211 '../components/components.gyp:instance_id', 3209 '../components/components.gyp:instance_id',
3212 '../components/components.gyp:invalidation_impl', 3210 '../components/components.gyp:invalidation_impl',
3211 '../components/components.gyp:media_device_id_salt',
3213 '../components/components.gyp:metrics', 3212 '../components/components.gyp:metrics',
3214 '../components/components.gyp:metrics_net', 3213 '../components/components.gyp:metrics_net',
3215 '../components/components.gyp:metrics_services_manager', 3214 '../components/components.gyp:metrics_services_manager',
3216 '../components/components.gyp:metrics_ui', 3215 '../components/components.gyp:metrics_ui',
3217 '../components/components.gyp:navigation_metrics', 3216 '../components/components.gyp:navigation_metrics',
3218 '../components/components.gyp:network_time', 3217 '../components/components.gyp:network_time',
3219 '../components/components.gyp:offline_pages', 3218 '../components/components.gyp:offline_pages',
3220 '../components/components.gyp:omnibox_browser', 3219 '../components/components.gyp:omnibox_browser',
3221 '../components/components.gyp:os_crypt', 3220 '../components/components.gyp:os_crypt',
3222 '../components/components.gyp:password_manager_core_browser', 3221 '../components/components.gyp:password_manager_core_browser',
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
4262 '../components/components.gyp:rlz', 4261 '../components/components.gyp:rlz',
4263 '../components/components.gyp:search_engines', 4262 '../components/components.gyp:search_engines',
4264 '../rlz/rlz.gyp:rlz_lib', 4263 '../rlz/rlz.gyp:rlz_lib',
4265 'common', 4264 'common',
4266 ], 4265 ],
4267 }, 4266 },
4268 ], 4267 ],
4269 }], 4268 }],
4270 ], 4269 ],
4271 } 4270 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698