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

Issue 450053003: Use a qualified path for grit includes in various chrome/ directories. (Closed)

Created:
6 years, 4 months ago by Lei Zhang
Modified:
6 years, 4 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, David Black, tfarina, dougw+watch_chromium.org, donnd+watch_chromium.org, jam, piman+watch_chromium.org, dominich, jfweitz+watch_chromium.org, stuartmorgan+watch_chromium.org, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, chromium-apps-reviews_chromium.org, dhollowa+watch_chromium.org, Jered
Project:
chromium
Visibility:
Public.

Description

Use a qualified path for grit includes in various chrome/ directories. BUG=401588 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289213

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Patch Set 4 : fix checkdeps #

Patch Set 5 : rebase #

Patch Set 6 : remove webkit strings that no longer exist #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -79 lines) Patch
M chrome/common/DEPS View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/attrition_experiments.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/chrome_content_client.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/chrome_version_info.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_action/browser_action_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_action/page_action_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/plugins/plugins_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/chrome_extensions_client.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/common/extensions/command.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/automation.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/automation_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/content_scripts_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/theme_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_url_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/importer/firefox_importer_utils.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/importer/firefox_importer_utils_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/localized_error.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/net/net_resource_provider.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/net/x509_certificate_model.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/x509_certificate_model_openssl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/plugin/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/DEPS View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/app_window_custom_bindings.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/net/net_error_helper_core.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/plugins/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/plugins/chrome_plugin_placeholder.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/security_filter_peer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/DEPS View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_connector.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/service_process.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/DEPS View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/gpu/webgl_infobar_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/third_party/mozilla_security_manager/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertificate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/third_party/mozilla_security_manager/nsUsageArrayHelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/tools/mac_helpers/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/tools/mac_helpers/infoplist_strings_util.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/DEPS View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/utility/extensions/unpacker.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/utility/importer/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/utility/importer/bookmarks_file_importer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/firefox_importer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/ie_importer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/safari_importer.mm View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
Lei Zhang
kalman: extensions bits piman: chrome/renderer/plugins blundell: the rest
6 years, 4 months ago (2014-08-08 01:43:59 UTC) #1
piman
lgtm
6 years, 4 months ago (2014-08-08 03:07:51 UTC) #2
blundell
blundell -> thestig I'm not an OWNER of any of the affected code
6 years, 4 months ago (2014-08-08 06:12:23 UTC) #3
Lei Zhang
On 2014/08/08 06:12:23, blundell wrote: > blundell -> thestig I can't give myself a L ...
6 years, 4 months ago (2014-08-08 06:51:46 UTC) #4
blundell
On 2014/08/08 06:51:46, Lei Zhang wrote: > On 2014/08/08 06:12:23, blundell wrote: > > blundell ...
6 years, 4 months ago (2014-08-08 06:52:57 UTC) #5
blundell
lgtm
6 years, 4 months ago (2014-08-08 06:56:39 UTC) #6
not at google - send to devlin
lgtm https://codereview.chromium.org/450053003/diff/1/chrome/common/extensions/chrome_extensions_client.cc File chrome/common/extensions/chrome_extensions_client.cc (right): https://codereview.chromium.org/450053003/diff/1/chrome/common/extensions/chrome_extensions_client.cc#newcode39 chrome/common/extensions/chrome_extensions_client.cc:39: #if defined(ENABLE_EXTENSIONS) i presume that eventually this'll be ...
6 years, 4 months ago (2014-08-08 13:55:54 UTC) #7
Lei Zhang
https://codereview.chromium.org/450053003/diff/1/chrome/common/extensions/chrome_extensions_client.cc File chrome/common/extensions/chrome_extensions_client.cc (right): https://codereview.chromium.org/450053003/diff/1/chrome/common/extensions/chrome_extensions_client.cc#newcode39 chrome/common/extensions/chrome_extensions_client.cc:39: #if defined(ENABLE_EXTENSIONS) On 2014/08/08 13:55:54, kalman wrote: > i ...
6 years, 4 months ago (2014-08-08 19:10:50 UTC) #8
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 4 months ago (2014-08-08 19:10:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/450053003/1
6 years, 4 months ago (2014-08-08 19:12:16 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-08 23:42:06 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-08 23:46:11 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/2501) linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/4297) linux_chromium_rel_swarming ...
6 years, 4 months ago (2014-08-08 23:46:13 UTC) #13
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 4 months ago (2014-08-09 00:01:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/450053003/40001
6 years, 4 months ago (2014-08-09 00:04:11 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-09 08:35:17 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-09 08:40:36 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/2841)
6 years, 4 months ago (2014-08-09 08:40:38 UTC) #18
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 4 months ago (2014-08-11 21:49:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/450053003/80001
6 years, 4 months ago (2014-08-11 21:51:21 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-12 01:24:29 UTC) #21
Lei Zhang
The CQ bit was unchecked by thestig@chromium.org
6 years, 4 months ago (2014-08-12 01:39:59 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-12 01:43:28 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/51039) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/40301) android_dbg_triggered_tests ...
6 years, 4 months ago (2014-08-12 01:43:29 UTC) #24
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 4 months ago (2014-08-12 01:48:17 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/450053003/100001
6 years, 4 months ago (2014-08-12 01:56:36 UTC) #26
Lei Zhang
The CQ bit was unchecked by thestig@chromium.org
6 years, 4 months ago (2014-08-12 03:22:00 UTC) #27
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 4 months ago (2014-08-13 05:15:14 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/450053003/120001
6 years, 4 months ago (2014-08-13 05:16:56 UTC) #29
commit-bot: I haz the power
6 years, 4 months ago (2014-08-13 08:28:35 UTC) #30
Message was sent while issue was closed.
Change committed as 289213

Powered by Google App Engine
This is Rietveld 408576698