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

Side by Side Diff: base/base.gyp

Issue 90963002: Revert of Base: Remove Receive() from ScopedHandle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/memory/shared_memory_unittest.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'win/event_trace_controller_unittest.cc', 673 'win/event_trace_controller_unittest.cc',
674 'win/event_trace_provider_unittest.cc', 674 'win/event_trace_provider_unittest.cc',
675 'win/i18n_unittest.cc', 675 'win/i18n_unittest.cc',
676 'win/iunknown_impl_unittest.cc', 676 'win/iunknown_impl_unittest.cc',
677 'win/message_window_unittest.cc', 677 'win/message_window_unittest.cc',
678 'win/object_watcher_unittest.cc', 678 'win/object_watcher_unittest.cc',
679 'win/pe_image_unittest.cc', 679 'win/pe_image_unittest.cc',
680 'win/registry_unittest.cc', 680 'win/registry_unittest.cc',
681 'win/scoped_bstr_unittest.cc', 681 'win/scoped_bstr_unittest.cc',
682 'win/scoped_comptr_unittest.cc', 682 'win/scoped_comptr_unittest.cc',
683 'win/scoped_handle_unittest.cc',
683 'win/scoped_process_information_unittest.cc', 684 'win/scoped_process_information_unittest.cc',
684 'win/scoped_variant_unittest.cc', 685 'win/scoped_variant_unittest.cc',
685 'win/shortcut_unittest.cc', 686 'win/shortcut_unittest.cc',
686 'win/startup_information_unittest.cc', 687 'win/startup_information_unittest.cc',
687 'win/win_util_unittest.cc', 688 'win/win_util_unittest.cc',
688 'win/wrapped_window_proc_unittest.cc', 689 'win/wrapped_window_proc_unittest.cc',
689 ], 690 ],
690 'dependencies': [ 691 'dependencies': [
691 'base', 692 'base',
692 'base_i18n', 693 'base_i18n',
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 'base_unittests.isolate', 1399 'base_unittests.isolate',
1399 ], 1400 ],
1400 'sources': [ 1401 'sources': [
1401 'base_unittests.isolate', 1402 'base_unittests.isolate',
1402 ], 1403 ],
1403 }, 1404 },
1404 ], 1405 ],
1405 }], 1406 }],
1406 ], 1407 ],
1407 } 1408 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/shared_memory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698