| OLD | NEW | 
|    1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |    1 # Copyright (c) 2012 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   'variables': { |    6   'variables': { | 
|    7     'conditions': [ |    7     'conditions': [ | 
|    8       # Define an "os_include" variable that points at the OS-specific generated |    8       # Define an "os_include" variable that points at the OS-specific generated | 
|    9       # headers.  These were generated by running the configure script offline. |    9       # headers.  These were generated by running the configure script offline. | 
|   10       ['os_posix == 1 and OS != "mac" and OS != "ios"', { |   10       ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   89             'src/include/libxml/debugXML.h', |   89             'src/include/libxml/debugXML.h', | 
|   90             'src/include/libxml/dict.h', |   90             'src/include/libxml/dict.h', | 
|   91             'src/include/libxml/DOCBparser.h', |   91             'src/include/libxml/DOCBparser.h', | 
|   92             'src/include/libxml/encoding.h', |   92             'src/include/libxml/encoding.h', | 
|   93             'src/include/libxml/entities.h', |   93             'src/include/libxml/entities.h', | 
|   94             'src/include/libxml/globals.h', |   94             'src/include/libxml/globals.h', | 
|   95             'src/include/libxml/hash.h', |   95             'src/include/libxml/hash.h', | 
|   96             'src/include/libxml/HTMLparser.h', |   96             'src/include/libxml/HTMLparser.h', | 
|   97             'src/include/libxml/HTMLtree.h', |   97             'src/include/libxml/HTMLtree.h', | 
|   98             'src/include/libxml/list.h', |   98             'src/include/libxml/list.h', | 
|   99             'src/include/libxml/nanoftp.h', |  | 
|  100             'src/include/libxml/nanohttp.h', |  | 
|  101             'src/include/libxml/parser.h', |   99             'src/include/libxml/parser.h', | 
|  102             'src/include/libxml/parserInternals.h', |  100             'src/include/libxml/parserInternals.h', | 
|  103             'src/include/libxml/pattern.h', |  101             'src/include/libxml/pattern.h', | 
|  104             'src/include/libxml/relaxng.h', |  102             'src/include/libxml/relaxng.h', | 
|  105             'src/include/libxml/SAX.h', |  103             'src/include/libxml/SAX.h', | 
|  106             'src/include/libxml/SAX2.h', |  104             'src/include/libxml/SAX2.h', | 
|  107             'src/include/libxml/schemasInternals.h', |  105             'src/include/libxml/schemasInternals.h', | 
|  108             'src/include/libxml/schematron.h', |  106             'src/include/libxml/schematron.h', | 
|  109             'src/include/libxml/threads.h', |  107             'src/include/libxml/threads.h', | 
|  110             'src/include/libxml/tree.h', |  108             'src/include/libxml/tree.h', | 
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  142             'src/encoding.c', |  140             'src/encoding.c', | 
|  143             'src/entities.c', |  141             'src/entities.c', | 
|  144             'src/error.c', |  142             'src/error.c', | 
|  145             'src/globals.c', |  143             'src/globals.c', | 
|  146             'src/hash.c', |  144             'src/hash.c', | 
|  147             'src/HTMLparser.c', |  145             'src/HTMLparser.c', | 
|  148             'src/HTMLtree.c', |  146             'src/HTMLtree.c', | 
|  149             'src/legacy.c', |  147             'src/legacy.c', | 
|  150             'src/libxml.h', |  148             'src/libxml.h', | 
|  151             'src/list.c', |  149             'src/list.c', | 
|  152             'src/nanoftp.c', |  | 
|  153             'src/nanohttp.c', |  | 
|  154             'src/parser.c', |  150             'src/parser.c', | 
|  155             'src/parserInternals.c', |  151             'src/parserInternals.c', | 
|  156             'src/pattern.c', |  152             'src/pattern.c', | 
|  157             'src/relaxng.c', |  153             'src/relaxng.c', | 
|  158             'src/SAX.c', |  154             'src/SAX.c', | 
|  159             'src/SAX2.c', |  155             'src/SAX2.c', | 
|  160             'src/schematron.c', |  156             'src/schematron.c', | 
|  161             'src/threads.c', |  157             'src/threads.c', | 
|  162             'src/tree.c', |  158             'src/tree.c', | 
|  163             #'src/trio.c', |  159             #'src/trio.c', | 
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  258             }], |  254             }], | 
|  259           ], |  255           ], | 
|  260         }], |  256         }], | 
|  261         ['OS == "ios"', { |  257         ['OS == "ios"', { | 
|  262           'toolsets': ['host', 'target'], |  258           'toolsets': ['host', 'target'], | 
|  263         }], |  259         }], | 
|  264       ], |  260       ], | 
|  265     }, |  261     }, | 
|  266   ], |  262   ], | 
|  267 } |  263 } | 
| OLD | NEW |