| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 '../third_party/mesa/mesa.gypi', | 7 '../third_party/mesa/mesa.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, # Use higher warning level. | 10 'chromium_code': 1, # Use higher warning level. |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'c/dev/ppp_graphics_3d_dev.h', | 99 'c/dev/ppp_graphics_3d_dev.h', |
| 100 'c/dev/ppp_scrollbar_dev.h', | 100 'c/dev/ppp_scrollbar_dev.h', |
| 101 'c/dev/ppp_selection_dev.h', | 101 'c/dev/ppp_selection_dev.h', |
| 102 'c/dev/ppp_printing_dev.h', | 102 'c/dev/ppp_printing_dev.h', |
| 103 'c/dev/ppp_widget_dev.h', | 103 'c/dev/ppp_widget_dev.h', |
| 104 'c/dev/ppp_zoom_dev.h', | 104 'c/dev/ppp_zoom_dev.h', |
| 105 | 105 |
| 106 # Private interfaces. | 106 # Private interfaces. |
| 107 'c/private/ppb_flash.h', | 107 'c/private/ppb_flash.h', |
| 108 'c/private/ppb_nacl_private.h', | 108 'c/private/ppb_nacl_private.h', |
| 109 'c/private/ppb_pdf.h', |
| 109 | 110 |
| 110 # Deprecated interfaces. | 111 # Deprecated interfaces. |
| 111 'c/dev/deprecated_bool.h', | 112 'c/dev/deprecated_bool.h', |
| 112 'c/dev/ppb_var_deprecated.h', | 113 'c/dev/ppb_var_deprecated.h', |
| 113 'c/dev/ppp_class_deprecated.h', | 114 'c/dev/ppp_class_deprecated.h', |
| 114 | 115 |
| 115 # Trusted interfaces. | 116 # Trusted interfaces. |
| 116 'c/trusted/ppb_image_data_trusted.h', | 117 'c/trusted/ppb_image_data_trusted.h', |
| 117 'c/trusted/ppb_url_loader_trusted.h', | 118 'c/trusted/ppb_url_loader_trusted.h', |
| 118 ], | 119 ], |
| (...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 ['OS=="win"', { | 680 ['OS=="win"', { |
| 680 }], | 681 }], |
| 681 ['OS=="linux"', { | 682 ['OS=="linux"', { |
| 682 }], | 683 }], |
| 683 ['OS=="mac"', { | 684 ['OS=="mac"', { |
| 684 }] | 685 }] |
| 685 ], | 686 ], |
| 686 }, | 687 }, |
| 687 ], | 688 ], |
| 688 } | 689 } |
| OLD | NEW |