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

Unified Diff: content/content_browser.gypi

Issue 9113079: DevTools: refactor remote debugging server to enable content_shell debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing. Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index efbb3636baeb34a21f9d4241ee849d097bf3c36c..0828aee3119d3de3bc1d936c56924c4e8c0ed059 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -4,6 +4,7 @@
{
'dependencies': [
+ 'browser/debugger/devtools_resources.gyp:devtools_resources',
'../base/base.gyp:base_static',
'../crypto/crypto.gyp:crypto',
'../net/net.gyp:http_server',
@@ -676,6 +677,9 @@
'browser/zygote_host_linux.cc',
'browser/zygote_host_linux.h',
'browser/zygote_main_linux.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
],
'conditions': [
['OS!="win" and OS!="mac" and OS!="linux"', {

Powered by Google App Engine
This is Rietveld 408576698