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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 12805004: Remove mention of the nacl process in content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/browser/nacl_host/nacl_process_host.cc ('k') | chrome/nacl/nacl_broker_listener.h » ('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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'product_name': 'nacl64', 549 'product_name': 'nacl64',
550 'sources': [ 550 'sources': [
551 'app/breakpad_win.cc', 551 'app/breakpad_win.cc',
552 'app/crash_analysis_win.cc', 552 'app/crash_analysis_win.cc',
553 'app/hard_error_handler_win.cc', 553 'app/hard_error_handler_win.cc',
554 'common/crash_keys.cc', 554 'common/crash_keys.cc',
555 'nacl/nacl_exe_win_64.cc', 555 'nacl/nacl_exe_win_64.cc',
556 '../content/app/startup_helper_win.cc', 556 '../content/app/startup_helper_win.cc',
557 '../content/common/debug_flags.cc', # Needed for sandbox_policy .cc 557 '../content/common/debug_flags.cc', # Needed for sandbox_policy .cc
558 '../content/common/sandbox_init_win.cc', 558 '../content/common/sandbox_init_win.cc',
559 '../content/common/sandbox_policy.cc', 559 '../content/common/sandbox_win.cc',
560 '../content/public/common/content_switches.cc', 560 '../content/public/common/content_switches.cc',
561 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 561 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
562 ], 562 ],
563 'dependencies': [ 563 'dependencies': [
564 'app/policy/cloud_policy_codegen.gyp:policy_win64', 564 'app/policy/cloud_policy_codegen.gyp:policy_win64',
565 'chrome_version_resources', 565 'chrome_version_resources',
566 'installer_util_nacl_win64', 566 'installer_util_nacl_win64',
567 'nacl_win64', 567 'nacl_win64',
568 '../breakpad/breakpad.gyp:breakpad_handler_win64', 568 '../breakpad/breakpad.gyp:breakpad_handler_win64',
569 '../breakpad/breakpad.gyp:breakpad_sender_win64', 569 '../breakpad/breakpad.gyp:breakpad_sender_win64',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'target_name': 'chrome_nacl_win64', 602 'target_name': 'chrome_nacl_win64',
603 'type': 'none', 603 'type': 'none',
604 'sources': [], 604 'sources': [],
605 }, 605 },
606 ], 606 ],
607 }], 607 }],
608 ], 608 ],
609 }], 609 }],
610 ], 610 ],
611 } 611 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.cc ('k') | chrome/nacl/nacl_broker_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698