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

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: CreateFile and tests only, gyp changes in separate CL Created 6 years, 10 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/win/iat_patch_function.cc ('k') | 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'dependencies': [ 509 'dependencies': [
510 'chrome_dll', 510 'chrome_dll',
511 'chrome_nacl_win64', 511 'chrome_nacl_win64',
512 'chrome_process_finder', 512 'chrome_process_finder',
513 'chrome_version_resources', 513 'chrome_version_resources',
514 'installer_util', 514 'installer_util',
515 'image_pre_reader', 515 'image_pre_reader',
516 '../base/base.gyp:base', 516 '../base/base.gyp:base',
517 '../breakpad/breakpad.gyp:breakpad_handler', 517 '../breakpad/breakpad.gyp:breakpad_handler',
518 '../breakpad/breakpad.gyp:breakpad_sender', 518 '../breakpad/breakpad.gyp:breakpad_sender',
519 '../chrome_elf/chrome_elf.gyp:chrome_elf',
519 '../components/components.gyp:breakpad_component', 520 '../components/components.gyp:breakpad_component',
520 '../components/components.gyp:policy', 521 '../components/components.gyp:policy',
521 '../chrome_elf/chrome_elf.gyp:chrome_elf',
522 '../sandbox/sandbox.gyp:sandbox', 522 '../sandbox/sandbox.gyp:sandbox',
523 ], 523 ],
524 'sources': [ 524 'sources': [
525 'app/chrome_breakpad_client.cc', 525 'app/chrome_breakpad_client.cc',
526 'app/chrome_breakpad_client.h', 526 'app/chrome_breakpad_client.h',
527 'app/chrome_exe.rc', 527 'app/chrome_exe.rc',
528 'common/crash_keys.cc', 528 'common/crash_keys.cc',
529 'common/crash_keys.h', 529 'common/crash_keys.h',
530 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', 530 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
531 ], 531 ],
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'dependencies': [ 693 'dependencies': [
694 'chrome_nacl_win64', 694 'chrome_nacl_win64',
695 ], 695 ],
696 }], 696 }],
697 ], 697 ],
698 }, 698 },
699 ], 699 ],
700 }], 700 }],
701 ], 701 ],
702 } 702 }
OLDNEW
« no previous file with comments | « base/win/iat_patch_function.cc ('k') | chrome_elf/chrome_elf.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698