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

Unified Diff: extensions/extensions.gyp

Issue 254473011: Introduce chrome.shell.createWindow stub API for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps (shell-api) Created 6 years, 8 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 43cf8630aa5588606193a17ea02d1bc7ce7db0fd..bc084a8fd53b1ba4b811b570202746dd1fe3b639 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -513,6 +513,8 @@
'common/test_util.h',
'common/value_builder.cc',
'common/value_builder.h',
+ 'renderer/test_extensions_renderer_client.cc',
+ 'renderer/test_extensions_renderer_client.h',
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/renderer/extensions_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698