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

Unified Diff: chrome/chrome_resources.gyp

Issue 335053002: Add GN build for some chrome common, chrome net, and resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sorting Created 6 years, 6 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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_web_ui_mojo_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 315079eaf5910f4b706c5246876f94908d691411..69917826231f74e624fb6e19b02496f7ae39c259 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -130,6 +130,7 @@
],
},
{
+ # GN version: //chrome/browser:chrome_internal_resources_gen
'target_name': 'chrome_internal_resources_gen',
'type': 'none',
'conditions': [
@@ -166,6 +167,8 @@
# to run grit would list its own .grd files, but unfortunately some
# of the static libraries currently have circular dependencies among
# generated headers.
+
+ # GN version: //chrome:resources
'target_name': 'chrome_resources',
'type': 'none',
'dependencies': [
@@ -175,6 +178,7 @@
],
'actions': [
{
+ # GN version: //chrome/browser:resources
'action_name': 'generate_browser_resources',
'variables': {
'grit_grd_file': 'browser/browser_resources.grd',
@@ -187,6 +191,7 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ # GN version: //chrome/common:resources
'action_name': 'generate_common_resources',
'variables': {
'grit_grd_file': 'common/common_resources.grd',
@@ -194,6 +199,7 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ # GN version: //chrome/renderer:resources
'action_name': 'generate_renderer_resources',
'variables': {
'grit_grd_file': 'renderer/resources/renderer_resources.grd',
@@ -205,6 +211,7 @@
['enable_extensions==1', {
'actions': [
{
+ # GN version: //chrome/common:extensions_api_resources
'action_name': 'generate_extensions_api_resources',
'variables': {
'grit_grd_file': 'common/extensions_api_resources.grd',
@@ -502,6 +509,7 @@
'includes': [ '../build/grit_target.gypi' ],
},
{
+ # GN version: //chrome/browser:about_credits
'target_name': 'about_credits',
'type': 'none',
'actions': [
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_web_ui_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698