| OLD | NEW | 
|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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   'variables': { | 6   'variables': { | 
| 7     'c_source_files': [ | 7     'c_source_files': [ | 
| 8       'c/pp_bool.h', | 8       'c/pp_bool.h', | 
| 9       'c/pp_completion_callback.h', | 9       'c/pp_completion_callback.h', | 
| 10       'c/pp_errors.h', | 10       'c/pp_errors.h', | 
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 54       'c/dev/pp_video_dev.h', | 54       'c/dev/pp_video_dev.h', | 
| 55       'c/dev/ppb_buffer_dev.h', | 55       'c/dev/ppb_buffer_dev.h', | 
| 56       'c/dev/ppb_char_set_dev.h', | 56       'c/dev/ppb_char_set_dev.h', | 
| 57       'c/dev/ppb_console_dev.h', | 57       'c/dev/ppb_console_dev.h', | 
| 58       'c/dev/ppb_cursor_control_dev.h', | 58       'c/dev/ppb_cursor_control_dev.h', | 
| 59       'c/dev/ppb_directory_reader_dev.h', | 59       'c/dev/ppb_directory_reader_dev.h', | 
| 60       'c/dev/ppb_file_chooser_dev.h', | 60       'c/dev/ppb_file_chooser_dev.h', | 
| 61       'c/dev/ppb_find_dev.h', | 61       'c/dev/ppb_find_dev.h', | 
| 62       'c/dev/ppb_font_dev.h', | 62       'c/dev/ppb_font_dev.h', | 
| 63       'c/dev/ppb_fullscreen_dev.h', | 63       'c/dev/ppb_fullscreen_dev.h', | 
|  | 64       'c/dev/ppb_gamepad_dev.h', | 
| 64       'c/dev/ppb_ime_input_event_dev.h', | 65       'c/dev/ppb_ime_input_event_dev.h', | 
| 65       'c/dev/ppb_memory_dev.h', | 66       'c/dev/ppb_memory_dev.h', | 
| 66       'c/dev/ppb_scrollbar_dev.h', | 67       'c/dev/ppb_scrollbar_dev.h', | 
| 67       'c/dev/ppb_testing_dev.h', | 68       'c/dev/ppb_testing_dev.h', | 
| 68       'c/dev/ppb_url_util_dev.h', | 69       'c/dev/ppb_url_util_dev.h', | 
| 69       'c/dev/ppb_var_array_buffer_dev.h', | 70       'c/dev/ppb_var_array_buffer_dev.h', | 
| 70       'c/dev/ppb_video_decoder_dev.h', | 71       'c/dev/ppb_video_decoder_dev.h', | 
| 71       'c/dev/ppb_websocket_dev.h', | 72       'c/dev/ppb_websocket_dev.h', | 
| 72       'c/dev/ppb_widget_dev.h', | 73       'c/dev/ppb_widget_dev.h', | 
| 73       'c/dev/ppb_zoom_dev.h', | 74       'c/dev/ppb_zoom_dev.h', | 
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 183       'cpp/dev/directory_reader_dev.cc', | 184       'cpp/dev/directory_reader_dev.cc', | 
| 184       'cpp/dev/directory_reader_dev.h', | 185       'cpp/dev/directory_reader_dev.h', | 
| 185       'cpp/dev/file_chooser_dev.cc', | 186       'cpp/dev/file_chooser_dev.cc', | 
| 186       'cpp/dev/file_chooser_dev.h', | 187       'cpp/dev/file_chooser_dev.h', | 
| 187       'cpp/dev/find_dev.cc', | 188       'cpp/dev/find_dev.cc', | 
| 188       'cpp/dev/find_dev.h', | 189       'cpp/dev/find_dev.h', | 
| 189       'cpp/dev/font_dev.cc', | 190       'cpp/dev/font_dev.cc', | 
| 190       'cpp/dev/font_dev.h', | 191       'cpp/dev/font_dev.h', | 
| 191       'cpp/dev/fullscreen_dev.cc', | 192       'cpp/dev/fullscreen_dev.cc', | 
| 192       'cpp/dev/fullscreen_dev.h', | 193       'cpp/dev/fullscreen_dev.h', | 
|  | 194       'cpp/dev/gamepad_dev.cc', | 
|  | 195       'cpp/dev/gamepad_dev.h', | 
| 193       'cpp/dev/ime_input_event_dev.cc', | 196       'cpp/dev/ime_input_event_dev.cc', | 
| 194       'cpp/dev/ime_input_event_dev.h', | 197       'cpp/dev/ime_input_event_dev.h', | 
| 195       'cpp/dev/memory_dev.cc', | 198       'cpp/dev/memory_dev.cc', | 
| 196       'cpp/dev/memory_dev.h', | 199       'cpp/dev/memory_dev.h', | 
| 197       'cpp/dev/printing_dev.cc', | 200       'cpp/dev/printing_dev.cc', | 
| 198       'cpp/dev/printing_dev.h', | 201       'cpp/dev/printing_dev.h', | 
| 199       'cpp/dev/scrollbar_dev.cc', | 202       'cpp/dev/scrollbar_dev.cc', | 
| 200       'cpp/dev/scrollbar_dev.h', | 203       'cpp/dev/scrollbar_dev.h', | 
| 201       'cpp/dev/selection_dev.cc', | 204       'cpp/dev/selection_dev.cc', | 
| 202       'cpp/dev/selection_dev.h', | 205       'cpp/dev/selection_dev.h', | 
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 391           'c/dev/ppb_transport_dev.h', | 394           'c/dev/ppb_transport_dev.h', | 
| 392         ], | 395         ], | 
| 393         'cpp_source_files': [ | 396         'cpp_source_files': [ | 
| 394           'cpp/dev/transport_dev.cc', | 397           'cpp/dev/transport_dev.cc', | 
| 395           'cpp/dev/transport_dev.h', | 398           'cpp/dev/transport_dev.h', | 
| 396         ], | 399         ], | 
| 397       }, | 400       }, | 
| 398     }], | 401     }], | 
| 399   ], | 402   ], | 
| 400 } | 403 } | 
| OLD | NEW | 
|---|