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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/win/scoped_startup_info_ex.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'win/scoped_com_initializer.h', 463 'win/scoped_com_initializer.h',
464 'win/scoped_comptr.h', 464 'win/scoped_comptr.h',
465 'win/scoped_gdi_object.h', 465 'win/scoped_gdi_object.h',
466 'win/scoped_handle.cc', 466 'win/scoped_handle.cc',
467 'win/scoped_handle.h', 467 'win/scoped_handle.h',
468 'win/scoped_hdc.h', 468 'win/scoped_hdc.h',
469 'win/scoped_hglobal.h', 469 'win/scoped_hglobal.h',
470 'win/scoped_process_information.cc', 470 'win/scoped_process_information.cc',
471 'win/scoped_process_information.h', 471 'win/scoped_process_information.h',
472 'win/scoped_select_object.h', 472 'win/scoped_select_object.h',
473 'win/scoped_startup_info_ex.cc',
474 'win/scoped_startup_info_ex.h',
473 'win/scoped_variant.cc', 475 'win/scoped_variant.cc',
474 'win/scoped_variant.h', 476 'win/scoped_variant.h',
475 'win/windows_version.cc', 477 'win/windows_version.cc',
476 'win/windows_version.h', 478 'win/windows_version.h',
477 'win/win_util.cc', 479 'win/win_util.cc',
478 'win/win_util.h', 480 'win/win_util.h',
479 'win/wrapped_window_proc.cc', 481 'win/wrapped_window_proc.cc',
480 'win/wrapped_window_proc.h', 482 'win/wrapped_window_proc.h',
481 ], 483 ],
482 'defines': [ 484 'defines': [
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 645 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
644 'sources/': [ 646 'sources/': [
645 ['exclude', '^chromeos/'], 647 ['exclude', '^chromeos/'],
646 ], 648 ],
647 }], 649 }],
648 ], 650 ],
649 }], 651 }],
650 ], 652 ],
651 }, 653 },
652 } 654 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/scoped_startup_info_ex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698