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

Side by Side Diff: third_party/mach_override/mach_override.gyp

Issue 1045863002: Make checkdeps.py check third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/libxml/DEPS ('k') | third_party/mach_override/udis86.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="mac" or (OS=="ios" and "<(GENERATOR)"=="ninja")', { 9 ['OS=="mac" or (OS=="ios" and "<(GENERATOR)"=="ninja")', {
10 'targets' : [ 10 'targets' : [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'target_name' : 'mach_override', 53 'target_name' : 'mach_override',
54 'type': 'static_library', 54 'type': 'static_library',
55 'toolsets': ['host', 'target'], 55 'toolsets': ['host', 'target'],
56 'dependencies': [ 56 'dependencies': [
57 'libudis86', 57 'libudis86',
58 ], 58 ],
59 'sources': [ 59 'sources': [
60 'mach_override.c', 60 'mach_override.c',
61 'mach_override.h', 61 'mach_override.h',
62 ], 62 ],
63 'include_dirs': [
64 '../..',
65 ],
63 }, 66 },
64 ], 67 ],
65 }], 68 }],
66 ], 69 ],
67 } 70 }
OLDNEW
« no previous file with comments | « third_party/libxml/DEPS ('k') | third_party/mach_override/udis86.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698