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

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: 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..7ec8761c12a473c5b1609bffd62dfc0e8ad684f4 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 has the minimal set of resources necessary
+ # for tests.
tony 2013/11/22 22:57:32 Nit: I would say, "This creates a pak file that co
tfarina 2013/11/22 23:02:03 Done.
'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