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

Side by Side Diff: base/base.gyp

Issue 15261005: Allow multiple base::MessagePumpForUI instances to be created simultanenously on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'values_unittest.cc', 619 'values_unittest.cc',
620 'version_unittest.cc', 620 'version_unittest.cc',
621 'vlog_unittest.cc', 621 'vlog_unittest.cc',
622 'win/dllmain.cc', 622 'win/dllmain.cc',
623 'win/enum_variant_unittest.cc', 623 'win/enum_variant_unittest.cc',
624 'win/event_trace_consumer_unittest.cc', 624 'win/event_trace_consumer_unittest.cc',
625 'win/event_trace_controller_unittest.cc', 625 'win/event_trace_controller_unittest.cc',
626 'win/event_trace_provider_unittest.cc', 626 'win/event_trace_provider_unittest.cc',
627 'win/i18n_unittest.cc', 627 'win/i18n_unittest.cc',
628 'win/iunknown_impl_unittest.cc', 628 'win/iunknown_impl_unittest.cc',
629 'win/message_window_unittest.cc',
629 'win/object_watcher_unittest.cc', 630 'win/object_watcher_unittest.cc',
630 'win/pe_image_unittest.cc', 631 'win/pe_image_unittest.cc',
631 'win/registry_unittest.cc', 632 'win/registry_unittest.cc',
632 'win/sampling_profiler_unittest.cc', 633 'win/sampling_profiler_unittest.cc',
633 'win/scoped_bstr_unittest.cc', 634 'win/scoped_bstr_unittest.cc',
634 'win/scoped_comptr_unittest.cc', 635 'win/scoped_comptr_unittest.cc',
635 'win/scoped_handle_unittest.cc', 636 'win/scoped_handle_unittest.cc',
636 'win/scoped_process_information_unittest.cc', 637 'win/scoped_process_information_unittest.cc',
638 'win/scoped_variant_unittest.cc',
637 'win/shortcut_unittest.cc', 639 'win/shortcut_unittest.cc',
638 'win/startup_information_unittest.cc', 640 'win/startup_information_unittest.cc',
639 'win/scoped_variant_unittest.cc',
640 'win/win_util_unittest.cc', 641 'win/win_util_unittest.cc',
641 'win/wrapped_window_proc_unittest.cc', 642 'win/wrapped_window_proc_unittest.cc',
642 ], 643 ],
643 'dependencies': [ 644 'dependencies': [
644 'base', 645 'base',
645 'base_i18n', 646 'base_i18n',
646 'base_prefs', 647 'base_prefs',
647 'base_prefs_test_support', 648 'base_prefs_test_support',
648 'base_static', 649 'base_static',
649 'run_all_unittests', 650 'run_all_unittests',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'base_unittests.isolate', 1262 'base_unittests.isolate',
1262 ], 1263 ],
1263 'sources': [ 1264 'sources': [
1264 'base_unittests.isolate', 1265 'base_unittests.isolate',
1265 ], 1266 ],
1266 }, 1267 },
1267 ], 1268 ],
1268 }], 1269 }],
1269 ], 1270 ],
1270 } 1271 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698