Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Update INCLUDE_DIRS and GENERATED_INCLUDE_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykuzmin committed Aug 3, 2017
1 parent 8e11b79 commit f80bc17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions script/create-dist
Expand Up @@ -224,7 +224,9 @@ INCLUDE_DIRS = [
'components/os_crypt',
'components/prefs',
'components/security_state',
'components/ukm',
'components/update_client',
'components/viz',
'content/browser',
'content/common',
'content/public',
Expand All @@ -246,6 +248,7 @@ INCLUDE_DIRS = [
'storage',
'testing',
'third_party/boringssl',
'third_party/googletest',
'third_party/khronos',
'third_party/WebKit/Source/platform',
'third_party/WebKit/Source/wtf',
Expand All @@ -272,6 +275,9 @@ INCLUDE_DIRS = [
GENERATED_INCLUDE_DIRS = [
'base',
'cc',
'components/filesystem',
'components/leveldb',
'components/ukm',
'content',
'device',
'gpu',
Expand Down

0 comments on commit f80bc17

Please sign in to comment.