| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'c/dev/ppb_file_io_dev.h', | 80 'c/dev/ppb_file_io_dev.h', |
| 81 'c/dev/ppb_file_io_trusted_dev.h', | 81 'c/dev/ppb_file_io_trusted_dev.h', |
| 82 'c/dev/ppb_file_ref_dev.h', | 82 'c/dev/ppb_file_ref_dev.h', |
| 83 'c/dev/ppb_file_system_dev.h', | 83 'c/dev/ppb_file_system_dev.h', |
| 84 'c/dev/ppb_find_dev.h', | 84 'c/dev/ppb_find_dev.h', |
| 85 'c/dev/ppb_font_dev.h', | 85 'c/dev/ppb_font_dev.h', |
| 86 'c/dev/ppb_fullscreen_dev.h', | 86 'c/dev/ppb_fullscreen_dev.h', |
| 87 'c/dev/ppb_graphics_3d_dev.h', | 87 'c/dev/ppb_graphics_3d_dev.h', |
| 88 'c/dev/ppb_opengles_dev.h', | 88 'c/dev/ppb_opengles_dev.h', |
| 89 'c/dev/ppb_scrollbar_dev.h', | 89 'c/dev/ppb_scrollbar_dev.h', |
| 90 'c/dev/ppb_surface_3d_dev.h', |
| 90 'c/dev/ppb_testing_dev.h', | 91 'c/dev/ppb_testing_dev.h', |
| 91 'c/dev/ppb_transport_dev.h', | 92 'c/dev/ppb_transport_dev.h', |
| 92 'c/dev/ppb_url_util_dev.h', | 93 'c/dev/ppb_url_util_dev.h', |
| 93 'c/dev/ppb_video_decoder_dev.h', | 94 'c/dev/ppb_video_decoder_dev.h', |
| 94 'c/dev/ppb_widget_dev.h', | 95 'c/dev/ppb_widget_dev.h', |
| 95 'c/dev/ppb_zoom_dev.h', | 96 'c/dev/ppb_zoom_dev.h', |
| 96 'c/dev/ppp_cursor_control_dev.h', | 97 'c/dev/ppp_cursor_control_dev.h', |
| 97 'c/dev/ppp_find_dev.h', | 98 'c/dev/ppp_find_dev.h', |
| 98 'c/dev/ppp_graphics_3d_dev.h', | 99 'c/dev/ppp_graphics_3d_dev.h', |
| 99 'c/dev/ppp_scrollbar_dev.h', | 100 'c/dev/ppp_scrollbar_dev.h', |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 ['OS=="win"', { | 674 ['OS=="win"', { |
| 674 }], | 675 }], |
| 675 ['OS=="linux"', { | 676 ['OS=="linux"', { |
| 676 }], | 677 }], |
| 677 ['OS=="mac"', { | 678 ['OS=="mac"', { |
| 678 }] | 679 }] |
| 679 ], | 680 ], |
| 680 }, | 681 }, |
| 681 ], | 682 ], |
| 682 } | 683 } |
| OLD | NEW |