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

Side by Side Diff: native_client_sdk/src/libraries/nacl_mounts/library.dsc

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 # Disabled pnacl for now because it warns on using the language extension 2 # Disabled pnacl for now because it warns on using the language extension
3 # typeof(...) 3 # typeof(...)
4 #'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
5 'TOOLS': ['newlib', 'glibc', 'win'], 4 'TOOLS': ['newlib', 'glibc', 'win'],
6 'SEARCH': [ 5 'SEARCH': [
7 '.', 6 '.',
8 'pepper', 7 'pepper',
9 '../utils' 8 '../utils'
10 ], 9 ],
11 'TARGETS': [ 10 'TARGETS': [
12 { 11 {
13 'NAME' : 'nacl_mounts', 12 'NAME' : 'nacl_mounts',
14 'TYPE' : 'lib', 13 'TYPE' : 'lib',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 }, 70 },
72 { 71 {
73 'FILES': [ 72 'FILES': [
74 "auto_lock.h", 73 "auto_lock.h",
75 "macros.h", 74 "macros.h",
76 "ref_object.h" 75 "ref_object.h"
77 ], 76 ],
78 'DEST': 'include/utils', 77 'DEST': 'include/utils',
79 } 78 }
80 ], 79 ],
80 'DATA': [
81 'Makefile',
82 ],
81 'DEST': 'src', 83 'DEST': 'src',
82 'NAME': 'nacl_mounts', 84 'NAME': 'nacl_mounts',
83 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698