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

Unified Diff: components/shared_memory_seqlock.gypi

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « components/components_tests.gyp ('k') | components/shared_memory_seqlock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/shared_memory_seqlock.gypi
diff --git a/components/browsing_data.gypi b/components/shared_memory_seqlock.gypi
similarity index 55%
copy from components/browsing_data.gypi
copy to components/shared_memory_seqlock.gypi
index c13a84a035868ba6caa6c5d5c06a370c6099332a..38d2237a94fc4e5324f9467c8c90e26f0cc6af45 100644
--- a/components/browsing_data.gypi
+++ b/components/shared_memory_seqlock.gypi
@@ -5,20 +5,21 @@
{
'targets': [
{
- 'target_name': 'browsing_data',
+ 'target_name': 'shared_memory_seqlock',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../content/content.gyp:content_browser',
- '../net/net.gyp:net',
],
'include_dirs': [
'..',
],
'sources': [
# Note: sources list duplicated in GN build.
- 'browsing_data/storage_partition_http_cache_data_remover.cc',
- 'browsing_data/storage_partition_http_cache_data_remover.h',
+ "shared_memory_seqlock/one_writer_seqlock.cc",
+ "shared_memory_seqlock/one_writer_seqlock.h",
+ "shared_memory_seqlock/shared_memory_seqlock_buffer.h",
+ "shared_memory_seqlock/shared_memory_seqlock_reader.cc",
+ "shared_memory_seqlock/shared_memory_seqlock_reader.h",
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/shared_memory_seqlock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698