From 89abf34d9aa3270b32c9986289a891c75feb33f1 Mon Sep 17 00:00:00 2001 From: "sgurun@chromium.org" Date: Tue, 30 Apr 2013 09:20:40 +0000 Subject: fix automerger issue for android_webview. Android webview does not merge third party repo sync. So making it conditional to fix auto merger problem. TBR=joi@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14576002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197321 0039d316-1c4b-4281-b951-d872f2087c98 --- components/sessions.gypi | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'components/sessions.gypi') diff --git a/components/sessions.gypi b/components/sessions.gypi index d8820b8..2741a3d 100644 --- a/components/sessions.gypi +++ b/components/sessions.gypi @@ -12,7 +12,6 @@ '../build/temp_gyp/googleurl.gyp:googleurl', '../content/content.gyp:content_browser', '../skia/skia.gyp:skia', - '../sync/sync.gyp:sync', '../third_party/protobuf/protobuf.gyp:protobuf_lite', ], 'include_dirs': [ @@ -31,6 +30,11 @@ '../webkit/support/webkit_support.gyp:glue', ] }], + ['android_webview_build == 0', { + 'dependencies': [ + '../sync/sync.gyp:sync', + ] + }], ], }, { @@ -39,7 +43,6 @@ 'defines!': ['SESSIONS_IMPLEMENTATION'], 'dependencies': [ '../skia/skia.gyp:skia', - '../sync/sync.gyp:sync', '../testing/gtest.gyp:gtest', ], 'include_dirs': [ @@ -49,6 +52,13 @@ 'sessions/serialized_navigation_entry_test_helper.cc', 'sessions/serialized_navigation_entry_test_helper.h', ], + 'conditions': [ + ['android_webview_build == 0', { + 'dependencies': [ + '../sync/sync.gyp:sync', + ] + }], + ], }, ], } -- cgit v1.1