OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
10 },{ | 10 },{ |
(...skipping 26 matching lines...) Expand all Loading... |
37 'shared_impl/flash_clipboard_format_registry.cc', | 37 'shared_impl/flash_clipboard_format_registry.cc', |
38 'shared_impl/flash_clipboard_format_registry.h', | 38 'shared_impl/flash_clipboard_format_registry.h', |
39 'shared_impl/host_resource.cc', | 39 'shared_impl/host_resource.cc', |
40 'shared_impl/host_resource.h', | 40 'shared_impl/host_resource.h', |
41 'shared_impl/id_assignment.cc', | 41 'shared_impl/id_assignment.cc', |
42 'shared_impl/id_assignment.h', | 42 'shared_impl/id_assignment.h', |
43 'shared_impl/platform_file.cc', | 43 'shared_impl/platform_file.cc', |
44 'shared_impl/platform_file.h', | 44 'shared_impl/platform_file.h', |
45 'shared_impl/ppapi_globals.cc', | 45 'shared_impl/ppapi_globals.cc', |
46 'shared_impl/ppapi_globals.h', | 46 'shared_impl/ppapi_globals.h', |
| 47 'shared_impl/ppapi_nacl_channel_args.h', |
47 'shared_impl/ppapi_permissions.cc', | 48 'shared_impl/ppapi_permissions.cc', |
48 'shared_impl/ppapi_permissions.h', | 49 'shared_impl/ppapi_permissions.h', |
49 'shared_impl/ppapi_preferences.cc', | 50 'shared_impl/ppapi_preferences.cc', |
50 'shared_impl/ppapi_preferences.h', | 51 'shared_impl/ppapi_preferences.h', |
51 'shared_impl/ppapi_switches.cc', | 52 'shared_impl/ppapi_switches.cc', |
52 'shared_impl/ppapi_switches.h', | 53 'shared_impl/ppapi_switches.h', |
53 'shared_impl/ppb_audio_config_shared.cc', | 54 'shared_impl/ppb_audio_config_shared.cc', |
54 'shared_impl/ppb_audio_config_shared.h', | 55 'shared_impl/ppb_audio_config_shared.h', |
55 'shared_impl/ppb_audio_shared.cc', | 56 'shared_impl/ppb_audio_shared.cc', |
56 'shared_impl/ppb_audio_shared.h', | 57 'shared_impl/ppb_audio_shared.h', |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'thunk/ppb_tcp_socket_private_thunk.cc', | 325 'thunk/ppb_tcp_socket_private_thunk.cc', |
325 'thunk/ppb_udp_socket_private_thunk.cc', | 326 'thunk/ppb_udp_socket_private_thunk.cc', |
326 'thunk/ppb_x509_certificate_private_thunk.cc', | 327 'thunk/ppb_x509_certificate_private_thunk.cc', |
327 ], | 328 ], |
328 }], | 329 }], |
329 ], | 330 ], |
330 }], | 331 }], |
331 ], | 332 ], |
332 }, | 333 }, |
333 } | 334 } |
OLD | NEW |