Skip to content

Commit d5724ef

Browse files
committedSep 16, 2017
vivaldi-ffmpeg-codecs: fix evaluation (forgotten file)
1 parent 9313bd7 commit d5724ef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Index: tools/gn/bootstrap/bootstrap.py
2+
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
3+
index 6f2f5b1264519ea38cc36fb0b7e2cc24c378ca7a..0b03d2626b358fb90ab39d737679ee47bd60303b 100755
4+
--- a/tools/gn/bootstrap/bootstrap.py
5+
+++ b/tools/gn/bootstrap/bootstrap.py
6+
@@ -487,6 +487,7 @@ def write_gn_ninja(path, root_gen_dir, options):
7+
'base/sys_info.cc',
8+
'base/task_runner.cc',
9+
'base/task_scheduler/delayed_task_manager.cc',
10+
+ 'base/task_scheduler/environment_config.cc',
11+
'base/task_scheduler/post_task.cc',
12+
'base/task_scheduler/priority_queue.cc',
13+
'base/task_scheduler/scheduler_lock_impl.cc',

0 commit comments

Comments
 (0)
Please sign in to comment.