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

Unified Diff: content/content_common.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_browser.gypi ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 1cea32d40d12c194bb9a21e8fed5c95c7706c42f..8fd98e098d166749576d242a4a6d01d04f2bc96b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -25,8 +25,8 @@
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../net/net.gyp:net',
- '../services/shell/shell.gyp:shell_public',
'../services/shell/shell.gyp:shell_runner_common_lib',
+ '../services/shell/shell_public.gyp:shell_public',
'../skia/skia.gyp:skia',
'../storage/storage_common.gyp:storage_common',
'../third_party/WebKit/public/blink.gyp:blink',
@@ -80,7 +80,7 @@
'export_dependent_settings': [
'../base/base.gyp:base',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../services/shell/shell.gyp:shell_public',
+ '../services/shell/shell_public.gyp:shell_public',
# The public content API headers directly include Blink API headers, so we
# have to export the blink header settings so that relative paths in these
# headers resolve correctly.
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698