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

Side by Side Diff: components/components_tests.gyp

Issue 1414843004: [Reland] Properly escape node names in DependencyGraph Graphviz export (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix by using checked_cast Created 5 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
« no previous file with comments | « no previous file | components/keyed_service/core/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 '../sync/sync.gyp:test_support_sync_api', 918 '../sync/sync.gyp:test_support_sync_api',
919 '../testing/gmock.gyp:gmock', 919 '../testing/gmock.gyp:gmock',
920 '../testing/gtest.gyp:gtest', 920 '../testing/gtest.gyp:gtest',
921 '../third_party/icu/icu.gyp:icui18n', 921 '../third_party/icu/icu.gyp:icui18n',
922 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 922 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
923 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 923 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
924 '../third_party/libjingle/libjingle.gyp:libjingle', 924 '../third_party/libjingle/libjingle.gyp:libjingle',
925 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 925 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
926 '../third_party/libxml/libxml.gyp:libxml', 926 '../third_party/libxml/libxml.gyp:libxml',
927 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 927 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
928 '../third_party/re2/re2.gyp:re2',
928 '../ui/base/ui_base.gyp:ui_base', 929 '../ui/base/ui_base.gyp:ui_base',
929 '../ui/gfx/gfx.gyp:gfx', 930 '../ui/gfx/gfx.gyp:gfx',
930 '../ui/gfx/gfx.gyp:gfx_test_support', 931 '../ui/gfx/gfx.gyp:gfx_test_support',
931 '../ui/resources/ui_resources.gyp:ui_resources', 932 '../ui/resources/ui_resources.gyp:ui_resources',
932 '../ui/resources/ui_resources.gyp:ui_test_pak', 933 '../ui/resources/ui_resources.gyp:ui_test_pak',
933 '../ui/strings/ui_strings.gyp:ui_strings', 934 '../ui/strings/ui_strings.gyp:ui_strings',
934 '../url/url.gyp:url_lib', 935 '../url/url.gyp:url_lib',
935 'components.gyp:auto_login_parser', 936 'components.gyp:auto_login_parser',
936 'components.gyp:autofill_core_browser', 937 'components.gyp:autofill_core_browser',
937 'components.gyp:autofill_core_common', 938 'components.gyp:autofill_core_common',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 'dependencies': [ 1797 'dependencies': [
1797 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1798 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1798 ], 1799 ],
1799 }], 1800 }],
1800 ], 1801 ],
1801 }, 1802 },
1802 ], 1803 ],
1803 }], 1804 }],
1804 ], 1805 ],
1805 } 1806 }
OLDNEW
« no previous file with comments | « no previous file | components/keyed_service/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698