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

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 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') | 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) 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 { 535 {
536 'target_name': 'base', 536 'target_name': 'base',
537 'type': '<(component)', 537 'type': '<(component)',
538 'toolsets': ['host', 'target'], 538 'toolsets': ['host', 'target'],
539 'variables': { 539 'variables': {
540 'base_target': 1, 540 'base_target': 1,
541 'enable_wexit_time_destructors': 1, 541 'enable_wexit_time_destructors': 1,
542 }, 542 },
543 'dependencies': [ 543 'dependencies': [
544 'base_static', 544 'base_static',
545 '../testing/gtest.gyp:gtest_prod',
545 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 546 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
546 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 547 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
547 ], 548 ],
548 # TODO(gregoryd): direct_dependent_settings should be shared with the 549 # TODO(gregoryd): direct_dependent_settings should be shared with the
549 # 64-bit target, but it doesn't work due to a bug in gyp 550 # 64-bit target, but it doesn't work due to a bug in gyp
550 'direct_dependent_settings': { 551 'direct_dependent_settings': {
551 'include_dirs': [ 552 'include_dirs': [
552 '..', 553 '..',
553 ], 554 ],
554 }, 555 },
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 'third_party/xdg_mime/xdgmimemagic.c', 872 'third_party/xdg_mime/xdgmimemagic.c',
872 'third_party/xdg_mime/xdgmimemagic.h', 873 'third_party/xdg_mime/xdgmimemagic.h',
873 'third_party/xdg_mime/xdgmimeparent.c', 874 'third_party/xdg_mime/xdgmimeparent.c',
874 'third_party/xdg_mime/xdgmimeparent.h', 875 'third_party/xdg_mime/xdgmimeparent.h',
875 ], 876 ],
876 }, 877 },
877 ], 878 ],
878 }], 879 }],
879 ], 880 ],
880 } 881 }
OLDNEW
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698