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

Side by Side Diff: components/nacl.gyp

Issue 276423003: Pepper: Nexe downloading out of the trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 # Required by nacl_fork_delegate_linux.cc. 146 # Required by nacl_fork_delegate_linux.cc.
147 '../sandbox/sandbox.gyp:suid_sandbox_client', 147 '../sandbox/sandbox.gyp:suid_sandbox_client',
148 ] 148 ]
149 }], 149 }],
150 ], 150 ],
151 }, 151 },
152 { 152 {
153 'target_name': 'nacl_renderer', 153 'target_name': 'nacl_renderer',
154 'type': 'static_library', 154 'type': 'static_library',
155 'sources': [ 155 'sources': [
156 'nacl/renderer/file_downloader.cc',
157 'nacl/renderer/file_downloader.h',
156 'nacl/renderer/histogram.cc', 158 'nacl/renderer/histogram.cc',
157 'nacl/renderer/histogram.h', 159 'nacl/renderer/histogram.h',
158 'nacl/renderer/manifest_downloader.cc', 160 'nacl/renderer/manifest_downloader.cc',
159 'nacl/renderer/manifest_downloader.h', 161 'nacl/renderer/manifest_downloader.h',
160 'nacl/renderer/manifest_service_channel.cc', 162 'nacl/renderer/manifest_service_channel.cc',
161 'nacl/renderer/manifest_service_channel.h', 163 'nacl/renderer/manifest_service_channel.h',
162 'nacl/renderer/json_manifest.cc', 164 'nacl/renderer/json_manifest.cc',
163 'nacl/renderer/json_manifest.h', 165 'nacl/renderer/json_manifest.h',
164 'nacl/renderer/nexe_load_manager.cc', 166 'nacl/renderer/nexe_load_manager.cc',
165 'nacl/renderer/nexe_load_manager.h', 167 'nacl/renderer/nexe_load_manager.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 ], 479 ],
478 'include_dirs': [ 480 'include_dirs': [
479 '..', 481 '..',
480 ], 482 ],
481 'dependencies': [ 483 'dependencies': [
482 '../content/content.gyp:content_common', 484 '../content/content.gyp:content_common',
483 ], 485 ],
484 }, 486 },
485 ] 487 ]
486 } 488 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/renderer/file_downloader.h » ('j') | components/nacl/renderer/file_downloader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698