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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 6899055: PPAPI: Force async callback invocation option. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | Annotate | Revision Log
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_shared', 8 'target_name': 'ppapi_shared',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 30 matching lines...) Expand all
41 'shared_impl/ppapi_preferences.h', 41 'shared_impl/ppapi_preferences.h',
42 'shared_impl/resource_object_base.cc', 42 'shared_impl/resource_object_base.cc',
43 'shared_impl/resource_object_base.h', 43 'shared_impl/resource_object_base.h',
44 'shared_impl/tracker_base.cc', 44 'shared_impl/tracker_base.cc',
45 'shared_impl/tracker_base.h', 45 'shared_impl/tracker_base.h',
46 'shared_impl/url_util_impl.cc', 46 'shared_impl/url_util_impl.cc',
47 'shared_impl/url_util_impl.h', 47 'shared_impl/url_util_impl.h',
48 'shared_impl/webkit_forwarding.cc', 48 'shared_impl/webkit_forwarding.cc',
49 'shared_impl/webkit_forwarding.h', 49 'shared_impl/webkit_forwarding.h',
50 50
51 'thunk/common.h',
52 'thunk/common.cc',
51 'thunk/enter.h', 53 'thunk/enter.h',
52 'thunk/ppb_audio_api.h', 54 'thunk/ppb_audio_api.h',
53 'thunk/ppb_audio_config_api.h', 55 'thunk/ppb_audio_config_api.h',
54 'thunk/ppb_audio_config_thunk.cc', 56 'thunk/ppb_audio_config_thunk.cc',
55 'thunk/ppb_audio_thunk.cc', 57 'thunk/ppb_audio_thunk.cc',
56 'thunk/ppb_audio_trusted_api.h', 58 'thunk/ppb_audio_trusted_api.h',
57 'thunk/ppb_audio_trusted_thunk.cc', 59 'thunk/ppb_audio_trusted_thunk.cc',
58 'thunk/ppb_broker_api.h', 60 'thunk/ppb_broker_api.h',
59 'thunk/ppb_broker_thunk.cc', 61 'thunk/ppb_broker_thunk.cc',
60 'thunk/ppb_buffer_api.h', 62 'thunk/ppb_buffer_api.h',
(...skipping 24 matching lines...) Expand all
85 'thunk/thunk.h', 87 'thunk/thunk.h',
86 ], 88 ],
87 'conditions': [ 89 'conditions': [
88 ['OS=="win"', { 90 ['OS=="win"', {
89 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B', 91 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B',
90 }], 92 }],
91 ], 93 ],
92 }, 94 },
93 ], 95 ],
94 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698