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

Side by Side Diff: base/base.gyp

Issue 1087503003: Enable FilePathWatcher base unittests on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improve comments Created 5 years, 8 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/files/file_path_watcher.cc » ('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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 ['include', '^mac/bind_objc_block_unittest\\.mm$'], 821 ['include', '^mac/bind_objc_block_unittest\\.mm$'],
822 ['include', '^mac/foundation_util_unittest\\.mm$',], 822 ['include', '^mac/foundation_util_unittest\\.mm$',],
823 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], 823 ['include', '^mac/objc_property_releaser_unittest\\.mm$'],
824 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], 824 ['include', '^mac/scoped_nsobject_unittest\\.mm$'],
825 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], 825 ['include', '^sys_string_conversions_mac_unittest\\.mm$'],
826 ], 826 ],
827 }], 827 }],
828 ['OS == "android"', { 828 ['OS == "android"', {
829 'sources/': [ 829 'sources/': [
830 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], 830 ['include', '^debug/proc_maps_linux_unittest\\.cc$'],
831 ['exclude', '^files/file_path_watcher_unittest\\.cc$'],
832 ], 831 ],
833 }], 832 }],
834 # Enable more direct string conversions on platforms with native utf8 833 # Enable more direct string conversions on platforms with native utf8
835 # strings 834 # strings
836 ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', { 835 ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', {
837 'defines': ['SYSTEM_NATIVE_UTF8'], 836 'defines': ['SYSTEM_NATIVE_UTF8'],
838 }], 837 }],
839 ], # target_conditions 838 ], # target_conditions
840 }, 839 },
841 { 840 {
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'dependencies': [ 1600 'dependencies': [
1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1601 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1603 ], 1602 ],
1604 }], 1603 }],
1605 ], 1604 ],
1606 }, 1605 },
1607 ], 1606 ],
1608 }], 1607 }],
1609 ], 1608 ],
1610 } 1609 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/files/file_path_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698