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

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: make IAT_patch behavior not be dll specific 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': 'none', 9 'type': 'none',
10 'dependencies': [ 'chrome_initial', ], 10 'dependencies': [ 'chrome_initial', ],
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'dependencies': [ 505 'dependencies': [
506 'chrome_dll', 506 'chrome_dll',
507 'chrome_nacl_win64', 507 'chrome_nacl_win64',
508 'chrome_process_finder', 508 'chrome_process_finder',
509 'chrome_version_resources', 509 'chrome_version_resources',
510 'installer_util', 510 'installer_util',
511 'image_pre_reader', 511 'image_pre_reader',
512 '../base/base.gyp:base', 512 '../base/base.gyp:base',
513 '../breakpad/breakpad.gyp:breakpad_handler', 513 '../breakpad/breakpad.gyp:breakpad_handler',
514 '../breakpad/breakpad.gyp:breakpad_sender', 514 '../breakpad/breakpad.gyp:breakpad_sender',
515 '../chrome_elf/chrome_elf.gyp:chrome_elf',
515 '../components/components.gyp:breakpad_component', 516 '../components/components.gyp:breakpad_component',
516 '../components/components.gyp:policy', 517 '../components/components.gyp:policy',
517 '../chrome_elf/chrome_elf.gyp:chrome_elf', 518 '../chrome_elf/chrome_elf.gyp:chrome_elf',
518 '../sandbox/sandbox.gyp:sandbox', 519 '../sandbox/sandbox.gyp:sandbox',
519 ], 520 ],
520 'sources': [ 521 'sources': [
521 'app/chrome_breakpad_client.cc', 522 'app/chrome_breakpad_client.cc',
522 'app/chrome_breakpad_client.h', 523 'app/chrome_breakpad_client.h',
523 'app/chrome_exe.rc', 524 'app/chrome_exe.rc',
524 'common/crash_keys.cc', 525 'common/crash_keys.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'dependencies': [ 691 'dependencies': [
691 'chrome_nacl_win64', 692 'chrome_nacl_win64',
692 ], 693 ],
693 }], 694 }],
694 ], 695 ],
695 }, 696 },
696 ], 697 ],
697 }], 698 }],
698 ], 699 ],
699 } 700 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698