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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1637513004: Add missing kasko_features dependency on chrome_nacl_win64. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | no next file » | 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 # GN version: //chrome 8 # GN version: //chrome
9 'target_name': 'chrome', 9 'target_name': 'chrome',
10 'type': 'none', 10 'type': 'none',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 '../breakpad/breakpad.gyp:breakpad_handler_win64', 551 '../breakpad/breakpad.gyp:breakpad_handler_win64',
552 '../breakpad/breakpad.gyp:breakpad_sender_win64', 552 '../breakpad/breakpad.gyp:breakpad_sender_win64',
553 '../components/components.gyp:breakpad_win64', 553 '../components/components.gyp:breakpad_win64',
554 '../components/components.gyp:crash_core_common_win64', 554 '../components/components.gyp:crash_core_common_win64',
555 '../components/components.gyp:flags_ui_switches_win64', 555 '../components/components.gyp:flags_ui_switches_win64',
556 '../chrome/common_constants.gyp:common_constants_win64', 556 '../chrome/common_constants.gyp:common_constants_win64',
557 '../components/nacl.gyp:nacl_win64', 557 '../components/nacl.gyp:nacl_win64',
558 '../crypto/crypto.gyp:crypto_nacl_win64', 558 '../crypto/crypto.gyp:crypto_nacl_win64',
559 '../ipc/ipc.gyp:ipc_win64', 559 '../ipc/ipc.gyp:ipc_win64',
560 '../sandbox/sandbox.gyp:sandbox_win64', 560 '../sandbox/sandbox.gyp:sandbox_win64',
561 '../third_party/kasko/kasko.gyp:kasko_features',
561 ], 562 ],
562 'defines': [ 563 'defines': [
563 '<@(nacl_win64_defines)', 564 '<@(nacl_win64_defines)',
564 'COMPILE_CONTENT_STATICALLY', 565 'COMPILE_CONTENT_STATICALLY',
565 ], 566 ],
566 'include_dirs': [ 567 'include_dirs': [
567 '<(SHARED_INTERMEDIATE_DIR)/chrome', 568 '<(SHARED_INTERMEDIATE_DIR)/chrome',
568 ], 569 ],
569 'msvs_settings': { 570 'msvs_settings': {
570 'VCLinkerTool': { 571 'VCLinkerTool': {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'dependencies': [ 619 'dependencies': [
619 'chrome_nacl_win64', 620 'chrome_nacl_win64',
620 ], 621 ],
621 }], 622 }],
622 ], 623 ],
623 }, 624 },
624 ], 625 ],
625 }], 626 }],
626 ], 627 ],
627 } 628 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698