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

Issue 1410853008: Move grit from DEPS into src. (Closed)

Created:
5 years, 1 month ago by Nico
Modified:
5 years, 1 month ago
CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, Jered
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move grit from DEPS into src. This copies the currently DEPS'd in revision, r201. No intended behavior change. BUG=553682 R=primiano@chromium.org TBR=mnaganov Committed: https://crrev.com/3dbdb83c0fee5863171e20174ded8a8b74d16e9e Cr-Commit-Position: refs/heads/master@{#359352}

Patch Set 1 #

Patch Set 2 : webview licenses #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36819 lines, -27 lines) Patch
M .gitignore View 1 1 chunk +0 lines, -1 line 0 comments Download
M DEPS View 1 1 chunk +0 lines, -3 lines 0 comments Download
M tools/copyright_scanner/third_party_files_whitelist.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
A + tools/grit/.gitignore View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/grit/LICENSE View 1 1 chunk +7 lines, -8 lines 0 comments Download
A tools/grit/PRESUBMIT.py View 1 1 chunk +22 lines, -0 lines 0 comments Download
A tools/grit/README View 1 1 chunk +2 lines, -0 lines 0 comments Download
A tools/grit/codereview.settings View 1 1 chunk +6 lines, -0 lines 0 comments Download
A + tools/grit/grit.py View 1 1 chunk +6 lines, -10 lines 0 comments Download
A + tools/grit/grit/__init__.py View 1 1 chunk +6 lines, -0 lines 0 comments Download
A tools/grit/grit/clique.py View 1 1 chunk +483 lines, -0 lines 0 comments Download
A tools/grit/grit/clique_unittest.py View 1 1 chunk +261 lines, -0 lines 0 comments Download
A tools/grit/grit/constants.py View 1 1 chunk +18 lines, -0 lines 0 comments Download
A tools/grit/grit/exception.py View 1 1 chunk +138 lines, -0 lines 0 comments Download
A tools/grit/grit/extern/BogoFP.py View 1 1 chunk +22 lines, -0 lines 0 comments Download
A tools/grit/grit/extern/FP.py View 1 1 chunk +71 lines, -0 lines 0 comments Download
A + tools/grit/grit/extern/__init__.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/grit/grit/extern/tclib.py View 1 1 chunk +503 lines, -0 lines 0 comments Download
A + tools/grit/grit/format/__init__.py View 1 1 chunk +6 lines, -0 lines 0 comments Download
A tools/grit/grit/format/android_xml.py View 1 1 chunk +200 lines, -0 lines 0 comments Download
A tools/grit/grit/format/android_xml_unittest.py View 1 1 chunk +110 lines, -0 lines 0 comments Download
A tools/grit/grit/format/c_format.py View 1 1 chunk +86 lines, -0 lines 0 comments Download
A tools/grit/grit/format/c_format_unittest.py View 1 1 chunk +78 lines, -0 lines 0 comments Download
A tools/grit/grit/format/chrome_messages_json.py View 1 1 chunk +39 lines, -0 lines 0 comments Download
A tools/grit/grit/format/chrome_messages_json_unittest.py View 1 1 chunk +128 lines, -0 lines 0 comments Download
A tools/grit/grit/format/data_pack.py View 1 1 chunk +212 lines, -0 lines 0 comments Download
A tools/grit/grit/format/data_pack_unittest.py View 1 1 chunk +64 lines, -0 lines 0 comments Download
A tools/grit/grit/format/html_inline.py View 1 1 chunk +423 lines, -0 lines 0 comments Download
A tools/grit/grit/format/html_inline_unittest.py View 1 1 chunk +352 lines, -0 lines 0 comments Download
A tools/grit/grit/format/js_map_format.py View 1 1 chunk +44 lines, -0 lines 0 comments Download
A tools/grit/grit/format/js_map_format_unittest.py View 1 1 chunk +92 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/PRESUBMIT.py View 1 1 chunk +29 lines, -0 lines 0 comments Download
A + tools/grit/grit/format/policy_templates/__init__.py View 1 1 chunk +6 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/policy_template_generator.py View 1 1 chunk +154 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/policy_template_generator_unittest.py View 1 1 chunk +395 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/template_formatter.py View 1 1 chunk +73 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writer_configuration.py View 1 1 chunk +61 lines, -0 lines 0 comments Download
A + tools/grit/grit/format/policy_templates/writers/__init__.py View 1 1 chunk +6 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/adm_writer.py View 1 1 chunk +274 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/adm_writer_unittest.py View 1 1 chunk +1127 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/adml_writer.py View 1 1 chunk +186 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/adml_writer_unittest.py View 1 1 chunk +437 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/admx_writer.py View 1 1 chunk +382 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/admx_writer_unittest.py View 1 1 chunk +573 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/android_policy_writer.py View 1 1 chunk +100 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/android_policy_writer_unittest.py View 1 1 chunk +82 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/doc_writer.py View 1 1 chunk +748 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/doc_writer_unittest.py View 1 1 chunk +951 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/ios_plist_writer.py View 1 1 chunk +125 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/ios_plist_writer_unittest.py View 1 1 chunk +240 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/json_writer.py View 1 1 chunk +95 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/json_writer_unittest.py View 1 1 chunk +429 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/mock_writer.py View 1 1 chunk +30 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/plist_helper.py View 1 1 chunk +15 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/plist_strings_writer.py View 1 1 chunk +82 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/plist_strings_writer_unittest.py View 1 1 chunk +411 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/plist_writer.py View 1 1 chunk +149 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/plist_writer_unittest.py View 1 1 chunk +691 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/reg_writer.py View 1 1 chunk +117 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/reg_writer_unittest.py View 1 1 chunk +392 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/template_writer.py View 1 1 chunk +318 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/template_writer_unittest.py View 1 1 chunk +84 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/writer_unittest_common.py View 1 1 chunk +83 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py View 1 1 chunk +91 lines, -0 lines 0 comments Download
A tools/grit/grit/format/policy_templates/writers/xml_writer_base_unittest.py View 1 1 chunk +40 lines, -0 lines 0 comments Download
A tools/grit/grit/format/rc.py View 1 1 chunk +481 lines, -0 lines 0 comments Download
A tools/grit/grit/format/rc_header.py View 1 1 chunk +204 lines, -0 lines 0 comments Download
A tools/grit/grit/format/rc_header_unittest.py View 1 1 chunk +193 lines, -0 lines 0 comments Download
A tools/grit/grit/format/rc_unittest.py View 1 1 chunk +409 lines, -0 lines 0 comments Download
A tools/grit/grit/format/repack.py View 1 1 chunk +37 lines, -0 lines 0 comments Download
A tools/grit/grit/format/resource_map.py View 1 1 chunk +132 lines, -0 lines 0 comments Download
A tools/grit/grit/format/resource_map_unittest.py View 1 1 chunk +279 lines, -0 lines 0 comments Download
A + tools/grit/grit/gather/__init__.py View 1 1 chunk +5 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/admin_template.py View 1 1 chunk +61 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/admin_template_unittest.py View 1 1 chunk +117 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/chrome_html.py View 1 1 chunk +360 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/chrome_html_unittest.py View 1 1 chunk +523 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/chrome_scaled_image.py View 1 1 chunk +157 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/chrome_scaled_image_unittest.py View 1 1 chunk +193 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/igoogle_strings.py View 1 1 chunk +123 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/igoogle_strings_unittest.py View 1 1 chunk +29 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/interface.py View 1 1 chunk +171 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/json_loader.py View 1 1 chunk +26 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/muppet_strings.py View 1 1 chunk +133 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/muppet_strings_unittest.py View 1 1 chunk +67 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/policy_json.py View 1 1 chunk +251 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/policy_json_unittest.py View 1 1 chunk +190 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/rc.py View 1 1 chunk +343 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/rc_unittest.py View 1 1 chunk +370 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/regexp.py View 1 1 chunk +85 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/skeleton_gatherer.py View 1 1 chunk +147 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/tr_html.py View 1 1 chunk +745 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/tr_html_unittest.py View 1 1 chunk +522 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/txt.py View 1 1 chunk +37 lines, -0 lines 0 comments Download
A tools/grit/grit/gather/txt_unittest.py View 1 1 chunk +34 lines, -0 lines 0 comments Download
A tools/grit/grit/grd_reader.py View 1 1 chunk +221 lines, -0 lines 0 comments Download
A tools/grit/grit/grd_reader_unittest.py View 1 1 chunk +314 lines, -0 lines 0 comments Download
A tools/grit/grit/grit-todo.xml View 1 1 chunk +62 lines, -0 lines 0 comments Download
A tools/grit/grit/grit_runner.py View 1 1 chunk +272 lines, -0 lines 0 comments Download
A tools/grit/grit/grit_runner_unittest.py View 1 1 chunk +40 lines, -0 lines 0 comments Download
A tools/grit/grit/lazy_re.py View 1 1 chunk +45 lines, -0 lines 0 comments Download
A tools/grit/grit/lazy_re_unittest.py View 1 1 chunk +38 lines, -0 lines 0 comments Download
A + tools/grit/grit/node/__init__.py View 1 1 chunk +5 lines, -0 lines 0 comments Download
A tools/grit/grit/node/base.py View 1 1 chunk +613 lines, -0 lines 0 comments Download
A tools/grit/grit/node/base_unittest.py View 1 1 chunk +258 lines, -0 lines 0 comments Download
A + tools/grit/grit/node/custom/__init__.py View 1 1 chunk +5 lines, -0 lines 0 comments Download
A tools/grit/grit/node/custom/filename.py View 1 1 chunk +28 lines, -0 lines 0 comments Download
A tools/grit/grit/node/custom/filename_unittest.py View 1 1 chunk +34 lines, -0 lines 0 comments Download
A tools/grit/grit/node/empty.py View 1 1 chunk +64 lines, -0 lines 0 comments Download
A tools/grit/grit/node/include.py View 1 1 chunk +152 lines, -0 lines 0 comments Download
A tools/grit/grit/node/include_unittest.py View 1 1 chunk +74 lines, -0 lines 0 comments Download
A tools/grit/grit/node/io.py View 1 1 chunk +119 lines, -0 lines 0 comments Download
A tools/grit/grit/node/io_unittest.py View 1 1 chunk +167 lines, -0 lines 0 comments Download
A tools/grit/grit/node/mapping.py View 1 1 chunk +61 lines, -0 lines 0 comments Download
A tools/grit/grit/node/message.py View 1 1 chunk +301 lines, -0 lines 0 comments Download
A tools/grit/grit/node/message_unittest.py View 1 1 chunk +90 lines, -0 lines 0 comments Download
A tools/grit/grit/node/misc.py View 1 1 chunk +552 lines, -0 lines 0 comments Download
A tools/grit/grit/node/misc_unittest.py View 1 1 chunk +479 lines, -0 lines 0 comments Download
A tools/grit/grit/node/structure.py View 1 1 chunk +370 lines, -0 lines 0 comments Download
A tools/grit/grit/node/structure_unittest.py View 1 1 chunk +69 lines, -0 lines 0 comments Download
A tools/grit/grit/node/variant.py View 1 1 chunk +42 lines, -0 lines 0 comments Download
A tools/grit/grit/pseudo.py View 1 1 chunk +128 lines, -0 lines 0 comments Download
A tools/grit/grit/pseudo_rtl.py View 1 1 chunk +103 lines, -0 lines 0 comments Download
A tools/grit/grit/pseudo_unittest.py View 1 1 chunk +53 lines, -0 lines 0 comments Download
A tools/grit/grit/scons.py View 1 1 chunk +255 lines, -0 lines 0 comments Download
A tools/grit/grit/shortcuts.py View 1 1 chunk +93 lines, -0 lines 0 comments Download
A tools/grit/grit/shortcuts_unittests.py View 1 1 chunk +80 lines, -0 lines 0 comments Download
A tools/grit/grit/tclib.py View 1 1 chunk +235 lines, -0 lines 0 comments Download
A tools/grit/grit/tclib_unittest.py View 1 1 chunk +179 lines, -0 lines 0 comments Download
A tools/grit/grit/test_suite_all.py View 1 1 chunk +162 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/GoogleDesktop.adm View 1 1 chunk +945 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/README.txt View 1 1 chunk +87 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/about.html View 1 1 chunk +45 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/android.xml View 1 1 chunk +24 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/bad_browser.html View 1 1 chunk +16 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/browser.html View 1 1 chunk +42 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/buildinfo.grd View 1 1 chunk +46 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/cache_prefix.html View 1 1 chunk +24 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/cache_prefix_file.html View 1 1 chunk +25 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/chat_result.html View 1 1 chunk +24 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/chrome/app/generated_resources.grd View 1 1 chunk +199 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/chrome_html.html View 1 1 chunk +6 lines, -0 lines 0 comments Download
A + tools/grit/grit/testdata/default_100_percent/a.png View 1 Binary file 0 comments Download
A + tools/grit/grit/testdata/default_100_percent/b.png View 1 Binary file 0 comments Download
A tools/grit/grit/testdata/del_footer.html View 1 1 chunk +8 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/del_header.html View 1 1 chunk +60 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/deleted.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/details.html View 1 1 chunk +10 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/duplicate-name-input.xml View 1 1 chunk +26 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/email_result.html View 1 1 chunk +34 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/email_thread.html View 1 1 chunk +10 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/error.html View 1 1 chunk +8 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/explicit_web.html View 1 1 chunk +11 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/footer.html View 1 1 chunk +14 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/generated_resources_fr.xtb View 1 1 chunk +3090 lines, -0 lines 0 comments Download
A + tools/grit/grit/testdata/generated_resources_iw.xtb View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/grit/grit/testdata/generated_resources_no.xtb View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/grit/grit/testdata/header.html View 1 1 chunk +39 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/homepage.html View 1 1 chunk +37 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/hover.html View 1 1 chunk +177 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/include_test.html View 1 1 chunk +31 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/included_sample.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A tools/grit/grit/testdata/indexing_speed.html View 1 1 chunk +58 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/install_prefs.html View 1 1 chunk +92 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/install_prefs2.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A + tools/grit/grit/testdata/klonk.ico View 1 Binary file 0 comments Download
A tools/grit/grit/testdata/klonk.rc View 1 Binary file 0 comments Download
A tools/grit/grit/testdata/klonk-alternate-skeleton.rc View 1 Binary file 0 comments Download
A tools/grit/grit/testdata/ko_oem_enable_bug.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A tools/grit/grit/testdata/ko_oem_non_admin_bug.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A tools/grit/grit/testdata/mini.html View 1 1 chunk +36 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/oem_enable.html View 1 1 chunk +106 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/oem_non_admin.html View 1 1 chunk +39 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/onebox.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/oneclick.html View 1 1 chunk +34 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/password.html View 1 1 chunk +37 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/preferences.html View 1 1 chunk +234 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/privacy.html View 1 1 chunk +35 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/quit_apps.html View 1 1 chunk +49 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/recrawl.html View 1 1 chunk +30 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/resource_ids View 1 1 chunk +13 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/script.html View 1 1 chunk +38 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/searchbox.html View 1 1 chunk +22 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/sidebar_h.html View 1 1 chunk +82 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/sidebar_v.html View 1 1 chunk +267 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/simple.html View 1 1 chunk +3 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/simple-input.xml View 1 1 chunk +52 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/source.rc View 1 1 chunk +57 lines, -0 lines 0 comments Download
A + tools/grit/grit/testdata/special_100_percent/a.png View 1 Binary file 0 comments Download
A tools/grit/grit/testdata/status.html View 1 1 chunk +44 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/structure_variables.html View 1 1 chunk +4 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/substitute.grd View 1 1 chunk +31 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/substitute.xmb View 1 1 chunk +10 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/substitute_no_ids.grd View 1 1 chunk +31 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/time_related.html View 1 1 chunk +11 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/toolbar_about.html View 1 1 chunk +138 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/tools/grit/resource_ids View 1 1 chunk +175 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/transl.rc View 1 1 chunk +56 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/versions.html View 1 1 chunk +7 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/whitelist.txt View 1 1 chunk +4 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/whitelist_resources.grd View 1 1 chunk +54 lines, -0 lines 0 comments Download
A tools/grit/grit/testdata/whitelist_strings.grd View 1 1 chunk +23 lines, -0 lines 0 comments Download
A + tools/grit/grit/tool/__init__.py View 1 1 chunk +6 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/android2grd.py View 1 1 chunk +479 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/android2grd_unittest.py View 1 1 chunk +180 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/build.py View 1 1 chunk +499 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/build_unittest.py View 1 1 chunk +353 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/buildinfo.py View 1 1 chunk +68 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/buildinfo_unittest.py View 1 1 chunk +87 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/count.py View 1 1 chunk +35 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/diff_structures.py View 1 1 chunk +114 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/interface.py View 1 1 chunk +58 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/menu_from_parts.py View 1 1 chunk +79 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/newgrd.py View 1 1 chunk +70 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/postprocess_interface.py View 1 1 chunk +32 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/postprocess_unittest.py View 1 1 chunk +63 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/preprocess_interface.py View 1 1 chunk +28 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/preprocess_unittest.py View 1 1 chunk +49 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/rc2grd.py View 1 1 chunk +409 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/rc2grd_unittest.py View 1 1 chunk +137 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/resize.py View 1 1 chunk +289 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/test.py View 1 1 chunk +24 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/toolbar_postprocess.py View 1 1 chunk +126 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/toolbar_preprocess.py View 1 1 chunk +61 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/transl2tc.py View 1 1 chunk +252 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/transl2tc_unittest.py View 1 1 chunk +131 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/unit.py View 1 1 chunk +26 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/xmb.py View 1 1 chunk +291 lines, -0 lines 0 comments Download
A tools/grit/grit/tool/xmb_unittest.py View 1 1 chunk +103 lines, -0 lines 0 comments Download
A tools/grit/grit/util.py View 1 1 chunk +661 lines, -0 lines 0 comments Download
A tools/grit/grit/util_unittest.py View 1 1 chunk +119 lines, -0 lines 0 comments Download
A tools/grit/grit/xtb_reader.py View 1 1 chunk +141 lines, -0 lines 0 comments Download
A tools/grit/grit/xtb_reader_unittest.py View 1 1 chunk +106 lines, -0 lines 0 comments Download
A tools/grit/grit_info.py View 1 1 chunk +193 lines, -0 lines 0 comments Download
M tools/licenses.py View 1 2 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
Nico
5 years, 1 month ago (2015-11-09 23:54:35 UTC) #2
Primiano Tucci (use gerrit)
LGTM (I think you will have to land this via git cl land)
5 years, 1 month ago (2015-11-10 00:06:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410853008/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410853008/1
5 years, 1 month ago (2015-11-10 00:49:55 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/93570)
5 years, 1 month ago (2015-11-10 02:03:10 UTC) #9
Nico
tbr mnaganov for tools/licenses.py (I'm just doing the change you recommended on the bug)
5 years, 1 month ago (2015-11-12 18:19:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410853008/10001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410853008/10001
5 years, 1 month ago (2015-11-12 18:21:18 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/117982)
5 years, 1 month ago (2015-11-12 18:36:33 UTC) #17
mnaganov (inactive)
Licenses-related changes LGTM
5 years, 1 month ago (2015-11-12 19:01:17 UTC) #18
Nico
Committed patchset #2 (id:10001) manually as 3dbdb83c0fee5863171e20174ded8a8b74d16e9e (presubmit successful).
5 years, 1 month ago (2015-11-12 19:09:08 UTC) #19
commit-bot: I haz the power
5 years, 1 month ago (2015-11-12 20:08:47 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3dbdb83c0fee5863171e20174ded8a8b74d16e9e
Cr-Commit-Position: refs/heads/master@{#359352}

Powered by Google App Engine
This is Rietveld 408576698