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

Side by Side Diff: ppapi/ppapi_host.gypi

Issue 11359097: Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_host', 8 'target_name': 'ppapi_host',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 14 matching lines...) Expand all
25 'host/host_factory.h', 25 'host/host_factory.h',
26 'host/host_message_context.cc', 26 'host/host_message_context.cc',
27 'host/host_message_context.h', 27 'host/host_message_context.h',
28 'host/instance_message_filter.cc', 28 'host/instance_message_filter.cc',
29 'host/instance_message_filter.h', 29 'host/instance_message_filter.h',
30 'host/ppapi_host.cc', 30 'host/ppapi_host.cc',
31 'host/ppapi_host.h', 31 'host/ppapi_host.h',
32 'host/ppapi_host_export.h', 32 'host/ppapi_host_export.h',
33 'host/resource_host.cc', 33 'host/resource_host.cc',
34 'host/resource_host.h', 34 'host/resource_host.h',
35 'host/resource_message_filter.cc',
36 'host/resource_message_filter.h',
37 'host/resource_message_handler.cc',
38 'host/resource_message_handler.h',
35 ], 39 ],
36 }, 40 },
37 ], 41 ],
38 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698