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

Side by Side Diff: chrome/nacl.gypi

Issue 8570024: Enable content component (again!). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak audio exports 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 'include': [ 6 'include': [
7 '../native_client/build/untrusted.gypi', 7 '../native_client/build/untrusted.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'common/nacl_cmd_line.cc', 102 'common/nacl_cmd_line.cc',
103 'common/nacl_messages.cc', 103 'common/nacl_messages.cc',
104 'nacl/nacl_broker_listener.cc', 104 'nacl/nacl_broker_listener.cc',
105 'nacl/nacl_broker_listener.h', 105 'nacl/nacl_broker_listener.h',
106 ], 106 ],
107 'include_dirs': [ 107 'include_dirs': [
108 '..', 108 '..',
109 ], 109 ],
110 'defines': [ 110 'defines': [
111 '<@(nacl_win64_defines)', 111 '<@(nacl_win64_defines)',
112 'COMPILE_CONTENT_STATICALLY',
112 ], 113 ],
113 'configurations': { 114 'configurations': {
114 'Common_Base': { 115 'Common_Base': {
115 'msvs_target_platform': 'x64', 116 'msvs_target_platform': 'x64',
116 }, 117 },
117 }, 118 },
118 'direct_dependent_settings': { 119 'direct_dependent_settings': {
119 'defines': [ 120 'defines': [
120 'NACL_BLOCK_SHIFT=5', 121 'NACL_BLOCK_SHIFT=5',
121 'NACL_BLOCK_SIZE=32', 122 'NACL_BLOCK_SIZE=32',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'target_name': 'nacl_win64', 339 'target_name': 'nacl_win64',
339 'type': 'none', 340 'type': 'none',
340 'sources': [], 341 'sources': [],
341 }, 342 },
342 ], 343 ],
343 }], 344 }],
344 ], 345 ],
345 }], 346 }],
346 ], 347 ],
347 } 348 }
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