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

Unified Diff: content/content_tests.gypi

Issue 1966563002: Extracted shell_interfaces and shell_public into a separate gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed export_dependent_settings 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_utility.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index be13feaf82b3b32f6445c4306de9126d92026761..1d36c207e203b57c4bd3daf2260fe73e86e95680 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -855,7 +855,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_proxy',
'../ppapi/ppapi_internal.gyp:ppapi_shared',
'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
- '../services/shell/shell.gyp:shell_public',
+ '../services/shell/shell_public.gyp:shell_public',
'../skia/skia.gyp:skia',
'../storage/storage_browser.gyp:storage',
'../storage/storage_common.gyp:storage_common',
@@ -1401,7 +1401,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_proxy',
'../ppapi/ppapi_internal.gyp:ppapi_shared',
'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
- '../services/shell/shell.gyp:shell_public',
+ '../services/shell/shell_public.gyp:shell_public',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/WebKit/public/blink.gyp:blink',
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698