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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 6532028: Fix gyp dependencies for building with mac_breakpad==1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'variables': { 501 'variables': {
502 # A real .dSYM is needed for dump_syms to operate on. 502 # A real .dSYM is needed for dump_syms to operate on.
503 'mac_real_dsym': 1, 503 'mac_real_dsym': 1,
504 }, 504 },
505 'sources': [ 505 'sources': [
506 'app/breakpad_mac.mm', 506 'app/breakpad_mac.mm',
507 'app/breakpad_mac.h', 507 'app/breakpad_mac.h',
508 ], 508 ],
509 'dependencies': [ 509 'dependencies': [
510 '../breakpad/breakpad.gyp:breakpad', 510 '../breakpad/breakpad.gyp:breakpad',
511 'policy', 511 'app/policy/cloud_policy_codegen.gyp:policy',
512 ], 512 ],
513 }, { # else: mac_breakpad!=1 513 }, { # else: mac_breakpad!=1
514 # No Breakpad, put in the stubs. 514 # No Breakpad, put in the stubs.
515 'sources': [ 515 'sources': [
516 'app/breakpad_mac_stubs.mm', 516 'app/breakpad_mac_stubs.mm',
517 'app/breakpad_mac.h', 517 'app/breakpad_mac.h',
518 ], 518 ],
519 }], # mac_breakpad 519 }], # mac_breakpad
520 ['mac_keystone==1', { 520 ['mac_keystone==1', {
521 'mac_bundle_resources': [ 521 'mac_bundle_resources': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 617 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
618 }, 618 },
619 }, 619 },
620 }, 620 },
621 }, 621 },
622 }, # target chrome_dll 622 }, # target chrome_dll
623 ], 623 ],
624 }], 624 }],
625 ], 625 ],
626 } 626 }
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