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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows build fix 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
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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 ['disable_nacl!=1 and target_arch=="ia32"', { 543 ['disable_nacl!=1 and target_arch=="ia32"', {
544 'targets': [ 544 'targets': [
545 { 545 {
546 'target_name': 'chrome_nacl_win64', 546 'target_name': 'chrome_nacl_win64',
547 'type': 'executable', 547 'type': 'executable',
548 'product_name': 'nacl64', 548 'product_name': 'nacl64',
549 'sources': [ 549 'sources': [
550 'app/breakpad_win.cc', 550 'app/breakpad_win.cc',
551 'app/hard_error_handler_win.cc', 551 'app/hard_error_handler_win.cc',
552 'common/crash_keys.cc', 552 'common/crash_keys.cc',
553 'nacl/nacl_exe_win_64.cc', 553 'common/nacl_delegate.cc',
554 '../components/nacl/broker/nacl_exe_win_64.cc',
554 '../content/app/startup_helper_win.cc', 555 '../content/app/startup_helper_win.cc',
555 '../content/common/sandbox_init_win.cc', 556 '../content/common/sandbox_init_win.cc',
556 '../content/common/sandbox_win.cc', 557 '../content/common/sandbox_win.cc',
557 '../content/public/common/content_switches.cc', 558 '../content/public/common/content_switches.cc',
558 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 559 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
559 ], 560 ],
560 'dependencies': [ 561 'dependencies': [
561 'app/policy/cloud_policy_codegen.gyp:policy_win64', 562 'app/policy/cloud_policy_codegen.gyp:policy_win64',
562 'chrome_version_resources', 563 'chrome_version_resources',
563 'installer_util_nacl_win64', 564 'installer_util_nacl_win64',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'dependencies': [ 625 'dependencies': [
625 'chrome_nacl_win64', 626 'chrome_nacl_win64',
626 ], 627 ],
627 }], 628 }],
628 ], 629 ],
629 }, 630 },
630 ], 631 ],
631 }], 632 }],
632 ], 633 ],
633 } 634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698