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

Side by Side Diff: gpu/gpu.gyp

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 7 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 | « gpu/command_buffer/client/client_test_helper.h ('k') | ios/ios_tests.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) 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 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'type': 'none', 743 'type': 'none',
744 'dependencies': [ 744 'dependencies': [
745 'gpu_unittests', 745 'gpu_unittests',
746 ], 746 ],
747 'includes': [ 747 'includes': [
748 '../build/isolate.gypi', 748 '../build/isolate.gypi',
749 ], 749 ],
750 'sources': [ 750 'sources': [
751 'gpu_unittests.isolate', 751 'gpu_unittests.isolate',
752 ], 752 ],
753 'conditions': [
754 ['use_x11==1',
755 {
756 'dependencies': [
757 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
758 ],
759 }
760 ],
761 ],
753 }, 762 },
754 ], 763 ],
755 }], 764 }],
756 ], 765 ],
757 } 766 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/client_test_helper.h ('k') | ios/ios_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698