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

Side by Side Diff: base/base.gyp

Issue 2143693003: Start refactoring Windows allocator shim in prep for hooking in generic allocator shim on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back necessary includes. Created 4 years, 5 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 '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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'win/scoped_variant_unittest.cc', 615 'win/scoped_variant_unittest.cc',
616 'win/shortcut_unittest.cc', 616 'win/shortcut_unittest.cc',
617 'win/startup_information_unittest.cc', 617 'win/startup_information_unittest.cc',
618 'win/wait_chain_unittest.cc', 618 'win/wait_chain_unittest.cc',
619 'win/win_util_unittest.cc', 619 'win/win_util_unittest.cc',
620 'win/windows_version_unittest.cc', 620 'win/windows_version_unittest.cc',
621 'win/wrapped_window_proc_unittest.cc', 621 'win/wrapped_window_proc_unittest.cc',
622 '<@(trace_event_test_sources)', 622 '<@(trace_event_test_sources)',
623 ], 623 ],
624 'dependencies': [ 624 'dependencies': [
625 'allocator/allocator.gyp:allocator_features#target',
Primiano Tucci (use gerrit) 2016/07/13 17:42:49 ditto about the doubt about IWYU. defer to thakis.
Sigurður Ásgeirsson 2016/07/13 18:47:45 Yeah I dunno - logic is that if the allocator.h fi
625 'base', 626 'base',
626 'base_i18n', 627 'base_i18n',
627 'base_message_loop_tests', 628 'base_message_loop_tests',
628 'base_static', 629 'base_static',
629 'run_all_unittests', 630 'run_all_unittests',
630 'test_support_base', 631 'test_support_base',
631 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 632 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
632 '../testing/gmock.gyp:gmock', 633 '../testing/gmock.gyp:gmock',
633 '../testing/gtest.gyp:gtest', 634 '../testing/gtest.gyp:gtest',
634 '../third_party/icu/icu.gyp:icui18n', 635 '../third_party/icu/icu.gyp:icui18n',
(...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], 1788 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'],
1788 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], 1789 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'],
1789 ], 1790 ],
1790 }] 1791 }]
1791 ], 1792 ],
1792 }, 1793 },
1793 ], 1794 ],
1794 }], 1795 }],
1795 ], 1796 ],
1796 } 1797 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698