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

Side by Side Diff: base/base.gyp

Issue 8382001: OpenBSD patches for base and build, part 2 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove newline from string 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
« no previous file with comments | « no previous file | base/base.gypi » ('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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 # test_suite initializes GTK. 403 # test_suite initializes GTK.
404 '../build/linux/system.gyp:gtk', 404 '../build/linux/system.gyp:gtk',
405 ], 405 ],
406 }], 406 }],
407 ['os_posix==0', { 407 ['os_posix==0', {
408 'sources!': [ 408 'sources!': [
409 'test/scoped_locale.cc', 409 'test/scoped_locale.cc',
410 'test/scoped_locale.h', 410 'test/scoped_locale.h',
411 ], 411 ],
412 }], 412 }],
413 ['OS=="openbsd"', {
414 'sources!': [
415 'test/test_file_util_linux.cc',
416 ],
417 }],
413 ], 418 ],
414 'sources': [ 419 'sources': [
415 'perftimer.cc', 420 'perftimer.cc',
416 'test/mock_chrome_application_mac.h', 421 'test/mock_chrome_application_mac.h',
417 'test/mock_chrome_application_mac.mm', 422 'test/mock_chrome_application_mac.mm',
418 'test/mock_time_provider.cc', 423 'test/mock_time_provider.cc',
419 'test/mock_time_provider.h', 424 'test/mock_time_provider.h',
420 'test/multiprocess_test.cc', 425 'test/multiprocess_test.cc',
421 'test/multiprocess_test.h', 426 'test/multiprocess_test.h',
422 'test/perf_test_suite.cc', 427 'test/perf_test_suite.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'msvs_settings': { 487 'msvs_settings': {
483 'VCLinkerTool': { 488 'VCLinkerTool': {
484 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 489 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
485 }, 490 },
486 }, 491 },
487 }, 492 },
488 ], 493 ],
489 }], 494 }],
490 ], 495 ],
491 } 496 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698