diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 20:52:53 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 20:52:53 +0000 |
commit | b4635cc6474eb1b85523e6cc59164e8281fbb53e (patch) | |
tree | 371a324cf10800ad7ba377462340c93df31a640f /third_party/cld | |
parent | 3da87b4b28bf2dd6758cac894cea570a0539af63 (diff) | |
download | chromium_src-b4635cc6474eb1b85523e6cc59164e8281fbb53e.zip chromium_src-b4635cc6474eb1b85523e6cc59164e8281fbb53e.tar.gz chromium_src-b4635cc6474eb1b85523e6cc59164e8281fbb53e.tar.bz2 |
Remove some files from third_party\cld which are not required.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/126169
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/cld')
-rw-r--r-- | third_party/cld/README.google | 24 | ||||
-rw-r--r-- | third_party/cld/bar/toolbar/cld/readme.google | 191 | ||||
-rw-r--r-- | third_party/cld/cld.ncb | bin | 6646784 -> 0 bytes | |||
-rw-r--r-- | third_party/cld/cld.sln | 21 | ||||
-rw-r--r-- | third_party/cld/cld.suo | bin | 7168 -> 0 bytes | |||
-rw-r--r-- | third_party/cld/cld.txt | 1882 | ||||
-rw-r--r-- | third_party/cld/cld.vcproj | 131 |
7 files changed, 0 insertions, 2249 deletions
diff --git a/third_party/cld/README.google b/third_party/cld/README.google deleted file mode 100644 index a455ac3..0000000 --- a/third_party/cld/README.google +++ /dev/null @@ -1,24 +0,0 @@ -CLD - list of changes (sidchat, May 2009)
-- cld_interface.cc - comment out
-//#include "cld/bar/common/component.h"
-//#include "cld/bar/common/execute/execute_utils.h"
-and comment out requirements in function ::GetVerifiedDllFileName
-
--------------
-Commented out the following in commandlineflags.h
-class FlagSaver {
- public:
- FlagSaver();
- ~FlagSaver();
-
- private:
- class FlagSaverImpl* impl_; // we use pimpl here to keep API steady
-
- FlagSaver(const FlagSaver&); // no copying!
- void operator=(const FlagSaver&);
-}
-#ifndef SWIG // swig seems to have trouble with this for some reason
-ATTRIBUTE_UNUSED
-#endif
-;
-----------------
\ No newline at end of file diff --git a/third_party/cld/bar/toolbar/cld/readme.google b/third_party/cld/bar/toolbar/cld/readme.google deleted file mode 100644 index 9aef69c..0000000 --- a/third_party/cld/bar/toolbar/cld/readme.google +++ /dev/null @@ -1,191 +0,0 @@ -Stuff in this folder is copied from google3/i18n/ folder. -Folder structure was preserved to not affect #include statements, -thus it'll require less effort to maintain. - - -What was done and how to update this stuff to a newer version, by folder: - - ---- google3/i18n/languages/ ---------------------------------------------------- - -1) google3/i18n/languages/public/languages.h copied into - googleclient/bar/toolbar/cld/i18n/languages/public/languages.h - and modified: - - - we do not currently use SWIG, but if we will in the future, - we'll have to take care about #ifndef SWIG blocks in the code - - - IsScriptRequiringLongerSnippets(UnicodeScript script) was commented out - to avoid a dependency on util/utf8/util/utf8/proptables/script_enum.h - - - #include "util/utf8/proptables/script_enum.h" was commented out - for the same reason - - - using namespace i18n::languages; was commented out, we do not have - this namespace defined and we do not use anything from this namespace - -2) google3/i18n/languages/proto/languages.proto copied into - googleclient/bar/toolbar/cld/i18n/languages/proto/languages.pb.h - and stripped down to just Language enum and formatted as a regular header - file. The original file was also copied to be able to detect if it was - changed in google3 later (it was renamed to languages_proto since - .proto file submission is permitted only in main code line). - -3) google3/i18n/languages/internal/languages.cc copied into - googleclient/bar/toolbar/cld/i18n/languages/internal/languages.cc - and stripped of all unused functions and includes. - - - ---- google3/i18n/encodings/ ---------------------------------------------------- - -1) google3/i18n/encodings/lang_enc.h copied into - googleclient/bar/toolbar/cld/i18n/encodings/lang_enc.h as is. - -2) google3/i18n/encodings/public/encodings.h copied into - googleclient/bar/toolbar/cld/i18n/encodings/public/encodings.h - and modified: - - - we do not currently use SWIG, but if we will in the future, - we'll have to take care about #ifndef SWIG blocks in the code - - - using namespace i18n::languages; was commented out, we do not have - this namespace defined and we do not use anything from this namespace - -3) google3/i18n/encodings/proto/encodings.proto copied into - googleclient/bar/toolbar/cld/i18n/encodings/proto/encodings.pb.h - and stripped down to just Language enum and formatted as a regular header - file. The original file was also copied to be able to detect if it was - changed in google3 later (it was renamed to encodings_proto since - .proto file submission is permitted only in main code line). - - - ---- google3/i18n/encodings/compact_lang_det/ ----------------------------------- - -1) Merge new stuff from google3/i18n/encodings/compact_lang_det/ - to googleclient/bar/toolbar/cld/i18n/encodings/compact_lang_det/ - - -2) Fix header file dependencies. Replace: - - #include "base/basictypes.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_basictypes.h" - - #include "base/commandlineflags.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_commandlineflags.h" - - #include "base/google.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_google.h" - - #include "base/logging.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_logging.h" - - #include "base/macros.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_macros.h" - - #include "base/strtoint.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_strtoint.h" - - #include "third_party/utf/utf.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf.h" - - #include "util/utf8/proptables/script_enum.h" -> - not used at the moment, just delete it - - #include "util/utf8/unicodeprops.h" -> - not used at the moment, just delete it - - #include "util/utf8/unilib.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_unilib.h" - - #include "util/utf8/utf8statetable.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf8statetable.h" - - #include "webutil/html/htmlutils.h" -> - #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_htmlutils.h" - - Check for the new dependencies to the code located outside - bar/toolbar/cld/ folder and isolate them in the same manner. - - -3) Fix function calls: - - UniLib::OneCharLen() -> cld_UniLib::OneCharLen() - - -4) In the unit tests, do a Windows specific initialization, for example: - - #if !defined(CLD_WINDOWS) - FLAGS_logtostderr = true; - InitGoogle("Unit test for CLD", &argc, &argv, false); - #else - testing::ParseGUnitFlags(&argc, argv); - #endif - - -5) Look fore the new functions from google3 code: - - - functions from util/utf8/public/utf8statetable.h copied into - cld_utf8statetable.h (do not forget to delete all DCHECKs from the code) - - -6) Replaced 'int' with 'size_t' or casted srclen() result to 'int' - in couple functions to avoid the following warning: - - warning C4267: 'initializing' : conversion from 'size_t' to 'int', - possible loss of data - - This is stemming from google3 rule to use int instead of size_t - for buffer size and string length. - - -7) Alter UTF8StateMachineObj declaration, make it - - typedef struct UTF8StateMachineObj { - - instead of "typedef struct {". We have to have it writeable to be able - to load tables from the resources. - - -8) In the CompactLangDet::DetectLanguage() function, comment out a statement - returning English in case of unknown language. It's better not to offer - a translation at all for the unknown language than to assume that this page - is in English and offer a translation from English to all non-English users. - - -9) Add new member: - - const int kCLDTableIndSize; - - to struct CLDTableSummary, cldutils.h. Table size is required - for cldtables.rc generation (see "Update cldtables.rc" section). - - Also, do not forget to assign a value to this new member in all places - this structure is instantiated. At the moment, there are four such files: - - - compact_lang_det_generated_cjkbis_0.cc - - compact_lang_det_generated_longwords8_0.cc - - compact_lang_det_generated_quads_0.cc - - compact_lang_det_generated_quads_128.cc - - - ---- For all files -------------------------------------------------------------- - -1) Modify paths in the #includes by prepending them with "bar/toolbar/cld/" - -2) Strip constness from two extern table declarations: - - extern /*const*/ UTF8PropObj compact_lang_det_generated_ctjkvz_b1_obj; - extern /*const*/ cld::CLDTableSummary kQuadTable_obj; - - Leave the rest of them const, we do not load them dynamically. - - - ---- Update cldtables.rc -------------------------------------------------------- - -See bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cldtablegen/readme -for detailed instructions how to update cldtables.rc. - diff --git a/third_party/cld/cld.ncb b/third_party/cld/cld.ncb Binary files differdeleted file mode 100644 index 88cf76d..0000000 --- a/third_party/cld/cld.ncb +++ /dev/null diff --git a/third_party/cld/cld.sln b/third_party/cld/cld.sln deleted file mode 100644 index 0f8d9af..0000000 --- a/third_party/cld/cld.sln +++ /dev/null @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cld", "cld.vcproj", "{05B678A6-4921-3039-DF16-4D969BA68C70}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {05B678A6-4921-3039-DF16-4D969BA68C70}.Debug|Win32.ActiveCfg = Debug|Win32 - {05B678A6-4921-3039-DF16-4D969BA68C70}.Debug|Win32.Build.0 = Debug|Win32 - {05B678A6-4921-3039-DF16-4D969BA68C70}.Release|Win32.ActiveCfg = Release|Win32 - {05B678A6-4921-3039-DF16-4D969BA68C70}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - EndGlobalSection -EndGlobal diff --git a/third_party/cld/cld.suo b/third_party/cld/cld.suo Binary files differdeleted file mode 100644 index 2e1fc55..0000000 --- a/third_party/cld/cld.suo +++ /dev/null diff --git a/third_party/cld/cld.txt b/third_party/cld/cld.txt deleted file mode 100644 index 69710d3..0000000 --- a/third_party/cld/cld.txt +++ /dev/null @@ -1,1882 +0,0 @@ - - bar\common\accombobox.cc - - - - bar\common\accombobox.h - - - - bar\common\apithunk.cc - - - - bar\common\apithunk.h - - - - bar\common\async_comjob.h - - - - bar\common\async_job.h - - - - bar\common\async_job_utils.h - - - - bar\common\async_webgetter.cc - - - - bar\common\async_webgetter.h - - - - bar\common\bindstatuscallback.cc - - - - bar\common\bindstatuscallback.h - - - - bar\common\bindstatuscallbackbase.cc - - - - bar\common\bindstatuscallbackbase.h - - - - bar\common\branding.cc - - - - bar\common\branding.h - - - - bar\common\branding_rlz.cc - - - - bar\common\branding_rlz.h - - - - bar\common\bzip.cc - - - - bar\common\bzip.h - - - - bar\common\bzip_unittest.cc - - - - bar\common\bzipper.cc - - - - bar\common\bzipper.h - - - - bar\common\bzipper_unittest.cc - - - - bar\common\bzlib.cc - - - - bar\common\bzlib.h - - - - bar\common\callback.h - - - - bar\common\callback_unittest.cc - - - - bar\common\cgi_unittest.cc - - - - bar\common\checksum.cc - - - - bar\common\checksum.h - - - - bar\common\comcollection.h - - - - bar\common\commandline.cc - - - - bar\common\commandline.h - - - - bar\common\commandline_unittest.cc - - - - bar\common\component.cc - - - - bar\common\component.h - - - - bar\common\component_downloader.cc - - - - bar\common\component_downloader.h - - - - bar\common\component_downloader_unittest.cc - - - - bar\common\comstuff.cc - - - - bar\common\comstuff.h - - - - bar\common\config.cc - - - - bar\common\config.h - - - - bar\common\crthack.cc - - - - bar\common\crthack.h - - - - bar\common\crypt_utils.cc - - - - bar\common\crypt_utils.h - - - - bar\common\crypt_utils_unittest.cc - - - - bar\common\cryptoutil.cc - - - - bar\common\cryptoutil.h - - - - bar\common\current_task_list.cc - - - - bar\common\current_task_list.h - - - - bar\common\debug.cc - - - - bar\common\debug.h - - - - bar\common\debugbase.h - - - - bar\common\dispatchhelper.cc - - - - bar\common\dispatchhelper.h - - - - bar\common\dispid.h - - - - bar\common\domain.cc - - - - bar\common\domain.h - - - - bar\common\englishstemmer.cc - - - - bar\common\englishstemmer.h - - - - bar\common\eventdispatch.h - - - - bar\common\eventdispatcher.h - - - - bar\common\exception.cc - - - - bar\common\experiment.cc - - - - bar\common\experiment.h - - - - bar\common\fake_registry.cc - - - - bar\common\fake_registry.h - - - - bar\common\fake_registry_unittest.cc - - - - bar\common\favicon.cc - - - - bar\common\favicon.h - - - - bar\common\file_lock.cc - - - - bar\common\file_lock.h - - - - bar\common\filelogger.cc - - - - bar\common\filelogger.h - - - - bar\common\gdiplus_utils.cc - - - - bar\common\gdiplus_utils.h - - - - bar\common\getserverresponse.cc - - - - bar\common\getserverresponse.h - - - - bar\common\graphics.cc - - - - bar\common\graphics.h - - - - bar\common\grouppolicy.cc - - - - bar\common\grouppolicy.h - - - - bar\common\guid.h - - - - bar\common\gws_hash.cc - - - - bar\common\gws_hash.h - - - - bar\common\hglobal.h - - - - bar\common\hiddenrestartmanagerwindow.cc - - - - bar\common\hiddenrestartmanagerwindow.h - - - - bar\common\hookmanager.cc - - - - bar\common\hookmanager.h - - - - bar\common\hookmanagerinterface.h - - - - bar\common\htmldialog.cc - - - - bar\common\htmldialog.h - - - - bar\common\htmlexternal.cc - - - - bar\common\htmlexternal.h - - - - bar\common\htmlpopupwindow.cc - - - - bar\common\htmlpopupwindow.h - - - - bar\common\htmlutil.cc - - - - bar\common\htmlutil.h - - - - bar\common\htmlwindowutils.cc - - - - bar\common\htmlwindowutils.h - - - - bar\common\hyperlinkcontrol.cc - - - - bar\common\hyperlinkcontrol.h - - - - bar\common\ie.cc - - - - bar\common\ie.h - - - - bar\common\ie_slim.cc - - - - bar\common\ie_slim.h - - - - bar\common\ieversion_util.cc - - - - bar\common\ieversion_util.h - - - - bar\common\image.cc - - - - bar\common\image.h - - - - bar\common\image_util.cc - - - - bar\common\image_util.h - - - - bar\common\inet.cc - - - - bar\common\inet.h - - - - bar\common\inet_base.cc - - - - bar\common\inet_base.h - - - - bar\common\inet_unittest.cc - - - - bar\common\installhelper.cc - - - - bar\common\installhelper.h - - - - bar\common\invisibletopwindow.cc - - - - bar\common\invisibletopwindow.h - - - - bar\common\ioutil.cc - - - - bar\common\ioutil.h - - - - bar\common\ioutil_unittest.cc - - - - bar\common\json_writer.cc - - - - bar\common\json_writer.h - - - - bar\common\linked_ptr.h - - - - bar\common\localizedresources.cc - - - - bar\common\localizedresources.h - - - - bar\common\localizedresources_mock.h - - - - bar\common\localizedresources_mock_helper.cc - - - - bar\common\localizedresources_mock_helper.h - - - - bar\common\logged_com_object.h - - - - bar\common\macros.h - - - - bar\common\mailtoparser.cc - - - - bar\common\mailtoparser.h - - - - bar\common\mailtoparser_unittest.cc - - - - bar\common\md5.cc - - - - bar\common\md5.h - - - - bar\common\md5_unittest.cc - - - - bar\common\memorybitmap.cc - - - - bar\common\memorybitmap.h - - - - bar\common\mock_registry.h - - - - bar\common\modelesshtmlwindow.cc - - - - bar\common\modelesshtmlwindow.h - - - - bar\common\multilanguagebase.cc - - - - bar\common\multilanguagebase.h - - - - bar\common\multilanguagebasestruct.h - - - - bar\common\multilanguageiniloader.cc - - - - bar\common\multilanguageiniloader.h - - - - bar\common\multilanguageresourceloader.cc - - - - bar\common\multilanguageresourceloader.h - - - - bar\common\multilanguagexmlloader.cc - - - - bar\common\multilanguagexmlloader.h - - - - bar\common\mutex.cc - - - - bar\common\mutex.h - - - - bar\common\node_walker.h - - - - bar\common\precompile.cc - - - - bar\common\precompile.h - - - - bar\common\progress_tracker.cc - - - - bar\common\progress_tracker.h - - - - bar\common\queryparser.cc - - - - bar\common\queryparser.h - - - - bar\common\queryparser_unittest.cc - - - - bar\common\rc4.cc - - - - bar\common\rc4.h - - - - bar\common\rc4_unittest.cc - - - - bar\common\rc4base.cc - - - - bar\common\rc4base.h - - - - bar\common\refobject.h - - - - bar\common\registry.cc - - - - bar\common\registry.h - - - - bar\common\registry_adapter.cc - - - - bar\common\registry_adapter.h - - - - bar\common\registry_monitor.cc - - - - bar\common\registry_monitor.h - - - - bar\common\registry_queue.cc - - - - bar\common\registry_queue.h - - - - bar\common\registry_queue_unittest.cc - - - - bar\common\registry_unittest.cc - - - - bar\common\registry_win32.h - - - - bar\common\safeobject.h - - - - bar\common\safestl.h - - - - bar\common\satelliteresourcelocalize.cc - - - - bar\common\satelliteresourcelocalize.h - - - - bar\common\scopedlibrary.h - - - - bar\common\scopedptr.h - - - - bar\common\search_box_lib.h - - - - bar\common\sha.cc - - - - bar\common\sha.h - - - - bar\common\sha_unittest.cc - - - - bar\common\shadow_window.cc - - - - bar\common\shadow_window.h - - - - bar\common\signature.cc - - - - bar\common\signature.h - - - - bar\common\signaturevalidator.cc - - - - bar\common\signaturevalidator.h - - - - bar\common\sim_hash.cc - - - - bar\common\sim_hash.h - - - - bar\common\singleresourcelocalize.cc - - - - bar\common\singleresourcelocalize.h - - - - bar\common\singleton.h - - - - bar\common\sp.cc - - - - bar\common\sp.h - - - - bar\common\sp_unittest.cc - - - - bar\common\stopwatch.cc - - - - bar\common\stopwatch.h - - - - bar\common\stopwatch_unittest.cc - - - - bar\common\stream_util.cc - - - - bar\common\stream_util.h - - - - bar\common\stringutil.cc - - - - bar\common\stringutil.h - - - - bar\common\stringutil_unittest.cc - - - - bar\common\t4_registry_paths.h - - - - bar\common\t4migration.cc - - - - bar\common\t4migration.h - - - - bar\common\thread.h - - - - bar\common\thread_pool.cc - - - - bar\common\thread_pool.h - - - - bar\common\thread_pool_unittest.cc - - - - bar\common\timer.cc - - - - bar\common\timer.h - - - - bar\common\tlogstg.h - - - - bar\common\toolbar_api.idl - - - - bar\common\toolbar_common.cc - - - - bar\common\toolbar_common.h - - - - bar\common\trace.cc - - - - bar\common\trace.h - - - - bar\common\trackablebindstatuscallback.cc - - - - bar\common\trackablebindstatuscallback.h - - - - bar\common\trie-inl.h - - - - bar\common\trie.h - - - - bar\common\trie_unittest.cc - - - - bar\common\ui.cc - - - - bar\common\ui.h - - - - bar\common\ui_callback.h - - - - bar\common\unittest_debug_helper.h - - - - bar\common\unittest_logging.h - - - - bar\common\unittestutil.cc - - - - bar\common\unittestutil.h - - - - bar\common\unittestutil_unittest.cc - - - - bar\common\url.h - - - - bar\common\urlfetcher_interface.h - - - - bar\common\urlwrapper.cc - - - - bar\common\urlwrapper.h - - - - bar\common\urlwrapper_unittest.cc - - - - bar\common\user_token.cc - - - - bar\common\user_token.h - - - - bar\common\versioninfo.cc - - - - bar\common\versioninfo.h - - - - bar\common\vistautil.cc - - - - bar\common\vistautil.h - - - - bar\common\webgetter_base.cc - - - - bar\common\webgetter_base.h - - - - bar\common\webutil.h - - - - bar\common\win32.cc - - - - bar\common\win32.h - - - - bar\common\windowshook.cc - - - - bar\common\windowshook.h - - - - bar\common\windowsubclass.cc - - - - bar\common\windowsubclass.h - - - - bar\common\winutil.cc - - - - bar\common\winutil.h - - - - bar\common\winversion.cc - - - - bar\common\winversion.h - - - - bar\common\xml_signature.cc - - - - bar\common\xml_signature.h - - - - bar\common\xmllineparser.h - - - - - - bar\toolbar\option_constants.h - - - - bar\toolbar\optionsinterface.h - - - - bar\toolbar\toolbarevents.h - - - - bar\toolbar\userbroker.h - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil_dbg.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil_dbg_empty.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_cjkbis_0.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_ctjkvz.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_ctjkvz_0.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_longwords8_0.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_meanscore.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_quads_0.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_quads_128.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_impl.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_impl.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_impl_unittest.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_unittest_small.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\ext_lang_enc.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\ext_lang_enc.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\getonescriptspan.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\getonescriptspan.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\getonescriptspan_unittest.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\letterscript_enum.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\letterscript_enum.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\subsetsequence.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\subsetsequence.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\subsetsequence_unittest.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\tote.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\tote.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\unittest_data.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\utf8propjustletter.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\utf8propletterscriptnum.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\utf8scannotjustletterspecial.h - - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_basictypes.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_commandlineflags.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_dynamicstate.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_dynamicstate.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_google.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_htmlutils.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_htmlutils_google3.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_htmlutils_windows.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_interface.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_interface.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_logging.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_macros.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_resourceids.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_scoped_ptr.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_scopedptr.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_strtoint.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_tables.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_tables.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unicodetext.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unicodetext.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unilib.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unilib_google3.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unilib_windows.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8statetable.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8statetable.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8utils.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8utils_google3.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8utils_windows.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\normalizedunicodetext.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\normalizedunicodetext.h - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\resourceinmemory.cc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\resourceinmemory.h - - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cldtablegen\cldtablegen.cc - - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cldtables\cldtables.rc - - - - bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cldtables\version.rc - - - - - bar\toolbar\cld\i18n\encodings\internal\encodings.cc - - - - - - bar\toolbar\cld\i18n\encodings\proto\encodings.pb.h - - - - - bar\toolbar\cld\i18n\encodings\public\encodings.h - - - - - bar\toolbar\cld\i18n\languages\internal\languages.cc - - - - - bar\toolbar\cld\i18n\languages\proto\languages.pb.h - - - - bar\toolbar\cld\i18n\languages\public\languages.h - - - - base\addressmap-inl.h - - - - base\arena-inl.h - - - - base\arena.h - - - - base\atomic_refcount.h - - - - base\atomic_sequence_num.h - - - - base\atomic_stats_counter.h - - - - base\atomicops-internals-macosx.h - - - - base\atomicops-internals-x86-msvc.h - - - - base\atomicops-internals-x86.h - - - - base\atomicops.h - - - - base\basictypes.h - - - - base\callback.h - - - - base\casts.h - - - - base\censushandle.h - - - - base\closure.h - - - - base\commandlineflags.h - - - - base\commandlineflags_completions.h - - - - base\constants.h - - - - base\coredump.h - - - - base\crash.h - - - - base\cycleclock.h - - - - base\demangle.h - - - - base\deprecation.h - - - - base\docid.h - - - - base\dynamic_annotations.h - - - - base\elfcore.h - - - - base\eventbuf.h - - - - base\getpc.h - - - - base\global_strip_options.h - - - - base\google.h - - - - base\googleinit.h - - - - base\googleinit_require_module_unittest_lib.h - - - - base\heap-checker.h - - - - base\heap-profile-table.h - - - - base\heap-profiler.h - - - - base\int128.h - - - - base\integral_types.h - - - - base\jniutil.h - - - - base\linux_syscall_support.h - - - - base\linux_syscall_support_unittest_helper.h - - - - base\linuxthreads.h - - - - base\log_severity.h - - - - base\logging.h - - - - base\low_level_alloc.h - - - - base\macros.h - - - - base\malloc_extension.h - - - - base\malloc_extension_c.h - - - - base\malloc_hook-inl.h - - - - base\malloc_hook.h - - - - base\malloc_hook_c.h - - - - base\malloc_interface.h - - - - base\memory_region_map.h - - - - base\mutex.h - - - - base\nsscache-inl.h - - - - base\once.h - - - - base\paranoid.h - - - - base\per_thread.h - - - - base\per_thread_tls.h - - - - base\port.h - - - - base\port_hash.h - - - - base\profile-handler.h - - - - base\profiledata.h - - - - base\profiler.h - - - - base\py_extension_utils.h - - - - base\raw_logging.h - - - - base\raw_printer.h - - - - base\reference_tracker.h - - - - base\scoped_ptr.h - - - - base\scoped_ptr_unittest_util.h - - - - base\spinlock.h - - - - base\stacktrace.h - - - - base\stacktrace_config.h - - - - base\stacktrace_generic-inl.h - - - - base\stacktrace_libunwind-inl.h - - - - base\stacktrace_powerpc-inl.h - - - - base\stacktrace_win32-inl.h - - - - base\stacktrace_x86-inl.h - - - - base\stacktrace_x86_64-inl.h - - - - base\static_threadlocal.h - - - - base\stl_allocator.h - - - - base\stl_decl.h - - - - base\stl_decl_clean_and_slow.h - - - - base\stl_decl_msvc.h - - - - base\stl_decl_osx.h - - - - base\stringprintf.h - - - - base\strtoint.h - - - - base\symbolize.h - - - - base\synchronization-internal-sem.h - - - - base\synchronization.h - - - - base\sysinfo.h - - - - base\sysutil.h - - - - base\template_util.h - - - - base\thread_annotations.h - - - - base\thread_lister.h - - - - base\time_support.h - - - - base\time_support_internal.h - - - - base\timer.h - - - - base\timestamp.h - - - - base\tracecontext.h - - - - base\tracer.h - - - - base\type_traits.h - - - - base\varsetter.h - - - - base\vdso_support.h - - - - base\verify_memory.h - - - - base\vlog_is_on.h - - - - base\walltime.h - - - - strings\ascii_ctype.h - - - - strings\memutil.h - - - - strings\stringpiece.h - - - util\gtl\stl_util-inl.h - - - - util\utf8\offsetmap.h - - - - util\utf8\unilib.h - - - - util\utf8\utf8statetable.h - - - - - util\utf8\public\offsetmap.h - - - util\hash\hash.h - - - - util\hash\hash_jenkins_lookup2.h - - - - third_party\utf\utf.h - - - - - webutil\html\htmlutils.h - - diff --git a/third_party/cld/cld.vcproj b/third_party/cld/cld.vcproj deleted file mode 100644 index 42f7e33..0000000 --- a/third_party/cld/cld.vcproj +++ /dev/null @@ -1,131 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject Keyword="Win32Proj" Name="cld" ProjectGUID="{05B678A6-4921-3039-DF16-4D969BA68C70}" ProjectType="Visual C++" RootNamespace="cld" Version="8.00">
- <Platforms>
- <Platform Name="Win32"/>
- </Platforms>
- <ToolFiles/>
- <Configurations>
- <Configuration CharacterSet="1" ConfigurationType="4" InheritedPropertySheets="" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Debug|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
- <Tool AdditionalIncludeDirectories="..\..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include;..\.." BasicRuntimeChecks="3" BufferSecurityCheck="true" DebugInformationFormat="3" Detect64BitPortabilityProblems="false" DisableSpecificWarnings="4396;4503;4819;4800;4005;4006;4018;4244;4309" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=1;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CHROMIUM_BUILD;CLD_WINDOWS" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="1" RuntimeTypeInfo="false" WarnAsError="false" WarningLevel="3"/>
- <Tool AdditionalIncludeDirectories="..\..;..\..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include;..\.." Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=1;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CHROMIUM_BUILD;CLD_WINDOWS"/>
- <Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
- <Tool AdditionalLibraryDirectories="..\../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>
- <Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib" AdditionalLibraryDirectories="..\../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="2" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" SubSystem="1" TargetMachine="1"/>
- </Configuration>
- <Configuration ConfigurationType="4" InheritedPropertySheets="..\..\build\release.vsprops" Name="Release|Win32">
- <Tool AdditionalIncludeDirectories="..\..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include;..\.." BufferSecurityCheck="true" DebugInformationFormat="3" Detect64BitPortabilityProblems="false" DisableSpecificWarnings="4396;4503;4819;4800;4005;4006;4018;4244;4309" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=1;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CHROMIUM_BUILD;CLD_WINDOWS;NDEBUG" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="false" WarningLevel="3"/>
- <Tool AdditionalIncludeDirectories="..\..;..\..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include;..\.." Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=1;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CHROMIUM_BUILD;CLD_WINDOWS;NDEBUG"/>
- <Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
- <Tool AdditionalLibraryDirectories="..\../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>
- <Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib" AdditionalLibraryDirectories="..\../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" SubSystem="1" TargetMachine="1"/>
- </Configuration>
- </Configurations>
- <References/>
- <Files>
- <File RelativePath="cld.gyp"/>
- <Filter Name="base">
- <File RelativePath="base\vlog_is_on.h"/>
- <File RelativePath="base\template_util.h"/>
- <File RelativePath="base\commandlineflags.h"/>
- <File RelativePath="base\strtoint.h"/>
- <File RelativePath="base\log_severity.h"/>
- <File RelativePath="base\logging.h"/>
- <File RelativePath="base\casts.h"/>
- <File RelativePath="base\type_traits.h"/>
- <File RelativePath="base\macros.h"/>
- <File RelativePath="base\scoped_ptr.h"/>
- <File RelativePath="base\dynamic_annotations.h"/>
- <File RelativePath="base\global_strip_options.h"/>
- <File RelativePath="base\stl_decl.h"/>
- <File RelativePath="base\crash.h"/>
- <File RelativePath="base\stl_decl_msvc.h"/>
- </Filter>
- <Filter Name="bar">
- <Filter Name="common">
- <File RelativePath="bar\common\scopedptr.h"/>
- <File RelativePath="bar\common\scopedlibrary.h"/>
- </Filter>
- <Filter Name="toolbar">
- <Filter Name="cld">
- <Filter Name="i18n">
- <Filter Name="languages">
- <Filter Name="internal">
- <File RelativePath="bar\toolbar\cld\i18n\languages\internal\languages.cc"/>
- </Filter>
- <Filter Name="public">
- <File RelativePath="bar\toolbar\cld\i18n\languages\public\languages.h"/>
- </Filter>
- <Filter Name="proto">
- <File RelativePath="bar\toolbar\cld\i18n\languages\proto\languages.pb.h"/>
- </Filter>
- </Filter>
- <Filter Name="encodings">
- <Filter Name="compact_lang_det">
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\tote.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\letterscript_enum.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil_dbg.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\letterscript_enum.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\getonescriptspan.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\getonescriptspan.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_longwords8_0.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_quads_128.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\utf8propjustletter.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil_dbg_empty.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_impl.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_impl.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\unittest_data.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\ext_lang_enc.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\utf8scannotjustletterspecial.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\utf8propletterscriptnum.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_meanscore.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\cldutil.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_ctjkvz.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\subsetsequence.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\subsetsequence.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det_generated_cjkbis_0.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\ext_lang_enc.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\compact_lang_det.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\tote.h"/>
- <Filter Name="win">
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_strtoint.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unicodetext.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8statetable.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_commandlineflags.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_scoped_ptr.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_google.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8utils.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unicodetext.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\normalizedunicodetext.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unilib_windows.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8statetable.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\normalizedunicodetext.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_htmlutils.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_logging.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_scopedptr.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf8utils_windows.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_unilib.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_basictypes.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_macros.h"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_htmlutils_windows.cc"/>
- <File RelativePath="bar\toolbar\cld\i18n\encodings\compact_lang_det\win\cld_utf.h"/>
- </Filter>
- </Filter>
- <Filter Name="internal">
- <File RelativePath="bar\toolbar\cld\i18n\encodings\internal\encodings.cc"/>
- </Filter>
- <Filter Name="public">
- <File RelativePath="bar\toolbar\cld\i18n\encodings\public\encodings.h"/>
- </Filter>
- <Filter Name="proto">
- <File RelativePath="bar\toolbar\cld\i18n\encodings\proto\encodings.pb.h"/>
- </Filter>
- </Filter>
- </Filter>
- </Filter>
- </Filter>
- </Filter>
- </Files>
- <Globals/>
-</VisualStudioProject>
|