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

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

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: Switching to chrome:// schema, moving to chrome/browser/devtools/device/cloud/ Created 6 years, 1 month 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/devtools_bridge_client_resources.gyp
diff --git a/content/app/resources/content_resources.gyp b/chrome/browser/devtools/devtools_bridge_client_resources.gyp
similarity index 60%
copy from content/app/resources/content_resources.gyp
copy to chrome/browser/devtools/devtools_bridge_client_resources.gyp
index f47eb9e900a17f9c11dee58a204b0d2163f43031..bf49c935eedf7e1648447f54c6a0610a53c97992 100644
--- a/content/app/resources/content_resources.gyp
+++ b/chrome/browser/devtools/devtools_bridge_client_resources.gyp
@@ -5,22 +5,21 @@
{
'targets': [
{
- # GN version: //content/app/resources
- 'target_name': 'content_resources',
+ 'target_name': 'devtools_bridge_client_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_devtools_bridge_client_resources',
'variables': {
- 'grit_grd_file': 'content_resources.grd',
+ 'grit_grd_file': 'device/cloud/resources.grd',
},
'includes': [ '../../../build/grit_action.gypi' ],
- },
+ }
],
'includes': [ '../../../build/grit_target.gypi' ],
},
- ]
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698