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

Side by Side Diff: base/base.gyp

Issue 557463002: Make base_unittests_apk actually work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-group-datadeps
Patch Set: Rebase Created 6 years, 3 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 | « base/BUILD.gn ('k') | base/test/BUILD.gn » ('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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 'test_support_perf', 816 'test_support_perf',
817 '../testing/gtest.gyp:gtest', 817 '../testing/gtest.gyp:gtest',
818 'base_i18n', 818 'base_i18n',
819 'base', 819 'base',
820 ], 820 ],
821 'sources': [ 821 'sources': [
822 'i18n/streaming_utf8_validator_perftest.cc', 822 'i18n/streaming_utf8_validator_perftest.cc',
823 ], 823 ],
824 }, 824 },
825 { 825 {
826 # GN: //base/test:test_support
826 'target_name': 'test_support_base', 827 'target_name': 'test_support_base',
827 'type': 'static_library', 828 'type': 'static_library',
828 'dependencies': [ 829 'dependencies': [
829 'base', 830 'base',
830 'base_static', 831 'base_static',
831 'base_i18n', 832 'base_i18n',
832 '../testing/gmock.gyp:gmock', 833 '../testing/gmock.gyp:gmock',
833 '../testing/gtest.gyp:gtest', 834 '../testing/gtest.gyp:gtest',
834 '../third_party/libxml/libxml.gyp:libxml', 835 '../third_party/libxml/libxml.gyp:libxml',
835 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 836 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 'dependencies': [ 1463 'dependencies': [
1463 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1464 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1464 ], 1465 ],
1465 }], 1466 }],
1466 ], 1467 ],
1467 }, 1468 },
1468 ], 1469 ],
1469 }], 1470 }],
1470 ], 1471 ],
1471 } 1472 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698