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

Side by Side Diff: base/base.gypi

Issue 8201001: add missing dependency (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: gtest: create a small project containing one header which is used from base Created 9 years, 1 month 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 | testing/gtest.gyp » ('j') | testing/gtest.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'targets': [ 513 'targets': [
514 { 514 {
515 'target_name': 'base', 515 'target_name': 'base',
516 'type': '<(component)', 516 'type': '<(component)',
517 'toolsets': ['host', 'target'], 517 'toolsets': ['host', 'target'],
518 'variables': { 518 'variables': {
519 'base_target': 1, 519 'base_target': 1,
520 }, 520 },
521 'dependencies': [ 521 'dependencies': [
522 'base_static', 522 'base_static',
523 '../testing/gtest.gyp:gtest_prod',
523 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 524 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
524 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 525 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
525 ], 526 ],
526 # TODO(gregoryd): direct_dependent_settings should be shared with the 527 # TODO(gregoryd): direct_dependent_settings should be shared with the
527 # 64-bit target, but it doesn't work due to a bug in gyp 528 # 64-bit target, but it doesn't work due to a bug in gyp
528 'direct_dependent_settings': { 529 'direct_dependent_settings': {
529 'include_dirs': [ 530 'include_dirs': [
530 '..', 531 '..',
531 ], 532 ],
532 }, 533 },
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 'third_party/xdg_mime/xdgmimemagic.c', 817 'third_party/xdg_mime/xdgmimemagic.c',
817 'third_party/xdg_mime/xdgmimemagic.h', 818 'third_party/xdg_mime/xdgmimemagic.h',
818 'third_party/xdg_mime/xdgmimeparent.c', 819 'third_party/xdg_mime/xdgmimeparent.c',
819 'third_party/xdg_mime/xdgmimeparent.h', 820 'third_party/xdg_mime/xdgmimeparent.h',
820 ], 821 ],
821 }, 822 },
822 ], 823 ],
823 }], 824 }],
824 ], 825 ],
825 } 826 }
OLDNEW
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | testing/gtest.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698