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

Unified Diff: content/content.gyp

Issue 1828733004: Load application manifests from resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index ff15c09592f38bd6cb3e7739f1c876399aa43c7f..a91049cf293c60b553d8fd0a24c70861f4000534 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -58,33 +58,6 @@
'public/common/feature_h264_with_openh264_ffmpeg.h',
],
},
- {
- # GN version: //content/browser:chrome_manifest
- 'target_name': 'chrome_manifest',
- 'type': 'none',
- 'variables': {
- 'application_type': 'exe',
- 'application_name': 'chrome',
- 'source_manifest': '<(DEPTH)/content/browser/mojo/chrome_manifest.json',
- },
- 'includes': [
- '../mojo/public/mojo_application_manifest.gypi',
- ],
- },
- {
- # GN version: //content/browser:chrome_renderer_manifest
- 'target_name': 'chrome_renderer_manifest',
- 'type': 'none',
- 'variables': {
- 'application_type': 'exe',
- 'application_name': 'chrome_renderer',
- 'source_manifest':
- '<(DEPTH)/content/browser/mojo/chrome_renderer_manifest.json',
- },
- 'includes': [
- '../mojo/public/mojo_application_manifest.gypi',
- ],
- },
],
'includes': [
'../build/win_precompile.gypi',
@@ -210,8 +183,6 @@
'../build/android/disable_gcc_lto.gypi',
],
'dependencies': [
- 'chrome_manifest',
- 'chrome_renderer_manifest',
'content_common',
'content_gpu',
'content_resources',
@@ -411,8 +382,6 @@
'target_name': 'content_common',
'type': 'none',
'dependencies': [
- 'chrome_manifest',
- 'chrome_renderer_manifest',
'content',
'content_resources'
],

Powered by Google App Engine
This is Rietveld 408576698