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

Side by Side Diff: chrome/nacl.gypi

Issue 8538016: Revert 109534 since this change broke clobbered component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/net/url_request_abort_on_end_job.h » ('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) 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'common/nacl_cmd_line.cc', 171 'common/nacl_cmd_line.cc',
172 'common/nacl_messages.cc', 172 'common/nacl_messages.cc',
173 'nacl/nacl_broker_listener.cc', 173 'nacl/nacl_broker_listener.cc',
174 'nacl/nacl_broker_listener.h', 174 'nacl/nacl_broker_listener.h',
175 ], 175 ],
176 'include_dirs': [ 176 'include_dirs': [
177 '..', 177 '..',
178 ], 178 ],
179 'defines': [ 179 'defines': [
180 '<@(nacl_win64_defines)', 180 '<@(nacl_win64_defines)',
181 'COMPILE_CONTENT_STATICALLY',
182 ], 181 ],
183 'configurations': { 182 'configurations': {
184 'Common_Base': { 183 'Common_Base': {
185 'msvs_target_platform': 'x64', 184 'msvs_target_platform': 'x64',
186 }, 185 },
187 }, 186 },
188 'direct_dependent_settings': { 187 'direct_dependent_settings': {
189 'defines': [ 188 'defines': [
190 'NACL_BLOCK_SHIFT=5', 189 'NACL_BLOCK_SHIFT=5',
191 'NACL_BLOCK_SIZE=32', 190 'NACL_BLOCK_SIZE=32',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'target_name': 'nacl_win64', 405 'target_name': 'nacl_win64',
407 'type': 'none', 406 'type': 'none',
408 'sources': [], 407 'sources': [],
409 }, 408 },
410 ], 409 ],
411 }], 410 }],
412 ], 411 ],
413 }], 412 }],
414 ], 413 ],
415 } 414 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/net/url_request_abort_on_end_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698