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

Side by Side Diff: chrome/nacl.gypi

Issue 7750001: Pulling new nacl into chrome, which now uses a single ppapi copy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « chrome/build_nacl_irt.py ('k') | no next file » | 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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'nacl_target': 0, 8 'nacl_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'python build_nacl_irt.py --inputs', 66 'python build_nacl_irt.py --inputs',
67 }, 67 },
68 'dependencies': [ 68 'dependencies': [
69 # TODO(gregoryd): chrome_resources and chrome_strings could be 69 # TODO(gregoryd): chrome_resources and chrome_strings could be
70 # shared with the 64-bit target, but it does not work due to a gyp 70 # shared with the 64-bit target, but it does not work due to a gyp
71 #issue 71 #issue
72 'chrome_resources', 72 'chrome_resources',
73 'chrome_strings', 73 'chrome_strings',
74 'common', 74 'common',
75 '../webkit/support/webkit_support.gyp:glue', 75 '../webkit/support/webkit_support.gyp:glue',
76 '../native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome ', 76 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPlugin Chrome',
77 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel', 77 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
78 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat form_qual_lib', 78 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat form_qual_lib',
79 ], 79 ],
80 'direct_dependent_settings': { 80 'direct_dependent_settings': {
81 'defines': [ 81 'defines': [
82 'NACL_BLOCK_SHIFT=5', 82 'NACL_BLOCK_SHIFT=5',
83 'NACL_BLOCK_SIZE=32', 83 'NACL_BLOCK_SIZE=32',
84 '<@(nacl_defines)', 84 '<@(nacl_defines)',
85 ], 85 ],
86 }, 86 },
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 # reference nacl_helper as a shared library 230 # reference nacl_helper as a shared library
231 '<(PRODUCT_DIR)/nacl_helper.so', 231 '<(PRODUCT_DIR)/nacl_helper.so',
232 '-Wl,-rpath,<(SHARED_LIB_DIR)', 232 '-Wl,-rpath,<(SHARED_LIB_DIR)',
233 ], 233 ],
234 }, 234 },
235 }, 235 },
236 ], 236 ],
237 }], 237 }],
238 ], 238 ],
239 } 239 }
OLDNEW
« no previous file with comments | « chrome/build_nacl_irt.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698