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

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: Flags, tests and some gyp-fu 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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'dependencies': [ 507 'dependencies': [
508 'chrome_dll', 508 'chrome_dll',
509 'chrome_nacl_win64', 509 'chrome_nacl_win64',
510 'chrome_process_finder', 510 'chrome_process_finder',
511 'chrome_version_resources', 511 'chrome_version_resources',
512 'installer_util', 512 'installer_util',
513 'image_pre_reader', 513 'image_pre_reader',
514 '../base/base.gyp:base', 514 '../base/base.gyp:base',
515 '../breakpad/breakpad.gyp:breakpad_handler', 515 '../breakpad/breakpad.gyp:breakpad_handler',
516 '../breakpad/breakpad.gyp:breakpad_sender', 516 '../breakpad/breakpad.gyp:breakpad_sender',
517 '../chrome_elf/chrome_elf.gyp:chrome_elf',
517 '../components/components.gyp:breakpad_component', 518 '../components/components.gyp:breakpad_component',
518 '../components/components.gyp:policy', 519 '../components/components.gyp:policy',
519 '../chrome_elf/chrome_elf.gyp:chrome_elf', 520 '../chrome_elf/chrome_elf.gyp:chrome_elf',
520 '../sandbox/sandbox.gyp:sandbox', 521 '../sandbox/sandbox.gyp:sandbox',
521 ], 522 ],
522 'sources': [ 523 'sources': [
523 'app/chrome_breakpad_client.cc', 524 'app/chrome_breakpad_client.cc',
524 'app/chrome_breakpad_client.h', 525 'app/chrome_breakpad_client.h',
525 'app/chrome_exe.rc', 526 'app/chrome_exe.rc',
526 'common/crash_keys.cc', 527 'common/crash_keys.cc',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'dependencies': [ 692 'dependencies': [
692 'chrome_nacl_win64', 693 'chrome_nacl_win64',
693 ], 694 ],
694 }], 695 }],
695 ], 696 ],
696 }, 697 },
697 ], 698 ],
698 }], 699 }],
699 ], 700 ],
700 } 701 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698