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

Side by Side Diff: third_party/android_crazy_linker/crazy_linker.gyp

Issue 640363002: Make crazy linker work in gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-shell-apk
Patch Set: Created 6 years, 2 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/android_crazy_linker/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN: //third_party/android_crazy_linker:android_crazy_linker
8 'target_name': 'crazy_linker', 9 'target_name': 'crazy_linker',
9 'type': 'static_library', 10 'type': 'static_library',
10 'include_dirs': [ 11 'include_dirs': [
11 'src/include', 12 'src/include',
12 'src/src', 13 'src/src',
13 ], 14 ],
14 'defines': [ 15 'defines': [
15 'CRAZY_DEBUG=0', 16 'CRAZY_DEBUG=0',
16 ], 17 ],
17 'sources': [ 18 'sources': [
(...skipping 28 matching lines...) Expand all
46 ], 47 ],
47 }, 48 },
48 'direct_dependent_settings': { 49 'direct_dependent_settings': {
49 'include_dirs': [ 50 'include_dirs': [
50 'src/include', 51 'src/include',
51 ], 52 ],
52 }, 53 },
53 }, 54 },
54 ], 55 ],
55 } 56 }
OLDNEW
« no previous file with comments | « third_party/android_crazy_linker/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698