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

Side by Side Diff: base/base.gyp

Issue 10870093: Rename ScopedStartupInfoEx to StartupInformation and cleanup accesors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'win/event_trace_provider_unittest.cc', 512 'win/event_trace_provider_unittest.cc',
513 'win/i18n_unittest.cc', 513 'win/i18n_unittest.cc',
514 'win/iunknown_impl_unittest.cc', 514 'win/iunknown_impl_unittest.cc',
515 'win/object_watcher_unittest.cc', 515 'win/object_watcher_unittest.cc',
516 'win/pe_image_unittest.cc', 516 'win/pe_image_unittest.cc',
517 'win/registry_unittest.cc', 517 'win/registry_unittest.cc',
518 'win/sampling_profiler_unittest.cc', 518 'win/sampling_profiler_unittest.cc',
519 'win/scoped_bstr_unittest.cc', 519 'win/scoped_bstr_unittest.cc',
520 'win/scoped_comptr_unittest.cc', 520 'win/scoped_comptr_unittest.cc',
521 'win/scoped_process_information_unittest.cc', 521 'win/scoped_process_information_unittest.cc',
522 'win/scoped_startup_info_ex_unittest.cc', 522 'win/startup_information_unittest.cc',
523 'win/scoped_variant_unittest.cc', 523 'win/scoped_variant_unittest.cc',
524 'win/win_util_unittest.cc', 524 'win/win_util_unittest.cc',
525 'win/wrapped_window_proc_unittest.cc', 525 'win/wrapped_window_proc_unittest.cc',
526 ], 526 ],
527 'dependencies': [ 527 'dependencies': [
528 'base', 528 'base',
529 'base_i18n', 529 'base_i18n',
530 'base_static', 530 'base_static',
531 'run_all_unittests', 531 'run_all_unittests',
532 'test_support_base', 532 'test_support_base',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 '--result', '<@(_outputs)', 1024 '--result', '<@(_outputs)',
1025 '--isolate', 'base_unittests.isolate', 1025 '--isolate', 'base_unittests.isolate',
1026 ], 1026 ],
1027 }, 1027 },
1028 ], 1028 ],
1029 }, 1029 },
1030 ], 1030 ],
1031 }], 1031 }],
1032 ], 1032 ],
1033 } 1033 }
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