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

Unified Diff: components/leveldb/leveldb.gyp

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 | « components/filesystem/filesystem.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb.gyp
diff --git a/components/leveldb/leveldb.gyp b/components/leveldb/leveldb.gyp
index 440b7b4a04b7b16da3446c71d8c6fb53c511d4cb..ba1d2f80cad51c6267d2939e99be18aca67108aa 100644
--- a/components/leveldb/leveldb.gyp
+++ b/components/leveldb/leveldb.gyp
@@ -31,7 +31,7 @@
'leveldb_public_lib',
'../../components/filesystem/filesystem.gyp:filesystem_lib',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../services/shell/shell.gyp:shell_public',
+ '../../services/shell/shell_public.gyp:shell_public',
'../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
]
},
@@ -49,7 +49,7 @@
'leveldb_bindings_mojom',
'../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../services/shell/shell.gyp:shell_public',
+ '../../services/shell/shell_public.gyp:shell_public',
'../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
]
},
« no previous file with comments | « components/filesystem/filesystem.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698