diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 07:49:59 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 07:49:59 +0000 |
commit | 1400d1d0af74957c230adc6b5633e092b962a4c0 (patch) | |
tree | 3b54821f554fb4bc27cd0ff94037997b91fd42d0 /chrome/chrome_resources.gyp | |
parent | b8f886cddd9b2128c81dd64602a6ca1af9e0bac2 (diff) | |
download | chromium_src-1400d1d0af74957c230adc6b5633e092b962a4c0.zip chromium_src-1400d1d0af74957c230adc6b5633e092b962a4c0.tar.gz chromium_src-1400d1d0af74957c230adc6b5633e092b962a4c0.tar.bz2 |
Fix the path to blink_resources.
We added a new blink_resources.gyp file to Blink repo in order to get
rid of blink_chromium_resources action from webkit_resources.gyp and
make the migration easier in
https://src.chromium.org/viewvc/blink?revision=178275&view=revision
This updates the Chromium side to reference the new generated path.
BUG=338338
TEST=None
R=jamesr@chromium.org
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/398243002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 03e076f..5d715ad 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -444,6 +444,7 @@ '<(DEPTH)/content/content_resources.gyp:content_resources', '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_strings', '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', + '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources', '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', ], |