| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'conditions': [ | 6 'conditions': [ |
| 7 ['OS!="win"', { | 7 ['OS!="win"', { |
| 8 'variables': { | 8 'variables': { |
| 9 'config_h_dir': | 9 'config_h_dir': |
| 10 '.', # crafted for gcc/linux. | 10 '.', # crafted for gcc/linux. |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'src/google/protobuf/descriptor.pb.h', | 105 'src/google/protobuf/descriptor.pb.h', |
| 106 'src/google/protobuf/descriptor_database.h', | 106 'src/google/protobuf/descriptor_database.h', |
| 107 'src/google/protobuf/dynamic_message.h', | 107 'src/google/protobuf/dynamic_message.h', |
| 108 'src/google/protobuf/generated_message_reflection.h', | 108 'src/google/protobuf/generated_message_reflection.h', |
| 109 'src/google/protobuf/message.h', | 109 'src/google/protobuf/message.h', |
| 110 'src/google/protobuf/reflection_ops.h', | 110 'src/google/protobuf/reflection_ops.h', |
| 111 'src/google/protobuf/service.h', | 111 'src/google/protobuf/service.h', |
| 112 'src/google/protobuf/text_format.h', | 112 'src/google/protobuf/text_format.h', |
| 113 'src/google/protobuf/unknown_field_set.h', | 113 'src/google/protobuf/unknown_field_set.h', |
| 114 'src/google/protobuf/wire_format.h', | 114 'src/google/protobuf/wire_format.h', |
| 115 'src/google/protobuf/wire_format_inl.h', | |
| 116 'src/google/protobuf/io/gzip_stream.h', | 115 'src/google/protobuf/io/gzip_stream.h', |
| 117 'src/google/protobuf/io/printer.h', | 116 'src/google/protobuf/io/printer.h', |
| 118 'src/google/protobuf/io/tokenizer.h', | 117 'src/google/protobuf/io/tokenizer.h', |
| 119 'src/google/protobuf/io/zero_copy_stream_impl.h', | 118 'src/google/protobuf/io/zero_copy_stream_impl.h', |
| 120 'src/google/protobuf/compiler/code_generator.h', | 119 'src/google/protobuf/compiler/code_generator.h', |
| 121 'src/google/protobuf/compiler/command_line_interface.h', | 120 'src/google/protobuf/compiler/command_line_interface.h', |
| 122 'src/google/protobuf/compiler/importer.h', | 121 'src/google/protobuf/compiler/importer.h', |
| 123 'src/google/protobuf/compiler/parser.h', | 122 'src/google/protobuf/compiler/parser.h', |
| 124 | 123 |
| 125 'src/google/protobuf/stubs/strutil.cc', | 124 'src/google/protobuf/stubs/strutil.cc', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 # ], | 303 # ], |
| 305 }, | 304 }, |
| 306 ], | 305 ], |
| 307 } | 306 } |
| 308 | 307 |
| 309 # Local Variables: | 308 # Local Variables: |
| 310 # tab-width:2 | 309 # tab-width:2 |
| 311 # indent-tabs-mode:nil | 310 # indent-tabs-mode:nil |
| 312 # End: | 311 # End: |
| 313 # vim: set expandtab tabstop=2 shiftwidth=2: | 312 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |