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

Side by Side Diff: build/common.gypi

Issue 437053: In-application Keystone ticket promotion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 'variables': { 9 'variables': {
10 # .gyp files should set chromium_code to 1 if they build Chromium-specific 10 # .gyp files should set chromium_code to 1 if they build Chromium-specific
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 '__STDC_FORMAT_MACROS', 921 '__STDC_FORMAT_MACROS',
922 ], 922 ],
923 'conditions': [ 923 'conditions': [
924 ['OS!="win"', { 924 ['OS!="win"', {
925 'sources/': [ ['exclude', '_win\\.cc$'], 925 'sources/': [ ['exclude', '_win\\.cc$'],
926 ['exclude', '/win/'], 926 ['exclude', '/win/'],
927 ['exclude', '/win_[^/]*\\.cc$'] ], 927 ['exclude', '/win_[^/]*\\.cc$'] ],
928 }], 928 }],
929 ['OS!="mac"', { 929 ['OS!="mac"', {
930 'sources/': [ ['exclude', '_(cocoa|mac)(_unittest)?\\.cc$'], 930 'sources/': [ ['exclude', '_(cocoa|mac)(_unittest)?\\.cc$'],
931 ['exclude', '/(cocoa|mac)/'],
931 ['exclude', '\.mm$' ] ], 932 ['exclude', '\.mm$' ] ],
932 }], 933 }],
933 ['OS!="linux"', { 934 ['OS!="linux"', {
934 'sources/': [ 935 'sources/': [
935 ['exclude', '_(chromeos|gtk|linux|x|x11)(_unittest)?\\.cc$'], 936 ['exclude', '_(chromeos|gtk|linux|x|x11)(_unittest)?\\.cc$'],
936 ['exclude', '/gtk/'], 937 ['exclude', '/gtk/'],
937 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'] ], 938 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'] ],
938 }], 939 }],
939 # We use "POSIX" to refer to all non-Windows operating systems. 940 # We use "POSIX" to refer to all non-Windows operating systems.
940 ['OS=="win"', { 941 ['OS=="win"', {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 # and therefore SYMROOT, needs to be set at the project level. 1007 # and therefore SYMROOT, needs to be set at the project level.
1007 'SYMROOT': '<(DEPTH)/xcodebuild', 1008 'SYMROOT': '<(DEPTH)/xcodebuild',
1008 }, 1009 },
1009 } 1010 }
1010 1011
1011 # Local Variables: 1012 # Local Variables:
1012 # tab-width:2 1013 # tab-width:2
1013 # indent-tabs-mode:nil 1014 # indent-tabs-mode:nil
1014 # End: 1015 # End:
1015 # vim: set expandtab tabstop=2 shiftwidth=2: 1016 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698