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

Unified Diff: content/content_tests.gypi

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_shell.gypi ('k') | webkit/browser/BUILD.gn » ('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 9f85ca5cd2fca696edfc8d41bd06fbc9ac73ee5f..9b6480b7fba1c8f5e2577038ff948958d639bbfe 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -281,8 +281,8 @@
'../ui/surface/surface.gyp:surface',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
- '../webkit/storage_browser.gyp:webkit_storage_browser',
- '../webkit/storage_common.gyp:webkit_storage_common',
+ '../webkit/storage_browser.gyp:storage',
+ '../webkit/storage_common.gyp:storage_common',
],
'export_dependent_settings': [
'../third_party/WebKit/public/blink.gyp:blink',
@@ -750,8 +750,8 @@
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/libjingle/libjingle.gyp:libjingle',
'../ui/gl/gl.gyp:gl',
- '../webkit/storage_browser.gyp:webkit_storage_browser',
- '../webkit/storage_common.gyp:webkit_storage_common',
+ '../webkit/storage_browser.gyp:storage',
+ '../webkit/storage_common.gyp:storage_common',
],
}],
['enable_plugins==0', {
« no previous file with comments | « content/content_shell.gypi ('k') | webkit/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698