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

Side by Side Diff: base/base.gyp

Issue 8598010: replace platform conditions with os_posix and os_bsd where applicable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 9 years 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
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | crypto/crypto.gyp » ('J')
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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 # test_suite initializes GTK. 358 # test_suite initializes GTK.
359 '../build/linux/system.gyp:gtk', 359 '../build/linux/system.gyp:gtk',
360 ], 360 ],
361 }], 361 }],
362 ['os_posix==0', { 362 ['os_posix==0', {
363 'sources!': [ 363 'sources!': [
364 'test/scoped_locale.cc', 364 'test/scoped_locale.cc',
365 'test/scoped_locale.h', 365 'test/scoped_locale.h',
366 ], 366 ],
367 }], 367 }],
368 ['OS=="openbsd"', { 368 ['os_bsd==1', {
369 'sources!': [ 369 'sources!': [
370 'test/test_file_util_linux.cc', 370 'test/test_file_util_linux.cc',
371 ], 371 ],
372 }], 372 }],
373 ], 373 ],
374 'sources': [ 374 'sources': [
375 'perftimer.cc', 375 'perftimer.cc',
376 'test/mock_chrome_application_mac.h', 376 'test/mock_chrome_application_mac.h',
377 'test/mock_chrome_application_mac.mm', 377 'test/mock_chrome_application_mac.mm',
378 'test/mock_time_provider.cc', 378 'test/mock_time_provider.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'msvs_settings': { 446 'msvs_settings': {
447 'VCLinkerTool': { 447 'VCLinkerTool': {
448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
449 }, 449 },
450 }, 450 },
451 }, 451 },
452 ], 452 ],
453 }], 453 }],
454 ], 454 ],
455 } 455 }
OLDNEW
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | crypto/crypto.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698