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

Issue 7994004: Initial source commit to grit-i18n project. (Closed)

Created:
9 years, 3 months ago by Jói
Modified:
9 years, 3 months ago
Reviewers:
Finnur
CC:
grit-developer_googlegroups.com
Visibility:
Public.

Description

Initial source commit to grit-i18n project. This is an unmodified copy of all files from src/tools/grit in the Chrome repository as of this revision: http://src.chromium.org/viewvc/chrome?view=rev&revision=102276. Committed: http://code.google.com/p/grit-i18n/source/detail?r=4

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26436 lines, --1 lines) Patch
A PRESUBMIT.py View 1 chunk +21 lines, -0 lines 0 comments Download
A README View 1 chunk +2 lines, -0 lines 0 comments Download
A grit.py View 1 chunk +16 lines, -0 lines 0 comments Download
A grit/__init__.py View 1 chunk +10 lines, -0 lines 0 comments Download
A grit/clique.py View 1 chunk +447 lines, -0 lines 0 comments Download
A grit/clique_unittest.py View 1 chunk +203 lines, -0 lines 0 comments Download
A grit/constants.py View 1 chunk +22 lines, -0 lines 0 comments Download
A grit/exception.py View 1 chunk +153 lines, -0 lines 0 comments Download
A grit/extern/FP.py View 1 chunk +34 lines, -0 lines 0 comments Download
A grit/extern/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A grit/extern/tclib.py View 1 chunk +503 lines, -0 lines 0 comments Download
A grit/format/__init__.py View 1 chunk +10 lines, -0 lines 0 comments Download
A grit/format/data_pack.py View 1 chunk +168 lines, -0 lines 0 comments Download
A grit/format/data_pack_unittest.py View 1 chunk +34 lines, -0 lines 0 comments Download
A grit/format/html_inline.py View 1 chunk +330 lines, -0 lines 0 comments Download
A grit/format/interface.py View 1 chunk +32 lines, -0 lines 0 comments Download
A grit/format/js_map_format.py View 1 chunk +66 lines, -0 lines 0 comments Download
A grit/format/js_map_format_unittest.py View 1 chunk +98 lines, -0 lines 0 comments Download
A grit/format/policy_templates/PRESUBMIT.py View 1 chunk +27 lines, -0 lines 0 comments Download
A grit/format/policy_templates/__init__.py View 1 chunk +9 lines, -0 lines 0 comments Download
A grit/format/policy_templates/policy_template_generator.py View 1 chunk +152 lines, -0 lines 0 comments Download
A grit/format/policy_templates/policy_template_generator_unittest.py View 1 chunk +371 lines, -0 lines 0 comments Download
A grit/format/policy_templates/template_formatter.py View 1 chunk +103 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writer_configuration.py View 1 chunk +50 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/__init__.py View 1 chunk +9 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/adm_writer.py View 1 chunk +219 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/adm_writer_unittest.py View 1 chunk +525 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/adml_writer.py View 1 chunk +167 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/adml_writer_unittest.py View 1 chunk +336 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/admx_writer.py View 1 chunk +327 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/admx_writer_unittest.py View 1 chunk +343 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/doc_writer.py View 1 chunk +538 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/doc_writer_unittest.py View 1 chunk +475 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/json_writer.py View 1 chunk +72 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/json_writer_unittest.py View 1 chunk +264 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/mock_writer.py View 1 chunk +29 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/plist_helper.py View 1 chunk +14 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/plist_strings_writer.py View 1 chunk +72 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/plist_strings_writer_unittest.py View 1 chunk +284 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/plist_writer.py View 1 chunk +126 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/plist_writer_unittest.py View 1 chunk +369 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/reg_writer.py View 1 chunk +92 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/reg_writer_unittest.py View 1 chunk +278 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/template_writer.py View 1 chunk +249 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/template_writer_unittest.py View 1 chunk +83 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/writer_unittest_common.py View 1 chunk +85 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/xml_formatted_writer.py View 1 chunk +88 lines, -0 lines 0 comments Download
A grit/format/policy_templates/writers/xml_writer_base_unittest.py View 1 chunk +38 lines, -0 lines 0 comments Download
A grit/format/rc.py View 1 chunk +445 lines, -0 lines 0 comments Download
A grit/format/rc_header.py View 1 chunk +180 lines, -0 lines 0 comments Download
A grit/format/rc_header_unittest.py View 1 chunk +104 lines, -0 lines 0 comments Download
A grit/format/rc_unittest.py View 1 chunk +302 lines, -0 lines 0 comments Download
A grit/format/repack.py View 1 chunk +24 lines, -0 lines 0 comments Download
A grit/format/resource_map.py View 1 chunk +127 lines, -0 lines 0 comments Download
A grit/gather/__init__.py View 1 chunk +9 lines, -0 lines 0 comments Download
A grit/gather/admin_template.py View 1 chunk +79 lines, -0 lines 0 comments Download
A grit/gather/admin_template_unittest.py View 1 chunk +116 lines, -0 lines 0 comments Download
A grit/gather/interface.py View 1 chunk +108 lines, -0 lines 0 comments Download
A grit/gather/json_loader.py View 1 chunk +53 lines, -0 lines 0 comments Download
A grit/gather/muppet_strings.py View 1 chunk +142 lines, -0 lines 0 comments Download
A grit/gather/muppet_strings_unittest.py View 1 chunk +66 lines, -0 lines 0 comments Download
A grit/gather/policy_json.py View 1 chunk +258 lines, -0 lines 0 comments Download
A grit/gather/policy_json_unittest.py View 1 chunk +190 lines, -0 lines 0 comments Download
A grit/gather/rc.py View 1 chunk +403 lines, -0 lines 0 comments Download
A grit/gather/rc_unittest.py View 1 chunk +368 lines, -0 lines 0 comments Download
A grit/gather/regexp.py View 1 chunk +97 lines, -0 lines 0 comments Download
A grit/gather/skeleton_gatherer.py View 1 chunk +127 lines, -0 lines 0 comments Download
A grit/gather/tr_html.py View 1 chunk +679 lines, -0 lines 0 comments Download
A grit/gather/tr_html_unittest.py View 1 chunk +412 lines, -0 lines 0 comments Download
A grit/gather/txt.py View 1 chunk +52 lines, -0 lines 0 comments Download
A grit/gather/txt_unittest.py View 1 chunk +34 lines, -0 lines 0 comments Download
A grit/grd_reader.py View 1 chunk +176 lines, -0 lines 0 comments Download
A grit/grd_reader_unittest.py View 1 chunk +183 lines, -0 lines 0 comments Download
A grit/grit-todo.xml View 1 chunk +62 lines, -0 lines 0 comments Download
A grit/grit_runner.py View 1 chunk +212 lines, -0 lines 0 comments Download
A grit/grit_runner_unittest.py View 1 chunk +40 lines, -0 lines 0 comments Download
A grit/node/__init__.py View 1 chunk +9 lines, -0 lines 0 comments Download
A grit/node/base.py View 1 chunk +549 lines, -0 lines 0 comments Download
A grit/node/base_unittest.py View 1 chunk +169 lines, -0 lines 0 comments Download
A grit/node/custom/__init__.py View 1 chunk +9 lines, -0 lines 0 comments Download
A grit/node/custom/filename.py View 1 chunk +29 lines, -0 lines 0 comments Download
A grit/node/custom/filename_unittest.py View 1 chunk +34 lines, -0 lines 0 comments Download
A grit/node/empty.py View 1 chunk +72 lines, -0 lines 0 comments Download
A grit/node/include.py View 1 chunk +140 lines, -0 lines 0 comments Download
A grit/node/io.py View 1 chunk +115 lines, -0 lines 0 comments Download
A grit/node/io_unittest.py View 1 chunk +84 lines, -0 lines 0 comments Download
A grit/node/mapping.py View 1 chunk +58 lines, -0 lines 0 comments Download
A grit/node/message.py View 1 chunk +282 lines, -0 lines 0 comments Download
A grit/node/message_unittest.py View 1 chunk +62 lines, -0 lines 0 comments Download
A grit/node/misc.py View 1 chunk +401 lines, -0 lines 0 comments Download
A grit/node/misc_unittest.py View 1 chunk +208 lines, -0 lines 0 comments Download
A grit/node/structure.py View 1 chunk +263 lines, -0 lines 0 comments Download
A grit/node/structure_unittest.py View 1 chunk +62 lines, -0 lines 0 comments Download
A grit/node/variant.py View 1 chunk +42 lines, -0 lines 0 comments Download
A grit/pseudo.py View 1 chunk +130 lines, -0 lines 0 comments Download
A grit/pseudo_rtl.py View 1 chunk +102 lines, -0 lines 0 comments Download
A grit/pseudo_unittest.py View 1 chunk +53 lines, -0 lines 0 comments Download
A grit/shortcuts.py View 1 chunk +95 lines, -0 lines 0 comments Download
A grit/shortcuts_unittests.py View 1 chunk +79 lines, -0 lines 0 comments Download
A grit/tclib.py View 1 chunk +216 lines, -0 lines 0 comments Download
A grit/tclib_unittest.py View 1 chunk +166 lines, -0 lines 0 comments Download
A grit/test_suite_all.py View 1 chunk +89 lines, -0 lines 0 comments Download
A grit/testdata/GoogleDesktop.adm View 1 chunk +945 lines, -0 lines 0 comments Download
A grit/testdata/README.txt View 1 chunk +87 lines, -0 lines 0 comments Download
A grit/testdata/about.html View 1 chunk +45 lines, -0 lines 0 comments Download
A grit/testdata/bad_browser.html View 1 chunk +16 lines, -0 lines 0 comments Download
A grit/testdata/browser.html View 1 chunk +42 lines, -0 lines 0 comments Download
A grit/testdata/cache_prefix.html View 1 chunk +24 lines, -0 lines 0 comments Download
A grit/testdata/cache_prefix_file.html View 1 chunk +25 lines, -0 lines 0 comments Download
A grit/testdata/chat_result.html View 1 chunk +24 lines, -0 lines 0 comments Download
A grit/testdata/chrome/app/generated_resources.grd View 1 chunk +199 lines, -0 lines 0 comments Download
A grit/testdata/del_footer.html View 1 chunk +8 lines, -0 lines 0 comments Download
A grit/testdata/del_header.html View 1 chunk +60 lines, -0 lines 0 comments Download
A grit/testdata/deleted.html View 1 chunk +21 lines, -0 lines 0 comments Download
A grit/testdata/details.html View 1 chunk +10 lines, -0 lines 0 comments Download
A grit/testdata/duplicate-name-input.xml View 1 chunk +26 lines, -0 lines 0 comments Download
A grit/testdata/email_result.html View 1 chunk +34 lines, -0 lines 0 comments Download
A grit/testdata/email_thread.html View 1 chunk +10 lines, -0 lines 0 comments Download
A grit/testdata/error.html View 1 chunk +8 lines, -0 lines 0 comments Download
A grit/testdata/explicit_web.html View 1 chunk +11 lines, -0 lines 0 comments Download
A grit/testdata/footer.html View 1 chunk +14 lines, -0 lines 0 comments Download
A grit/testdata/generated_resources_fr.xtb View 1 chunk +3090 lines, -0 lines 0 comments Download
A grit/testdata/header.html View 1 chunk +39 lines, -0 lines 0 comments Download
A grit/testdata/homepage.html View 1 chunk +37 lines, -0 lines 0 comments Download
A grit/testdata/hover.html View 1 chunk +177 lines, -0 lines 0 comments Download
A grit/testdata/include_test.html View 1 chunk +31 lines, -0 lines 0 comments Download
A grit/testdata/included_sample.html View 1 chunk +1 line, -0 lines 0 comments Download
A grit/testdata/indexing_speed.html View 1 chunk +58 lines, -0 lines 0 comments Download
A grit/testdata/install_prefs.html View 1 chunk +92 lines, -0 lines 0 comments Download
A grit/testdata/install_prefs2.html View 1 chunk +52 lines, -0 lines 0 comments Download
A grit/testdata/klonk.ico View Binary file 0 comments Download
A grit/testdata/klonk.rc View Binary file 0 comments Download
A grit/testdata/klonk-alternate-skeleton.rc View Binary file 0 comments Download
A grit/testdata/ko_oem_enable_bug.html View 1 chunk +1 line, -0 lines 0 comments Download
A grit/testdata/ko_oem_non_admin_bug.html View 1 chunk +1 line, -0 lines 0 comments Download
A grit/testdata/mini.html View 1 chunk +36 lines, -0 lines 0 comments Download
A grit/testdata/oem_enable.html View 1 chunk +106 lines, -0 lines 0 comments Download
A grit/testdata/oem_non_admin.html View 1 chunk +39 lines, -0 lines 0 comments Download
A grit/testdata/onebox.html View 1 chunk +21 lines, -0 lines 0 comments Download
A grit/testdata/oneclick.html View 1 chunk +34 lines, -0 lines 0 comments Download
A grit/testdata/password.html View 1 chunk +37 lines, -0 lines 0 comments Download
A grit/testdata/preferences.html View 1 chunk +234 lines, -0 lines 0 comments Download
A grit/testdata/privacy.html View 1 chunk +35 lines, -0 lines 0 comments Download
A grit/testdata/quit_apps.html View 1 chunk +49 lines, -0 lines 0 comments Download
A grit/testdata/recrawl.html View 1 chunk +30 lines, -0 lines 0 comments Download
A grit/testdata/resource_ids View 1 chunk +10 lines, -0 lines 0 comments Download
A grit/testdata/script.html View 1 chunk +38 lines, -0 lines 0 comments Download
A grit/testdata/searchbox.html View 1 chunk +22 lines, -0 lines 0 comments Download
A grit/testdata/sidebar_h.html View 1 chunk +82 lines, -0 lines 0 comments Download
A grit/testdata/sidebar_v.html View 1 chunk +267 lines, -0 lines 0 comments Download
A grit/testdata/simple.html View 1 chunk +3 lines, -0 lines 0 comments Download
A grit/testdata/simple-input.xml View 1 chunk +52 lines, -0 lines 0 comments Download
A grit/testdata/source.rc View 1 chunk +57 lines, -0 lines 0 comments Download
A grit/testdata/status.html View 1 chunk +44 lines, -0 lines 0 comments Download
A grit/testdata/time_related.html View 1 chunk +11 lines, -0 lines 0 comments Download
A grit/testdata/toolbar_about.html View 1 chunk +138 lines, -0 lines 0 comments Download
A grit/testdata/tools/grit/resource_ids View 1 chunk +175 lines, -0 lines 0 comments Download
A grit/testdata/transl.rc View 1 chunk +56 lines, -0 lines 0 comments Download
A grit/testdata/versions.html View 1 chunk +7 lines, -0 lines 0 comments Download
A grit/tool/__init__.py View 1 chunk +10 lines, -0 lines 0 comments Download
A grit/tool/build.py View 1 chunk +300 lines, -0 lines 0 comments Download
A grit/tool/count.py View 1 chunk +44 lines, -0 lines 0 comments Download
A grit/tool/diff_structures.py View 1 chunk +114 lines, -0 lines 0 comments Download
A grit/tool/interface.py View 1 chunk +59 lines, -0 lines 0 comments Download
A grit/tool/menu_from_parts.py View 1 chunk +84 lines, -0 lines 0 comments Download
A grit/tool/newgrd.py View 1 chunk +71 lines, -0 lines 0 comments Download
A grit/tool/postprocess_interface.py View 1 chunk +33 lines, -0 lines 0 comments Download
A grit/tool/postprocess_unittest.py View 1 chunk +63 lines, -0 lines 0 comments Download
A grit/tool/preprocess_interface.py View 1 chunk +29 lines, -0 lines 0 comments Download
A grit/tool/preprocess_unittest.py View 1 chunk +49 lines, -0 lines 0 comments Download
A grit/tool/rc2grd.py View 1 chunk +403 lines, -0 lines 0 comments Download
A grit/tool/rc2grd_unittest.py View 1 chunk +138 lines, -0 lines 0 comments Download
A grit/tool/resize.py View 1 chunk +303 lines, -0 lines 0 comments Download
A grit/tool/test.py View 1 chunk +24 lines, -0 lines 0 comments Download
A grit/tool/toolbar_postprocess.py View 1 chunk +126 lines, -0 lines 0 comments Download
A grit/tool/toolbar_preprocess.py View 1 chunk +62 lines, -0 lines 0 comments Download
A grit/tool/transl2tc.py View 1 chunk +254 lines, -0 lines 0 comments Download
A grit/tool/transl2tc_unittest.py View 1 chunk +130 lines, -0 lines 0 comments Download
A grit/tool/unit.py View 1 chunk +26 lines, -0 lines 0 comments Download
A grit/util.py View 1 chunk +310 lines, -0 lines 0 comments Download
A grit/util_unittest.py View 1 chunk +70 lines, -0 lines 0 comments Download
A grit/xtb_reader.py View 1 chunk +132 lines, -0 lines 0 comments Download
A grit/xtb_reader_unittest.py View 1 chunk +83 lines, -0 lines 0 comments Download
A grit_info.py View 1 chunk +240 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Jói
9 years, 3 months ago (2011-09-22 15:42:15 UTC) #1
Finnur
9 years, 3 months ago (2011-09-22 15:43:51 UTC) #2
Gúmmístimpill (rubberstamp) -- LGTM.

Powered by Google App Engine
This is Rietveld 408576698