summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorkristianm@chromium.org <kristianm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 15:50:06 +0000
committerkristianm@chromium.org <kristianm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 15:50:06 +0000
commit925b16a1c43cf5484748c41b74ba150a17173a56 (patch)
treec34391139ca6b311f98571765fa56a847b9c259c /ui
parent7ea60d939edb307d6438bdd5658555431cd42d2b (diff)
downloadchromium_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.gypi2
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', {