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

Side by Side Diff: sandbox/sandbox.gyp

Issue 7344022: Add COMPONENT_BUILD global define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « net/net.gyp ('k') | ui/base/resource/resource_bundle_dummy.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 }, 232 },
233 { 233 {
234 'target_name': 'sandbox_win64', 234 'target_name': 'sandbox_win64',
235 'type': 'static_library', 235 'type': 'static_library',
236 'variables': { 236 'variables': {
237 'sandbox_windows_target': 1, 237 'sandbox_windows_target': 1,
238 }, 238 },
239 'dependencies': [ 239 'dependencies': [
240 '../testing/gtest.gyp:gtest', 240 '../testing/gtest.gyp:gtest',
241 '../base/base.gyp:base_nacl_win64', 241 '../base/base.gyp:base_nacl_win64',
242 '../base/base.gyp:base_static_win64',
242 ], 243 ],
243 'configurations': { 244 'configurations': {
244 'Common_Base': { 245 'Common_Base': {
245 'msvs_target_platform': 'x64', 246 'msvs_target_platform': 'x64',
246 }, 247 },
247 }, 248 },
248 'sources': [ 249 'sources': [
249 # Files that are used by the 64-bit version of Windows sandbox only. 250 # Files that are used by the 64-bit version of Windows sandbox only.
250 'src/interceptors_64.cc', 251 'src/interceptors_64.cc',
251 'src/interceptors_64.h', 252 'src/interceptors_64.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'POCDLL_EXPORTS', 380 'POCDLL_EXPORTS',
380 ], 381 ],
381 'include_dirs': [ 382 'include_dirs': [
382 '..', 383 '..',
383 ], 384 ],
384 }, 385 },
385 ], 386 ],
386 }], 387 }],
387 ], 388 ],
388 } 389 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | ui/base/resource/resource_bundle_dummy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698