Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 'TOOLS': ['win', 'linux', 'mac'], | 2 'TOOLS': ['win', 'linux', 'mac'], |
| 3 'SEARCH': [ | 3 'SEARCH': [ |
| 4 '.', | 4 '.', |
| 5 '../../../../ppapi/c', | 5 '../../../../ppapi/c', |
| 6 '../../../../ppapi/c/dev', | 6 '../../../../ppapi/c/dev', |
| 7 '../../../../ppapi/c/extensions/dev', | 7 '../../../../ppapi/c/extensions/dev', |
| 8 ], | 8 ], |
| 9 'TARGETS': [ | 9 'TARGETS': [ |
| 10 { | 10 { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 96 'ppb_graphics_2d_dev.h', | 96 'ppb_graphics_2d_dev.h', |
| 97 'ppb_ime_input_event_dev.h', | 97 'ppb_ime_input_event_dev.h', |
| 98 'ppb_keyboard_input_event_dev.h', | 98 'ppb_keyboard_input_event_dev.h', |
| 99 'ppb_memory_dev.h', | 99 'ppb_memory_dev.h', |
| 100 'ppb_opengles2ext_dev.h', | 100 'ppb_opengles2ext_dev.h', |
| 101 'ppb_printing_dev.h', | 101 'ppb_printing_dev.h', |
| 102 'ppb_resource_array_dev.h', | 102 'ppb_resource_array_dev.h', |
| 103 'ppb_scrollbar_dev.h', | 103 'ppb_scrollbar_dev.h', |
| 104 'ppb_testing_dev.h', | 104 'ppb_testing_dev.h', |
| 105 'ppb_text_input_dev.h', | 105 'ppb_text_input_dev.h', |
| 106 'ppb_text_input_controller.h', | |
|
yzshen1
2013/07/23 16:48:20
Is it intended to put it in dev?
I thought you are
Seigo Nonaka
2013/07/24 09:05:37
Yes, thanks!
Done.
| |
| 106 'ppb_trace_event_dev.h', | 107 'ppb_trace_event_dev.h', |
| 107 'ppb_truetype_font_dev.h', | 108 'ppb_truetype_font_dev.h', |
| 108 'ppb_url_util_dev.h', | 109 'ppb_url_util_dev.h', |
| 109 'ppb_var_deprecated.h', | 110 'ppb_var_deprecated.h', |
| 110 'ppb_video_capture_dev.h', | 111 'ppb_video_capture_dev.h', |
| 111 'ppb_video_decoder_dev.h', | 112 'ppb_video_decoder_dev.h', |
| 112 'ppb_view_dev.h', | 113 'ppb_view_dev.h', |
| 113 'ppb_widget_dev.h', | 114 'ppb_widget_dev.h', |
| 114 'ppb_zoom_dev.h', | 115 'ppb_zoom_dev.h', |
| 115 'pp_cursor_type_dev.h', | 116 'pp_cursor_type_dev.h', |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 136 'ppb_ext_events_dev.h', | 137 'ppb_ext_events_dev.h', |
| 137 'ppb_ext_socket_dev.h', | 138 'ppb_ext_socket_dev.h', |
| 138 ], | 139 ], |
| 139 'DEST': 'include/ppapi/c/extensions/dev', | 140 'DEST': 'include/ppapi/c/extensions/dev', |
| 140 }, | 141 }, |
| 141 ], | 142 ], |
| 142 'DEST': 'src', | 143 'DEST': 'src', |
| 143 'NAME': 'ppapi', | 144 'NAME': 'ppapi', |
| 144 } | 145 } |
| 145 | 146 |
| OLD | NEW |