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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 'c/dev/ppp_cursor_control_dev.h', | 97 'c/dev/ppp_cursor_control_dev.h', |
98 'c/dev/ppp_find_dev.h', | 98 'c/dev/ppp_find_dev.h', |
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_nacl_private.h', | 108 'c/private/ppb_nacl_private.h', |
108 | 109 |
109 # Deprecated interfaces. | 110 # Deprecated interfaces. |
110 'c/dev/deprecated_bool.h', | 111 'c/dev/deprecated_bool.h', |
111 'c/dev/ppb_var_deprecated.h', | 112 'c/dev/ppb_var_deprecated.h', |
112 'c/dev/ppp_class_deprecated.h', | 113 'c/dev/ppp_class_deprecated.h', |
113 | 114 |
114 # Trusted interfaces. | 115 # Trusted interfaces. |
115 'c/trusted/ppb_image_data_trusted.h', | 116 'c/trusted/ppb_image_data_trusted.h', |
116 'c/trusted/ppb_url_loader_trusted.h', | 117 'c/trusted/ppb_url_loader_trusted.h', |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 ['OS=="win"', { | 677 ['OS=="win"', { |
677 }], | 678 }], |
678 ['OS=="linux"', { | 679 ['OS=="linux"', { |
679 }], | 680 }], |
680 ['OS=="mac"', { | 681 ['OS=="mac"', { |
681 }] | 682 }] |
682 ], | 683 ], |
683 }, | 684 }, |
684 ], | 685 ], |
685 } | 686 } |
OLD | NEW |