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

Side by Side Diff: ppapi/ppapi_ipc_proxy_untrusted.gyp

Issue 10836220: Eliminate the 'build_ppapi_ipc_proxy_untrusted' build flag for untrusted PPAPI proxy builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « ppapi/native_client/native_client.gyp ('k') | ppapi/ppapi_proxy_untrusted.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../native_client/build/untrusted.gypi', 10 '../native_client/build/untrusted.gypi',
(...skipping 29 matching lines...) Expand all
40 '../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted', 40 '../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted',
41 '../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', 41 '../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted',
42 '../ipc/ipc_untrusted.gyp:ipc_untrusted', 42 '../ipc/ipc_untrusted.gyp:ipc_untrusted',
43 '../ppapi/ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', 43 '../ppapi/ppapi_shared_untrusted.gyp:ppapi_shared_untrusted',
44 ], 44 ],
45 }, 45 },
46 ], 46 ],
47 }], 47 }],
48 ], 48 ],
49 } 49 }
OLDNEW
« no previous file with comments | « ppapi/native_client/native_client.gyp ('k') | ppapi/ppapi_proxy_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698