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

Side by Side Diff: base/base.gyp

Issue 167453002: Removed unused dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'conditions': [ 735 'conditions': [
736 [ 'toolkit_uses_gtk==1', { 736 [ 'toolkit_uses_gtk==1', {
737 'sources': [ 737 'sources': [
738 'nix/xdg_util_unittest.cc', 738 'nix/xdg_util_unittest.cc',
739 ], 739 ],
740 'dependencies': [ 740 'dependencies': [
741 '../build/linux/system.gyp:gtk', 741 '../build/linux/system.gyp:gtk',
742 ] 742 ]
743 }], 743 }],
744 ], 744 ],
745 'dependencies': [
746 '../build/linux/system.gyp:ssl',
747 ],
748 }], 745 }],
749 ['use_x11 == 1', { 746 ['use_x11 == 1', {
750 'dependencies': [ 747 'dependencies': [
751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
752 ], 749 ],
753 }], 750 }],
754 ['use_glib == 1', { 751 ['use_glib == 1', {
755 'dependencies': [ 752 'dependencies': [
756 '../build/linux/system.gyp:glib', 753 '../build/linux/system.gyp:glib',
757 ], 754 ],
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 'base_unittests.isolate', 1455 'base_unittests.isolate',
1459 ], 1456 ],
1460 'sources': [ 1457 'sources': [
1461 'base_unittests.isolate', 1458 'base_unittests.isolate',
1462 ], 1459 ],
1463 }, 1460 },
1464 ], 1461 ],
1465 }], 1462 }],
1466 ], 1463 ],
1467 } 1464 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698