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

Side by Side Diff: components/nacl.gyp

Issue 261143002: Pepper: Remove file_utils from trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dependencies 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
« no previous file with comments | « no previous file | components/nacl/renderer/DEPS » ('j') | ppapi/api/private/ppb_nacl_private.idl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'nacl/renderer/sandbox_arch.cc', 168 'nacl/renderer/sandbox_arch.cc',
169 'nacl/renderer/sandbox_arch.h', 169 'nacl/renderer/sandbox_arch.h',
170 'nacl/renderer/trusted_plugin_channel.cc', 170 'nacl/renderer/trusted_plugin_channel.cc',
171 'nacl/renderer/trusted_plugin_channel.h', 171 'nacl/renderer/trusted_plugin_channel.h',
172 ], 172 ],
173 'include_dirs': [ 173 'include_dirs': [
174 '..', 174 '..',
175 ], 175 ],
176 'dependencies': [ 176 'dependencies': [
177 '../content/content.gyp:content_renderer', 177 '../content/content.gyp:content_renderer',
178 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
178 '../third_party/WebKit/public/blink.gyp:blink', 179 '../third_party/WebKit/public/blink.gyp:blink',
179 '../webkit/common/webkit_common.gyp:webkit_common', 180 '../webkit/common/webkit_common.gyp:webkit_common',
180 ], 181 ],
181 'defines': [ 182 'defines': [
182 '<@(nacl_defines)', 183 '<@(nacl_defines)',
183 ], 184 ],
184 'direct_dependent_settings': { 185 'direct_dependent_settings': {
185 'defines': [ 186 'defines': [
186 '<@(nacl_defines)', 187 '<@(nacl_defines)',
187 ], 188 ],
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 ], 465 ],
465 'include_dirs': [ 466 'include_dirs': [
466 '..', 467 '..',
467 ], 468 ],
468 'dependencies': [ 469 'dependencies': [
469 '../content/content.gyp:content_common', 470 '../content/content.gyp:content_common',
470 ], 471 ],
471 }, 472 },
472 ] 473 ]
473 } 474 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/renderer/DEPS » ('j') | ppapi/api/private/ppb_nacl_private.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698