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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 138593004: Use an alternate mechanism for CreateFile calls in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 '../components/nacl.gyp:nacl_helper', 461 '../components/nacl.gyp:nacl_helper',
462 ], 462 ],
463 }], 463 }],
464 ], 464 ],
465 'dependencies': [ 465 'dependencies': [
466 '../sandbox/sandbox.gyp:sandbox', 466 '../sandbox/sandbox.gyp:sandbox',
467 ], 467 ],
468 }], 468 }],
469 ['OS=="win"', { 469 ['OS=="win"', {
470 'dependencies': [ 470 'dependencies': [
471 # Note that chrome_elf must be listed first. Do not reorder it.
472 '../chrome_elf/chrome_elf.gyp:chrome_elf',
473 'chrome_dll', 471 'chrome_dll',
474 'chrome_nacl_win64', 472 'chrome_nacl_win64',
475 'chrome_process_finder', 473 'chrome_process_finder',
476 'chrome_version_resources', 474 'chrome_version_resources',
477 'installer_util', 475 'installer_util',
478 'image_pre_reader', 476 'image_pre_reader',
479 '../base/base.gyp:base', 477 '../base/base.gyp:base',
480 '../breakpad/breakpad.gyp:breakpad_handler', 478 '../breakpad/breakpad.gyp:breakpad_handler',
481 '../breakpad/breakpad.gyp:breakpad_sender', 479 '../breakpad/breakpad.gyp:breakpad_sender',
480 '../chrome_elf/chrome_elf.gyp:chrome_elf',
482 '../components/components.gyp:breakpad_component', 481 '../components/components.gyp:breakpad_component',
483 '../components/components.gyp:policy', 482 '../components/components.gyp:policy',
484 '../sandbox/sandbox.gyp:sandbox', 483 '../sandbox/sandbox.gyp:sandbox',
485 ], 484 ],
486 'sources': [ 485 'sources': [
487 'app/chrome_breakpad_client.cc', 486 'app/chrome_breakpad_client.cc',
488 'app/chrome_breakpad_client.h', 487 'app/chrome_breakpad_client.h',
489 'app/chrome_exe.rc', 488 'app/chrome_exe.rc',
490 'common/crash_keys.cc', 489 'common/crash_keys.cc',
491 'common/crash_keys.h', 490 'common/crash_keys.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'dependencies': [ 654 'dependencies': [
656 'chrome_nacl_win64', 655 'chrome_nacl_win64',
657 ], 656 ],
658 }], 657 }],
659 ], 658 ],
660 }, 659 },
661 ], 660 ],
662 }], 661 }],
663 ], 662 ],
664 } 663 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698