Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tools/gn/bootstrap/bootstrap.py

Issue 2859843002: Add a GUID to base::SharedMemoryHandle. (Closed)
Patch Set: fix guid on android. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/tests/common/controller.cc ('k') | ui/gfx/mojo/buffer_types_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bootstrap/bootstrap.py
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
index 3901dd4eb545c7ef1c311b218bdded95f418c7cd..217add224b9f8973fa8db4feb787daed6eb4b83e 100755
--- a/tools/gn/bootstrap/bootstrap.py
+++ b/tools/gn/bootstrap/bootstrap.py
@@ -435,6 +435,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/memory/ref_counted.cc',
'base/memory/ref_counted_memory.cc',
'base/memory/singleton.cc',
+ 'base/memory/shared_memory_handle.cc',
'base/memory/shared_memory_helper.cc',
'base/memory/weak_ptr.cc',
'base/message_loop/incoming_task_queue.cc',
@@ -563,6 +564,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/trace_event/tracing_agent.cc',
'base/tracked_objects.cc',
'base/tracking_info.cc',
+ 'base/unguessable_token.cc',
'base/values.cc',
'base/vlog.cc',
])
« no previous file with comments | « sandbox/win/tests/common/controller.cc ('k') | ui/gfx/mojo/buffer_types_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698