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

Side by Side Diff: base/base.gypi

Issue 1320783002: Make SharedMemoryHandle a class on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_global
Patch Set: Rebase. Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | base/memory/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'memory/ref_counted_delete_on_message_loop.h', 354 'memory/ref_counted_delete_on_message_loop.h',
355 'memory/ref_counted_memory.cc', 355 'memory/ref_counted_memory.cc',
356 'memory/ref_counted_memory.h', 356 'memory/ref_counted_memory.h',
357 'memory/scoped_policy.h', 357 'memory/scoped_policy.h',
358 'memory/scoped_ptr.h', 358 'memory/scoped_ptr.h',
359 'memory/scoped_vector.h', 359 'memory/scoped_vector.h',
360 'memory/shared_memory.h', 360 'memory/shared_memory.h',
361 'memory/shared_memory_android.cc', 361 'memory/shared_memory_android.cc',
362 'memory/shared_memory_handle.h', 362 'memory/shared_memory_handle.h',
363 'memory/shared_memory_handle_mac.cc', 363 'memory/shared_memory_handle_mac.cc',
364 'memory/shared_memory_handle_win.cc',
364 'memory/shared_memory_mac.cc', 365 'memory/shared_memory_mac.cc',
365 'memory/shared_memory_nacl.cc', 366 'memory/shared_memory_nacl.cc',
366 'memory/shared_memory_posix.cc', 367 'memory/shared_memory_posix.cc',
367 'memory/shared_memory_win.cc', 368 'memory/shared_memory_win.cc',
368 'memory/singleton.cc', 369 'memory/singleton.cc',
369 'memory/singleton.h', 370 'memory/singleton.h',
370 'memory/weak_ptr.cc', 371 'memory/weak_ptr.cc',
371 'memory/weak_ptr.h', 372 'memory/weak_ptr.h',
372 'message_loop/incoming_task_queue.cc', 373 'message_loop/incoming_task_queue.cc',
373 'message_loop/incoming_task_queue.h', 374 'message_loop/incoming_task_queue.h',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'i18n/time_formatting.h', 1043 'i18n/time_formatting.h',
1043 'i18n/timezone.cc', 1044 'i18n/timezone.cc',
1044 'i18n/timezone.h', 1045 'i18n/timezone.h',
1045 'i18n/utf8_validator_tables.cc', 1046 'i18n/utf8_validator_tables.cc',
1046 'i18n/utf8_validator_tables.h', 1047 'i18n/utf8_validator_tables.h',
1047 ], 1048 ],
1048 }] 1049 }]
1049 ], 1050 ],
1050 }, 1051 },
1051 } 1052 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698