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

Side by Side Diff: native_client_sdk/native_client_sdk_untrusted.gyp

Issue 66163013: Fix disable_nacl=1 build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 6 'includes': [
7 '../build/common_untrusted.gypi', 7 '../build/common_untrusted.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 ['disable_nacl==0 and disable_nacl_untrusted==0', { 10 ['disable_nacl==0 and disable_nacl_untrusted==0', {
(...skipping 21 matching lines...) Expand all
32 }, 32 },
33 'sources': [ 33 'sources': [
34 '>!@pymod_do_main(dsc_info -s -l src/libraries/nacl_io nacl_io)', 34 '>!@pymod_do_main(dsc_info -s -l src/libraries/nacl_io nacl_io)',
35 ], 35 ],
36 'dependencies': [ 36 'dependencies': [
37 '../native_client/tools.gyp:prep_toolchain', 37 '../native_client/tools.gyp:prep_toolchain',
38 '../ppapi/native_client/native_client.gyp:ppapi_lib', 38 '../ppapi/native_client/native_client.gyp:ppapi_lib',
39 ], 39 ],
40 }, 40 },
41 ], 41 ],
42 }, {
43 'targets': []
42 }], 44 }],
43 ], 45 ],
44 } 46 }
OLDNEW
« chrome/installer/mini_installer_syzygy.gyp ('K') | « chrome/installer/mini_installer_syzygy.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698