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

Side by Side Diff: base/base.gyp

Issue 262027: include CHROMEOS files and defintions in TOOLKIT_VEIWS build.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « no previous file | build/common.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 4244, 4554, 4018, 4102, 372 4244, 4554, 4018, 4102,
373 ], 373 ],
374 'conditions': [ 374 'conditions': [
375 [ 'OS == "linux" or OS == "freebsd"', { 375 [ 'OS == "linux" or OS == "freebsd"', {
376 'variables' : { 376 'variables' : {
377 'linux_use_tcmalloc%': 0, 377 'linux_use_tcmalloc%': 0,
378 }, 378 },
379 'sources/': [ ['exclude', '_(mac|win|chromeos)\\.cc$'], 379 'sources/': [ ['exclude', '_(mac|win|chromeos)\\.cc$'],
380 ['exclude', '\\.mm?$' ] ], 380 ['exclude', '\\.mm?$' ] ],
381 'conditions': [ 381 'conditions': [
382 [ 'chromeos==1', { 382 [ 'chromeos==1 or toolkit_views==1', {
383 'sources/': [ ['include', '_chromeos\\.cc$'] ] 383 'sources/': [ ['include', '_chromeos\\.cc$'] ]
384 }, 384 },
385 ], 385 ],
386 [ 'linux_use_tcmalloc==1', { 386 [ 'linux_use_tcmalloc==1', {
387 'dependencies': [ 387 'dependencies': [
388 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 388 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
389 ], 389 ],
390 }, 390 },
391 ], 391 ],
392 ], 392 ],
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'test/test_file_util_linux.cc', 706 'test/test_file_util_linux.cc',
707 'test/test_file_util_mac.cc', 707 'test/test_file_util_mac.cc',
708 'test/test_file_util_posix.cc', 708 'test/test_file_util_posix.cc',
709 'test/test_file_util_win.cc', 709 'test/test_file_util_win.cc',
710 ], 710 ],
711 'conditions': [ 711 'conditions': [
712 [ 'OS == "linux" or OS == "freebsd"', { 712 [ 'OS == "linux" or OS == "freebsd"', {
713 'sources/': [ ['exclude', '_(mac|win|chromeos)\\.cc$'], 713 'sources/': [ ['exclude', '_(mac|win|chromeos)\\.cc$'],
714 ['exclude', '\\.mm?$' ] ], 714 ['exclude', '\\.mm?$' ] ],
715 'conditions': [ 715 'conditions': [
716 [ 'chromeos==1', { 716 [ 'chromeos==1 or toolkit_views==1', {
717 'sources/': [ ['include', '_chromeos\\.cc$'] ] 717 'sources/': [ ['include', '_chromeos\\.cc$'] ]
718 }, 718 },
719 ], 719 ],
720 ], 720 ],
721 }, 721 },
722 ], 722 ],
723 [ 'OS == "mac"', { 723 [ 'OS == "mac"', {
724 'sources/': [ ['exclude', '_(linux|win|chromeos)\\.cc$'] ], 724 'sources/': [ ['exclude', '_(linux|win|chromeos)\\.cc$'] ],
725 }, 725 },
726 ], 726 ],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 ], 837 ],
838 }], 838 }],
839 ], 839 ],
840 } 840 }
841 841
842 # Local Variables: 842 # Local Variables:
843 # tab-width:2 843 # tab-width:2
844 # indent-tabs-mode:nil 844 # indent-tabs-mode:nil
845 # End: 845 # End:
846 # vim: set expandtab tabstop=2 shiftwidth=2: 846 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698