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

Side by Side Diff: sandbox/sandbox.gyp

Issue 7352014: Revert "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',
243 ], 242 ],
244 'configurations': { 243 'configurations': {
245 'Common_Base': { 244 'Common_Base': {
246 'msvs_target_platform': 'x64', 245 'msvs_target_platform': 'x64',
247 }, 246 },
248 }, 247 },
249 'sources': [ 248 'sources': [
250 # Files that are used by the 64-bit version of Windows sandbox only. 249 # Files that are used by the 64-bit version of Windows sandbox only.
251 'src/interceptors_64.cc', 250 'src/interceptors_64.cc',
252 'src/interceptors_64.h', 251 'src/interceptors_64.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'POCDLL_EXPORTS', 379 'POCDLL_EXPORTS',
381 ], 380 ],
382 'include_dirs': [ 381 'include_dirs': [
383 '..', 382 '..',
384 ], 383 ],
385 }, 384 },
386 ], 385 ],
387 }], 386 }],
388 ], 387 ],
389 } 388 }
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