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

Unified Diff: src/trusted/validator_ragel/dfa_validator_x86_32.gyp

Issue 12226019: Move bitmap manipulation functions in bitmap.h (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator_ragel/dfa_validator_x86_32.gyp
===================================================================
--- src/trusted/validator_ragel/dfa_validator_x86_32.gyp (revision 10713)
+++ src/trusted/validator_ragel/dfa_validator_x86_32.gyp (working copy)
@@ -8,9 +8,6 @@
'includes': [
'../../../build/common.gypi',
],
- 'target_defaults': {
halyavin 2013/02/06 02:30:08 Is it needed for this CL?
khim 2013/02/06 08:01:49 No, it's in the same client :-( Removed.
- 'defines': [ 'NACL_TRUSTED_BUT_NOT_TCB' ],
- },
'conditions': [
['target_arch=="ia32"', {
'targets': [

Powered by Google App Engine
This is Rietveld 408576698