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

Unified Diff: ui/resources/ui_resources.gyp

Issue 369603004: Work on GN build, mostly in //ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 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 | « ui/resources/BUILD.gn ('k') | ui/web_dialogs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/ui_resources.gyp
diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp
index 34b3c14617cb5da4d70e742c1e036eccbad00349..427870fbe259245198d44eb11ceea6cc0588f29e 100644
--- a/ui/resources/ui_resources.gyp
+++ b/ui/resources/ui_resources.gyp
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //ui/resources
'target_name': 'ui_resources',
'type': 'none',
'variables': {
@@ -38,6 +39,8 @@
{
# This creates a pak file that contains the resources in src/ui.
# This pak file can be used by tests.
+ #
+ # GN version: //ui/resources:ui_test_pak
'target_name': 'ui_test_pak',
'type': 'none',
'dependencies': [
@@ -63,6 +66,7 @@
['OS != "mac"', {
'copies': [
{
+ # GN version //ui/resources:copy_ui_resources_100_percent
'destination': '<(PRODUCT_DIR)/ui',
'files': [
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak',
@@ -73,6 +77,7 @@
['OS == "ios"', {
'actions': [
{
+ # GN version: //ui/resources:copy_ui_test_pak
'action_name': 'copy_ui_test_pak',
'message': 'Copying ui_test.pak into locale.pak',
'inputs': [
« no previous file with comments | « ui/resources/BUILD.gn ('k') | ui/web_dialogs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698