| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'c/dev/ppb_zoom_dev.h', | 93 'c/dev/ppb_zoom_dev.h', |
| 94 'c/dev/ppp_cursor_control_dev.h', | 94 'c/dev/ppp_cursor_control_dev.h', |
| 95 'c/dev/ppp_find_dev.h', | 95 'c/dev/ppp_find_dev.h', |
| 96 'c/dev/ppp_graphics_3d_dev.h', | 96 'c/dev/ppp_graphics_3d_dev.h', |
| 97 'c/dev/ppp_scrollbar_dev.h', | 97 'c/dev/ppp_scrollbar_dev.h', |
| 98 'c/dev/ppp_selection_dev.h', | 98 'c/dev/ppp_selection_dev.h', |
| 99 'c/dev/ppp_printing_dev.h', | 99 'c/dev/ppp_printing_dev.h', |
| 100 'c/dev/ppp_widget_dev.h', | 100 'c/dev/ppp_widget_dev.h', |
| 101 'c/dev/ppp_zoom_dev.h', | 101 'c/dev/ppp_zoom_dev.h', |
| 102 | 102 |
| 103 # Private interfaces. |
| 104 'c/private/ppb_nacl_util_private.h', |
| 105 |
| 103 # Deprecated interfaces. | 106 # Deprecated interfaces. |
| 104 'c/dev/deprecated_bool.h', | 107 'c/dev/deprecated_bool.h', |
| 105 'c/dev/ppb_var_deprecated.h', | 108 'c/dev/ppb_var_deprecated.h', |
| 106 'c/dev/ppp_class_deprecated.h', | 109 'c/dev/ppp_class_deprecated.h', |
| 107 | 110 |
| 108 # Trusted interfaces. | 111 # Trusted interfaces. |
| 109 'c/trusted/ppb_image_data_trusted.h', | 112 'c/trusted/ppb_image_data_trusted.h', |
| 110 'c/trusted/ppb_url_loader_trusted.h', | 113 'c/trusted/ppb_url_loader_trusted.h', |
| 111 ], | 114 ], |
| 112 }, | 115 }, |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 ['OS=="win"', { | 669 ['OS=="win"', { |
| 667 }], | 670 }], |
| 668 ['OS=="linux"', { | 671 ['OS=="linux"', { |
| 669 }], | 672 }], |
| 670 ['OS=="mac"', { | 673 ['OS=="mac"', { |
| 671 }] | 674 }] |
| 672 ], | 675 ], |
| 673 }, | 676 }, |
| 674 ], | 677 ], |
| 675 } | 678 } |
| OLD | NEW |