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

Side by Side Diff: components/components_tests.gyp

Issue 1414053004: Properly escape node names in DependencyGraph Graphviz export (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-upload to fix --similarity Created 5 years, 2 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
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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 '../sync/sync.gyp:test_support_sync_api', 915 '../sync/sync.gyp:test_support_sync_api',
916 '../testing/gmock.gyp:gmock', 916 '../testing/gmock.gyp:gmock',
917 '../testing/gtest.gyp:gtest', 917 '../testing/gtest.gyp:gtest',
918 '../third_party/icu/icu.gyp:icui18n', 918 '../third_party/icu/icu.gyp:icui18n',
919 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 919 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
920 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 920 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
921 '../third_party/libjingle/libjingle.gyp:libjingle', 921 '../third_party/libjingle/libjingle.gyp:libjingle',
922 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 922 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
923 '../third_party/libxml/libxml.gyp:libxml', 923 '../third_party/libxml/libxml.gyp:libxml',
924 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 924 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
925 '../third_party/re2/re2.gyp:re2',
925 '../ui/base/ui_base.gyp:ui_base', 926 '../ui/base/ui_base.gyp:ui_base',
926 '../ui/gfx/gfx.gyp:gfx', 927 '../ui/gfx/gfx.gyp:gfx',
927 '../ui/gfx/gfx.gyp:gfx_test_support', 928 '../ui/gfx/gfx.gyp:gfx_test_support',
928 '../ui/resources/ui_resources.gyp:ui_resources', 929 '../ui/resources/ui_resources.gyp:ui_resources',
929 '../ui/resources/ui_resources.gyp:ui_test_pak', 930 '../ui/resources/ui_resources.gyp:ui_test_pak',
930 '../ui/strings/ui_strings.gyp:ui_strings', 931 '../ui/strings/ui_strings.gyp:ui_strings',
931 '../url/url.gyp:url_lib', 932 '../url/url.gyp:url_lib',
932 'components.gyp:auto_login_parser', 933 'components.gyp:auto_login_parser',
933 'components.gyp:autofill_core_browser', 934 'components.gyp:autofill_core_browser',
934 'components.gyp:autofill_core_common', 935 'components.gyp:autofill_core_common',
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'dependencies': [ 1791 'dependencies': [
1791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1792 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1792 ], 1793 ],
1793 }], 1794 }],
1794 ], 1795 ],
1795 }, 1796 },
1796 ], 1797 ],
1797 }], 1798 }],
1798 ], 1799 ],
1799 } 1800 }
OLDNEW
« no previous file with comments | « no previous file | components/keyed_service/core/BUILD.gn » ('j') | components/keyed_service/core/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698