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

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: IAT patch clean up 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'dependencies': [ 506 'dependencies': [
507 'chrome_dll', 507 'chrome_dll',
508 'chrome_nacl_win64', 508 'chrome_nacl_win64',
509 'chrome_process_finder', 509 'chrome_process_finder',
510 'chrome_version_resources', 510 'chrome_version_resources',
511 'installer_util', 511 'installer_util',
512 'image_pre_reader', 512 'image_pre_reader',
513 '../base/base.gyp:base', 513 '../base/base.gyp:base',
514 '../breakpad/breakpad.gyp:breakpad_handler', 514 '../breakpad/breakpad.gyp:breakpad_handler',
515 '../breakpad/breakpad.gyp:breakpad_sender', 515 '../breakpad/breakpad.gyp:breakpad_sender',
516 '../chrome_elf/chrome_elf.gyp:chrome_elf',
516 '../components/components.gyp:breakpad_component', 517 '../components/components.gyp:breakpad_component',
517 '../components/components.gyp:policy', 518 '../components/components.gyp:policy',
518 '../chrome_elf/chrome_elf.gyp:chrome_elf', 519 '../chrome_elf/chrome_elf.gyp:chrome_elf',
519 '../sandbox/sandbox.gyp:sandbox', 520 '../sandbox/sandbox.gyp:sandbox',
520 ], 521 ],
521 'sources': [ 522 'sources': [
522 'app/chrome_breakpad_client.cc', 523 'app/chrome_breakpad_client.cc',
523 'app/chrome_breakpad_client.h', 524 'app/chrome_breakpad_client.h',
524 'app/chrome_exe.rc', 525 'app/chrome_exe.rc',
525 'common/crash_keys.cc', 526 'common/crash_keys.cc',
(...skipping 164 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