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

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: Respond to further review comments from jam@ 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
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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'type': 'executable', 614 'type': 'executable',
615 'product_name': 'nacl64', 615 'product_name': 'nacl64',
616 'sources': [ 616 'sources': [
617 'app/chrome_breakpad_client.cc', 617 'app/chrome_breakpad_client.cc',
618 'common/crash_keys.cc', 618 'common/crash_keys.cc',
619 'nacl/nacl_exe_win_64.cc', 619 'nacl/nacl_exe_win_64.cc',
620 '../content/app/startup_helper_win.cc', 620 '../content/app/startup_helper_win.cc',
621 '../content/common/sandbox_init_win.cc', 621 '../content/common/sandbox_init_win.cc',
622 '../content/common/sandbox_win.cc', 622 '../content/common/sandbox_win.cc',
623 '../content/public/common/content_switches.cc', 623 '../content/public/common/content_switches.cc',
624 '../content/public/common/sandboxed_process_launcher_delegate.cc ',
624 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 625 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
625 ], 626 ],
626 'dependencies': [ 627 'dependencies': [
627 'chrome_version_resources', 628 'chrome_version_resources',
628 'installer_util_nacl_win64', 629 'installer_util_nacl_win64',
629 '../base/base.gyp:base_i18n_nacl_win64', 630 '../base/base.gyp:base_i18n_nacl_win64',
630 '../base/base.gyp:base_win64', 631 '../base/base.gyp:base_win64',
631 '../base/base.gyp:base_static_win64', 632 '../base/base.gyp:base_static_win64',
632 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64', 633 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64',
633 '../breakpad/breakpad.gyp:breakpad_handler_win64', 634 '../breakpad/breakpad.gyp:breakpad_handler_win64',
(...skipping 57 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
« no previous file with comments | « no previous file | components/nacl/browser/nacl_broker_host_win.cc » ('j') | components/nacl/browser/nacl_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698