diff options
author | kristianm@chromium.org <kristianm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 15:50:06 +0000 |
---|---|---|
committer | kristianm@chromium.org <kristianm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 15:50:06 +0000 |
commit | 925b16a1c43cf5484748c41b74ba150a17173a56 (patch) | |
tree | c34391139ca6b311f98571765fa56a847b9c259c /ui | |
parent | 7ea60d939edb307d6438bdd5658555431cd42d2b (diff) | |
download | chromium_src-925b16a1c43cf5484748c41b74ba150a17173a56.zip chromium_src-925b16a1c43cf5484748c41b74ba150a17173a56.tar.gz chromium_src-925b16a1c43cf5484748c41b74ba150a17173a56.tar.bz2 |
Build fix for Android webview
Gyp paths should not escape the tree.
Introducing in cl:
https://codereview.chromium.org/11956031
BUG=
Review URL: https://chromiumcodereview.appspot.com/11929013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/shell_dialogs.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/shell_dialogs.gypi b/ui/shell_dialogs.gypi index 0c50495..e1462c8 100644 --- a/ui/shell_dialogs.gypi +++ b/ui/shell_dialogs.gypi @@ -43,7 +43,7 @@ 'shell_dialogs/selected_file_info.h', ], 'include_dirs': [ - '../../', + '../', ], 'conditions': [ ['use_aura==1', { |