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

Side by Side Diff: test/linux/target-rpath/test.gyp

Issue 1813053003: ninja: Add target_rpath generator flag (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add gyptest-target-rpath.py unit test Created 4 years, 9 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 | « test/linux/target-rpath/main.c ('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 (c) 2013 Google Inc. All rights reserved. 1 # Copyright (c) 2013 Google Inc. 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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'shared', 7 'target_name': 'shared',
8 'type': 'shared_library', 8 'type': 'shared_library',
9 'sources': [ 'file.c' ], 9 'sources': [ 'file.c' ],
10 }, 10 },
(...skipping 27 matching lines...) Expand all
38 { 38 {
39 'target_name': 'static_executable', 39 'target_name': 'static_executable',
40 'type': 'executable', 40 'type': 'executable',
41 'sources': [ 'main.c' ], 41 'sources': [ 'main.c' ],
42 'dependencies': [ 42 'dependencies': [
43 'static', 43 'static',
44 ] 44 ]
45 }, 45 },
46 ], 46 ],
47 } 47 }
OLDNEW
« no previous file with comments | « test/linux/target-rpath/main.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698