Commit 06feb81c by Jeremy Roman Committed by Jamie Madill

Make :angle_common depend on :commit_id.

BUG=chromium:601195 Change-Id: Ic90b8c8dbe07700e66c8fe973a3e620f439d2fbe Reviewed-on: https://chromium-review.googlesource.com/337335Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent ced87057
...@@ -116,6 +116,8 @@ static_library("angle_common") { ...@@ -116,6 +116,8 @@ static_library("angle_common") {
":debug_annotations_config", ":debug_annotations_config",
"//build/config/compiler:no_chromium_code", "//build/config/compiler:no_chromium_code",
] ]
public_deps = [ ":commit_id" ]
} }
static_library("translator_lib") { static_library("translator_lib") {
......
...@@ -62,6 +62,10 @@ ...@@ -62,6 +62,10 @@
'.', '.',
'../include', '../include',
], ],
'dependencies':
[
'commit_id',
],
'direct_dependent_settings': 'direct_dependent_settings':
{ {
'include_dirs': 'include_dirs':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment