Skip to content

Instantly share code, notes, and snippets.

@petrhosek
Created April 11, 2017 19:31
Show Gist options
  • Save petrhosek/6c8b9440d786077c2d07e68838294045 to your computer and use it in GitHub Desktop.
Save petrhosek/6c8b9440d786077c2d07e68838294045 to your computer and use it in GitHub Desktop.
GN base dependencies
base/at_exit.h
base/atomicops.h
base/atomic_ref_count.h
base/bind.h
base/callback.h
base/command_line.h
base/containers/hash_tables.h
base/containers/stack_container.h
base/environment.h
base/files/file.h
base/files/file_path.h
base/files/file_util.h
base/files/scoped_temp_dir.h
base/gtest_prod_util.h
base/json/json_reader.h
base/json/json_writer.h
base/json/string_escape.h
base/location.h
base/logging.h
base/macros.h
base/md5.h
base/memory/ptr_util.h
base/memory/ref_counted.h
base/memory/scoped_vector.h
base/message_loop/message_loop.h
base/path_service.h
base/posix/eintr_wrapper.h
base/posix/file_descriptor_shuffle.h
base/process/kill.h
base/process/launch.h
base/process/process.h
base/process/process_handle.h
base/run_loop.h
base/sha1.h
base/single_thread_task_runner.h
base/stl_util.h
base/strings/stringize_macros.h
base/strings/string_number_conversions.h
base/strings/string_piece.h
base/strings/stringprintf.h
base/strings/string_split.h
base/strings/string_util.h
base/strings/sys_string_conversions.h
base/strings/utf_string_conversions.h
base/synchronization/lock.h
base/synchronization/waitable_event.h
base/sys_info.h
base/threading/platform_thread.h
base/threading/sequenced_worker_pool.h
base/threading/thread_task_runner_handle.h
base/timer/elapsed_timer.h
base/time/time.h
base/values.h
base/win/registry.h
base/win/scoped_handle.h
base/win/scoped_process_information.h
base::ASCIIToUTF16
base::AtExitManager
base::AtomicRefCount
base::AtomicRefCountDec
base::AtomicRefCountInc
base::AutoLock
base::AutoUnlock
base::binary
base::Bind
base::Callback
base::char16
base::Closure
base::CommandLine
base::CommandLine::ForCurrentProcess
base::CommandLine::Init
base::CommandLine::set_slash_is_not_a_switch
base::CommandLine::StringVector
base::CommandLine::SwitchMap
base::CommandLine::SwitchMap::const_iterator
base::CompareCase::INSENSITIVE_ASCII
base::CompareCase::SENSITIVE
base::CreateDirectory
base::CreateDirectoryAndGetError
base::DeleteFile
base::DictionaryValue
base::DictionaryValue::Iterator
base::DirectoryExists
base::DIR_SOURCE_ROOT
base::ElapsedTimer
base::EndsWith
base::Environment
base::Environment::Create
base::EscapeJSONString
base::File
base::File::Error
base::File::ErrorToString
base::FILE_EXE
base::File::FLAG_OPEN
base::File::FLAG_WRITE
base::File::Info
base::FilePath
base::FilePath::CharType
base::FilePath::FromUTF8Unsafe
base::FilePath::kSeparators
base::FilePath::StringType
base::GetAppOutput
base::GetCurrentDirectory
base::GetFileInfo
base::GetFileSize
base::hash_map
base::hash_set
base::HexEncode
base::InjectionArc
base::InjectiveMultimap
base::Int64ToString
base::IntToString
base::IsAsciiAlpha
base::IsAsciiDigit
base::IsAsciiWhitespace
base::JSONParserOptions::JSON_PARSE_RFC
base::JSONReader
base::JSONWriter::OPTIONS_PRETTY_PRINT
base::JSONWriter::Write
base::JSONWriter::WriteWithOptions
base::kWhitespaceASCII
base::ListValue
base::Lock
base::MakeAbsoluteFilePath
base::MakeUnique
base::MD5String
base::MessageLoop
base::MessageLoop::current
base::Passed
base::PathExists
base::PlatformThread::CurrentId
base::PlatformThreadId
base::PlatformThread::Sleep
base::Process
base::ReadFileToString
base::RefCountedThreadSafe
base::ReplaceChars
base::ReplaceSubstringsAfterOffset
base::RunLoop
base::ScopedFD
base::ScopedTempDir
base::SequencedWorkerPool
base::SequencedWorkerPool::BLOCK_SHUTDOWN
base::SetCurrentDirectory
base::SHA1HashString
base::SingleThreadTaskRunner
base::SizeTToString
base::SplitString
base::SplitStringPiece
base::SPLIT_WANT_ALL
base::SPLIT_WANT_NONEMPTY
base::StackString
base::StartsWith
base::string16
base::StringPiece
base::StringPiece16
base::StringPieceHash
base::StringPiece::npos
base::StringPiece::size_type
base::StringPrintf
base::StringToInt
base::StringToInt64
base::SysInfo::OperatingSystemArchitecture
base::SysNativeMBToWide
base::TaskPriority::USER_VISIBLE
base::ThreadTaskRunnerHandle::Get
base::ThreadTaskRunnerHandle::IsSet
base::Time
base::TimeDelta
base::TimeDelta::FromDays
base::TimeDelta::FromMilliseconds
base::TimeDelta::FromSeconds
base::TimeTicks
base::TimeTicks::Now
base::ToLowerASCII
base::ToUpperASCII
base::TRIM_ALL
base::TrimString
base::TRIM_WHITESPACE
base::Unretained
base::UTF16ToUTF8
base::UTF8ToUTF16
base::UTF8ToWide
base::Value
base::Value::CreateNullValue
base::Value::Type::NONE
base::WaitableEvent
base::WaitableEvent::InitialState::NOT_SIGNALED
base::WaitableEvent::ResetPolicy::AUTOMATIC
base::WideToUTF8
base::win::RegKey
base::win::ScopedHandle
base::win::ScopedProcessInformation
base::WrapUnique
base::WriteFile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment