diff options
author | tommycli <tommycli@chromium.org> | 2015-03-16 13:16:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-16 20:17:22 +0000 |
commit | e86b2982a90cc87afbeb8599cc54c274c482b0ec (patch) | |
tree | 2d02def47398f16fa93aea38e66448af48bec4ee /chrome/chrome_dll_bundle.gypi | |
parent | 8f7612681b0b45c99010e90d5a0b7c1d80d9de8d (diff) | |
download | chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.zip chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.gz chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.bz2 |
Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.
Passed chrome-ui-review: https://groups.google.com/a/google.com/d/msg/chrome-ui-review/FwuQ2TWc5n8/H3PSuV4L_cAJ
BUG=467165
TBR=tsepez
(comment changes only in render_messages)
NOPRESUBMIT=true
(legacy LOG messages)
Review URL: https://codereview.chromium.org/1007443004
Cr-Commit-Position: refs/heads/master@{#320782}
Diffstat (limited to 'chrome/chrome_dll_bundle.gypi')
-rw-r--r-- | chrome/chrome_dll_bundle.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi index 5a7ed54..18996b9 100644 --- a/chrome/chrome_dll_bundle.gypi +++ b/chrome/chrome_dll_bundle.gypi @@ -183,7 +183,7 @@ }, { # This file is used by the component installer. - # It is not a complete plug-in on its own. + # It is not a complete plugin on its own. 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/', 'files': [], 'conditions': [ |