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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 177863002: Refactor configuration of sandboxes - first steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix remaining nits and rebase Created 6 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
« no previous file with comments | « no previous file | components/nacl/browser/nacl_broker_host_win.cc » ('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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'type': 'executable', 623 'type': 'executable',
624 'product_name': 'nacl64', 624 'product_name': 'nacl64',
625 'sources': [ 625 'sources': [
626 'app/chrome_breakpad_client.cc', 626 'app/chrome_breakpad_client.cc',
627 'common/crash_keys.cc', 627 'common/crash_keys.cc',
628 'nacl/nacl_exe_win_64.cc', 628 'nacl/nacl_exe_win_64.cc',
629 '../content/app/startup_helper_win.cc', 629 '../content/app/startup_helper_win.cc',
630 '../content/common/sandbox_init_win.cc', 630 '../content/common/sandbox_init_win.cc',
631 '../content/common/sandbox_win.cc', 631 '../content/common/sandbox_win.cc',
632 '../content/public/common/content_switches.cc', 632 '../content/public/common/content_switches.cc',
633 '../content/public/common/sandboxed_process_launcher_delegate.cc ',
633 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 634 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
634 ], 635 ],
635 'dependencies': [ 636 'dependencies': [
636 'chrome_version_resources', 637 'chrome_version_resources',
637 'installer_util_nacl_win64', 638 'installer_util_nacl_win64',
638 '../base/base.gyp:base_i18n_nacl_win64', 639 '../base/base.gyp:base_i18n_nacl_win64',
639 '../base/base.gyp:base_win64', 640 '../base/base.gyp:base_win64',
640 '../base/base.gyp:base_static_win64', 641 '../base/base.gyp:base_static_win64',
641 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64', 642 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64',
642 '../breakpad/breakpad.gyp:breakpad_handler_win64', 643 '../breakpad/breakpad.gyp:breakpad_handler_win64',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'dependencies': [ 701 'dependencies': [
701 'chrome_nacl_win64', 702 'chrome_nacl_win64',
702 ], 703 ],
703 }], 704 }],
704 ], 705 ],
705 }, 706 },
706 ], 707 ],
707 }], 708 }],
708 ], 709 ],
709 } 710 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/browser/nacl_broker_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698