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

Side by Side Diff: base/base.gyp

Issue 10765008: Add scoped StartupInfoEx to base. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'win/event_trace_provider_unittest.cc', 497 'win/event_trace_provider_unittest.cc',
498 'win/i18n_unittest.cc', 498 'win/i18n_unittest.cc',
499 'win/iunknown_impl_unittest.cc', 499 'win/iunknown_impl_unittest.cc',
500 'win/object_watcher_unittest.cc', 500 'win/object_watcher_unittest.cc',
501 'win/pe_image_unittest.cc', 501 'win/pe_image_unittest.cc',
502 'win/registry_unittest.cc', 502 'win/registry_unittest.cc',
503 'win/sampling_profiler_unittest.cc', 503 'win/sampling_profiler_unittest.cc',
504 'win/scoped_bstr_unittest.cc', 504 'win/scoped_bstr_unittest.cc',
505 'win/scoped_comptr_unittest.cc', 505 'win/scoped_comptr_unittest.cc',
506 'win/scoped_process_information_unittest.cc', 506 'win/scoped_process_information_unittest.cc',
507 'win/scoped_startup_info_ex_unittest.cc',
507 'win/scoped_variant_unittest.cc', 508 'win/scoped_variant_unittest.cc',
508 'win/win_util_unittest.cc', 509 'win/win_util_unittest.cc',
509 'win/wrapped_window_proc_unittest.cc', 510 'win/wrapped_window_proc_unittest.cc',
510 ], 511 ],
511 'dependencies': [ 512 'dependencies': [
512 'base', 513 'base',
513 'base_i18n', 514 'base_i18n',
514 'base_static', 515 'base_static',
515 'run_all_unittests', 516 'run_all_unittests',
516 'test_support_base', 517 'test_support_base',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 'test_suite_name': 'base_unittests', 1022 'test_suite_name': 'base_unittests',
1022 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 1023 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1023 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 1024 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
1024 }, 1025 },
1025 'includes': [ '../build/apk_test.gypi' ], 1026 'includes': [ '../build/apk_test.gypi' ],
1026 }, 1027 },
1027 ], 1028 ],
1028 }], 1029 }],
1029 ], 1030 ],
1030 } 1031 }
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