Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 10823016: [NaCl SDK] Don't copy .h files to src in SDK. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'TOOLS': ['win'], 2 'TOOLS': ['win'],
3 'SEARCH' : [ 3 'SEARCH' : [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/utility', 5 '../../../../ppapi/utility',
6 '../../../../ppapi/utility/graphics', 6 '../../../../ppapi/utility/graphics',
7 '../../../../ppapi/utility/threading', 7 '../../../../ppapi/utility/threading',
8 '../../../../ppapi/utility/websocket', 8 '../../../../ppapi/utility/websocket',
9 ], 9 ],
10 'TARGETS': [ 10 'TARGETS': [
11 { 11 {
12 'NAME' : 'ppapi_cpp', 12 'NAME' : 'ppapi_cpp',
13 'TYPE' : 'lib', 13 'TYPE' : 'lib',
14 'SOURCES' : [ 14 'SOURCES' : [
15 'module_embedder.h',
16 'ppp_entrypoints.cc', 15 'ppp_entrypoints.cc',
noelallen1 2012/07/25 20:36:03 How are these currently getting copied? And does
binji 2012/07/25 21:13:08 spoke offline about this: these headers are curren
17 'array_output.cc', 16 'array_output.cc',
18 'array_output.h',
19 'audio.cc', 17 'audio.cc',
20 'audio.h',
21 'audio_config.cc', 18 'audio_config.cc',
22 'audio_config.h',
23 'completion_callback.h',
24 'core.cc', 19 'core.cc',
25 'core.h',
26 'file_io.cc', 20 'file_io.cc',
27 'file_io.h',
28 'file_ref.cc', 21 'file_ref.cc',
29 'file_ref.h',
30 'file_system.cc', 22 'file_system.cc',
31 'file_system.h',
32 'fullscreen.cc', 23 'fullscreen.cc',
33 'fullscreen.h',
34 'graphics_2d.cc', 24 'graphics_2d.cc',
35 'graphics_2d.h',
36 'graphics_3d.cc', 25 'graphics_3d.cc',
37 'graphics_3d.h',
38 'graphics_3d_client.cc', 26 'graphics_3d_client.cc',
39 'graphics_3d_client.h',
40 'image_data.cc', 27 'image_data.cc',
41 'image_data.h',
42 'input_event.cc', 28 'input_event.cc',
43 'input_event.h',
44 'instance.cc', 29 'instance.cc',
45 'instance.h',
46 'instance_handle.cc', 30 'instance_handle.cc',
47 'instance_handle.h',
48 'lock.cc', 31 'lock.cc',
49 'lock.h',
50 'logging.h',
51 'module.cc', 32 'module.cc',
52 'module.h',
53 'module_impl.h',
54 'mouse_cursor.cc', 33 'mouse_cursor.cc',
55 'mouse_cursor.h',
56 'mouse_lock.cc', 34 'mouse_lock.cc',
57 'mouse_lock.h',
58 'output_traits.h',
59 'point.h',
60 'rect.cc', 35 'rect.cc',
61 'rect.h',
62 'resource.cc', 36 'resource.cc',
63 'resource.h',
64 'size.h',
65 'url_loader.cc', 37 'url_loader.cc',
66 'url_loader.h',
67 'url_request_info.cc', 38 'url_request_info.cc',
68 'url_request_info.h',
69 'url_response_info.cc', 39 'url_response_info.cc',
70 'url_response_info.h',
71 'var.cc', 40 'var.cc',
72 'var.h',
73 'var_array_buffer.cc', 41 'var_array_buffer.cc',
74 'var_array_buffer.h',
75 'view.cc', 42 'view.cc',
76 'view.h',
77 'websocket.cc', 43 'websocket.cc',
78 'websocket.h',
79 44
80 45
81 # Utility sources. 46 # Utility sources.
82 'paint_aggregator.cc', 47 'paint_aggregator.cc',
83 'paint_manager.cc', 48 'paint_manager.cc',
84 'simple_thread.cc', 49 'simple_thread.cc',
85 'websocket_api.cc', 50 'websocket_api.cc',
86 ], 51 ],
87 } 52 }
88 ], 53 ],
89 'DEST': 'src', 54 'DEST': 'src',
90 'NAME': 'ppapi_cpp', 55 'NAME': 'ppapi_cpp',
91 } 56 }
92 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698