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

Side by Side Diff: base/base.gyp

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/atomicops.h ('k') | base/base.gypi » ('j') | shell/BUILD.gn » ('J')
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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 }], 750 }],
751 ['use_glib == 1', { 751 ['use_glib == 1', {
752 'dependencies': [ 752 'dependencies': [
753 '../build/linux/system.gyp:glib', 753 '../build/linux/system.gyp:glib',
754 ], 754 ],
755 }, { # use_glib == 0 755 }, { # use_glib == 0
756 'sources!': [ 756 'sources!': [
757 'message_loop/message_pump_glib_unittest.cc', 757 'message_loop/message_pump_glib_unittest.cc',
758 ] 758 ]
759 }], 759 }],
760 ['use_ozone == 1', {
761 'sources!': [
762 'message_loop/message_pump_glib_unittest.cc',
763 ]
764 }],
760 ['OS == "linux" and use_allocator!="none"', { 765 ['OS == "linux" and use_allocator!="none"', {
761 'dependencies': [ 766 'dependencies': [
762 'allocator/allocator.gyp:allocator', 767 'allocator/allocator.gyp:allocator',
763 ], 768 ],
764 }, 769 },
765 ], 770 ],
766 ['OS == "win"', { 771 ['OS == "win"', {
767 'sources!': [ 772 'sources!': [
768 'file_descriptor_shuffle_unittest.cc', 773 'file_descriptor_shuffle_unittest.cc',
769 'files/dir_reader_posix_unittest.cc', 774 'files/dir_reader_posix_unittest.cc',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'dependencies': [ 1558 'dependencies': [
1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1555 ], 1560 ],
1556 }], 1561 }],
1557 ], 1562 ],
1558 }, 1563 },
1559 ], 1564 ],
1560 }], 1565 }],
1561 ], 1566 ],
1562 } 1567 }
OLDNEW
« no previous file with comments | « base/atomicops.h ('k') | base/base.gypi » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698