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

Unified Diff: ui/resources/ui_resources.gyp

Issue 83943005: Fix the doc comments for ui_test_pak. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reword Created 7 years, 1 month 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 | « no previous file | no next file » | 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 7a26a83939c81c4b2af50447fd21410dc9321763..dbc800c962918d4a6c7921419be0a97b4f7e34db 100644
--- a/ui/resources/ui_resources.gyp
+++ b/ui/resources/ui_resources.gyp
@@ -36,8 +36,8 @@
'includes': [ '../../build/grit_target.gypi' ],
},
{
- # We build a minimal set of resources so WebKit in content_shell has
- # access to necessary resources.
+ # This creates a pak file that contains the resources in src/ui.
+ # This pak file can be used by tests.
'target_name': 'ui_test_pak',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698