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

Unified Diff: chrome/browser/devtools/webrtc_device_provider_resources.gyp

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: Merged Created 6 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/devtools/webrtc_device_provider_resources.gyp
diff --git a/content/app/resources/content_resources.gyp b/chrome/browser/devtools/webrtc_device_provider_resources.gyp
similarity index 58%
copy from content/app/resources/content_resources.gyp
copy to chrome/browser/devtools/webrtc_device_provider_resources.gyp
index f47eb9e900a17f9c11dee58a204b0d2163f43031..35d645f3f7c63082497640e9fd0226114349fe47 100644
--- a/content/app/resources/content_resources.gyp
+++ b/chrome/browser/devtools/webrtc_device_provider_resources.gyp
@@ -5,17 +5,17 @@
{
'targets': [
{
- # GN version: //content/app/resources
- 'target_name': 'content_resources',
+ # GN version: //chrome/browser/devtools:webrtc_device_provider_resources
+ 'target_name': 'webrtc_device_provider_resources',
'type': 'none',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
},
'actions': [
{
- 'action_name': 'generate_content_resources',
+ 'action_name': 'generate_webrtc_device_provider_resources',
'variables': {
- 'grit_grd_file': 'content_resources.grd',
+ 'grit_grd_file': 'device/webrtc/resources.grd',
},
'includes': [ '../../../build/grit_action.gypi' ],
},
« no previous file with comments | « chrome/browser/devtools/devtools_targets_ui.cc ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698