| 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 'includes': [ | |
| 7 '../../build/common.gypi', | |
| 8 ], | |
| 9 'variables': { | 6 'variables': { |
| 10 'antlrdir': 'third_party/antlr3', | 7 'antlrdir': 'third_party/antlr3', |
| 11 'breakpaddir': 'breakpad/src', | 8 'breakpaddir': 'breakpad/src', |
| 12 'fcolladadir': 'third_party/fcollada/files', | 9 'fcolladadir': 'third_party/fcollada/files', |
| 13 'glewdir': 'third_party/glew/files', | 10 'glewdir': 'third_party/glew/files', |
| 14 'gtestdir': 'testing/gtest/include', | 11 'gtestdir': 'testing/gtest/include', |
| 15 'jpegdir': 'third_party/libjpeg', | 12 'jpegdir': 'third_party/libjpeg', |
| 16 'nacldir': 'third_party/native_client/googleclient', | 13 'nacldir': 'third_party/native_client/googleclient', |
| 17 'nixysadir': 'third_party/nixysa', | 14 'nixysadir': 'third_party/nixysa', |
| 18 'npapidir': 'third_party/npapi', | 15 'npapidir': 'third_party/npapi', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 ], | 116 ], |
| 120 'cflags': [ | 117 'cflags': [ |
| 121 '-fvisibility=hidden', | 118 '-fvisibility=hidden', |
| 122 '-Wstrict-aliasing', | 119 '-Wstrict-aliasing', |
| 123 ], | 120 ], |
| 124 }, | 121 }, |
| 125 }, | 122 }, |
| 126 ], | 123 ], |
| 127 ], | 124 ], |
| 128 } | 125 } |
| OLD | NEW |