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

Side by Side Diff: base/base.gyp

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. 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/BUILD.gn ('k') | base/base.gypi » ('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 '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 }],
765 ['OS == "linux" and use_allocator!="none"', { 760 ['OS == "linux" and use_allocator!="none"', {
766 'dependencies': [ 761 'dependencies': [
767 'allocator/allocator.gyp:allocator', 762 'allocator/allocator.gyp:allocator',
768 ], 763 ],
769 }, 764 },
770 ], 765 ],
771 ['OS == "win"', { 766 ['OS == "win"', {
772 'sources!': [ 767 'sources!': [
773 'file_descriptor_shuffle_unittest.cc', 768 'file_descriptor_shuffle_unittest.cc',
774 'files/dir_reader_posix_unittest.cc', 769 'files/dir_reader_posix_unittest.cc',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'dependencies': [ 1553 'dependencies': [
1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1560 ], 1555 ],
1561 }], 1556 }],
1562 ], 1557 ],
1563 }, 1558 },
1564 ], 1559 ],
1565 }], 1560 }],
1566 ], 1561 ],
1567 } 1562 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698