From: Cheng Zhao Date: Sun, 21 Apr 2013 07:36:48 +0000 (+0800) Subject: Ignore api_messages.{cc,h} for cpplint. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0b72c36e4946743f44cb6ea4e50b074feec6824;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Ignore api_messages.{cc,h} for cpplint. --- diff --git a/script/cpplint b/script/cpplint index c2e614b..ff72393 100755 --- a/script/cpplint +++ b/script/cpplint @@ -5,7 +5,9 @@ cd "`dirname $0`/.." # List all Objective-C headers here, should not cpplint them. OBJC_HEADERS=' browser/atom_event_processing_window.h -browser/native_window_mac.h' +browser/native_window_mac.h +common/api/api_messages.cc +common/api/api_messages.h' FILES=`find app browser common renderer -type f -name '*.h' -or -name '*.cc'` FILTERED_FILES=