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 14617003: Make chrome.exe rendezvous with existing chrome process earlier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_process_finder.gypi » ('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': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 }], 453 }],
454 ], 454 ],
455 'dependencies': [ 455 'dependencies': [
456 '../sandbox/sandbox.gyp:sandbox', 456 '../sandbox/sandbox.gyp:sandbox',
457 ], 457 ],
458 }], 458 }],
459 ['OS=="win"', { 459 ['OS=="win"', {
460 'dependencies': [ 460 'dependencies': [
461 'chrome_dll', 461 'chrome_dll',
462 'chrome_nacl_win64', 462 'chrome_nacl_win64',
463 'chrome_process_finder',
463 'chrome_version_resources', 464 'chrome_version_resources',
464 'installer_util', 465 'installer_util',
465 'image_pre_reader', 466 'image_pre_reader',
466 '../base/base.gyp:base', 467 '../base/base.gyp:base',
467 '../breakpad/breakpad.gyp:breakpad_handler', 468 '../breakpad/breakpad.gyp:breakpad_handler',
468 '../breakpad/breakpad.gyp:breakpad_sender', 469 '../breakpad/breakpad.gyp:breakpad_sender',
469 '../sandbox/sandbox.gyp:sandbox', 470 '../sandbox/sandbox.gyp:sandbox',
470 'app/policy/cloud_policy_codegen.gyp:policy', 471 'app/policy/cloud_policy_codegen.gyp:policy',
471 ], 472 ],
472 'sources': [ 473 'sources': [
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'dependencies': [ 624 'dependencies': [
624 'chrome_nacl_win64', 625 'chrome_nacl_win64',
625 ], 626 ],
626 }], 627 }],
627 ], 628 ],
628 }, 629 },
629 ], 630 ],
630 }], 631 }],
631 ], 632 ],
632 } 633 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_process_finder.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698