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

Side by Side Diff: base/base.gypi

Issue 868543002: Move OpenProcessHandle to Process::Open. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'memory/linked_ptr.h', 351 'memory/linked_ptr.h',
352 'memory/manual_constructor.h', 352 'memory/manual_constructor.h',
353 'memory/memory_pressure_listener.cc', 353 'memory/memory_pressure_listener.cc',
354 'memory/memory_pressure_listener.h', 354 'memory/memory_pressure_listener.h',
355 'memory/raw_scoped_refptr_mismatch_checker.h', 355 'memory/raw_scoped_refptr_mismatch_checker.h',
356 'memory/ref_counted.cc', 356 'memory/ref_counted.cc',
357 'memory/ref_counted.h', 357 'memory/ref_counted.h',
358 'memory/ref_counted_delete_on_message_loop.h', 358 'memory/ref_counted_delete_on_message_loop.h',
359 'memory/ref_counted_memory.cc', 359 'memory/ref_counted_memory.cc',
360 'memory/ref_counted_memory.h', 360 'memory/ref_counted_memory.h',
361 'memory/scoped_open_process.h',
362 'memory/scoped_policy.h', 361 'memory/scoped_policy.h',
363 'memory/scoped_ptr.h', 362 'memory/scoped_ptr.h',
364 'memory/scoped_vector.h', 363 'memory/scoped_vector.h',
365 'memory/shared_memory.h', 364 'memory/shared_memory.h',
366 'memory/shared_memory_android.cc', 365 'memory/shared_memory_android.cc',
367 'memory/shared_memory_nacl.cc', 366 'memory/shared_memory_nacl.cc',
368 'memory/shared_memory_posix.cc', 367 'memory/shared_memory_posix.cc',
369 'memory/shared_memory_win.cc', 368 'memory/shared_memory_win.cc',
370 'memory/singleton.cc', 369 'memory/singleton.cc',
371 'memory/singleton.h', 370 'memory/singleton.h',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'i18n/time_formatting.h', 1035 'i18n/time_formatting.h',
1037 'i18n/timezone.cc', 1036 'i18n/timezone.cc',
1038 'i18n/timezone.h', 1037 'i18n/timezone.h',
1039 'i18n/utf8_validator_tables.cc', 1038 'i18n/utf8_validator_tables.cc',
1040 'i18n/utf8_validator_tables.h', 1039 'i18n/utf8_validator_tables.h',
1041 ], 1040 ],
1042 }] 1041 }]
1043 ], 1042 ],
1044 }, 1043 },
1045 } 1044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698