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

Side by Side Diff: trunk/src/chrome/chrome_exe.gypi

Issue 140783009: Revert 245464 "Use an alternate mechanism for CreateFile calls i..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/chrome/chrome_dll.gypi ('k') | trunk/src/chrome_elf/chrome_elf.def » ('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 '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',
516 '../components/components.gyp:breakpad_component', 515 '../components/components.gyp:breakpad_component',
517 '../components/components.gyp:policy', 516 '../components/components.gyp:policy',
518 '../chrome_elf/chrome_elf.gyp:chrome_elf', 517 '../chrome_elf/chrome_elf.gyp:chrome_elf',
519 '../sandbox/sandbox.gyp:sandbox', 518 '../sandbox/sandbox.gyp:sandbox',
520 ], 519 ],
521 'sources': [ 520 'sources': [
522 'app/chrome_breakpad_client.cc', 521 'app/chrome_breakpad_client.cc',
523 'app/chrome_breakpad_client.h', 522 'app/chrome_breakpad_client.h',
524 'app/chrome_exe.rc', 523 'app/chrome_exe.rc',
525 'common/crash_keys.cc', 524 'common/crash_keys.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'dependencies': [ 690 'dependencies': [
692 'chrome_nacl_win64', 691 'chrome_nacl_win64',
693 ], 692 ],
694 }], 693 }],
695 ], 694 ],
696 }, 695 },
697 ], 696 ],
698 }], 697 }],
699 ], 698 ],
700 } 699 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_dll.gypi ('k') | trunk/src/chrome_elf/chrome_elf.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698