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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13912027: Always define the `gcc_version' variable to some value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Second attempt Created 7 years, 8 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
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2853 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 ], 2864 ],
2865 }], 2865 }],
2866 # GTK build only 2866 # GTK build only
2867 ['toolkit_uses_gtk==1', { 2867 ['toolkit_uses_gtk==1', {
2868 'sources/': [ 2868 'sources/': [
2869 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2869 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2870 ['include', '^browser/printing/print_dialog_gtk.cc'], 2870 ['include', '^browser/printing/print_dialog_gtk.cc'],
2871 ['include', '^browser/printing/print_dialog_gtk.h'], 2871 ['include', '^browser/printing/print_dialog_gtk.h'],
2872 ], 2872 ],
2873 }], 2873 }],
2874 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android" and gcc_version == 45', { 2874 ['gcc_version == 45', {
2875 # Avoid gcc 4.5 miscompilation of template_url.cc 2875 # Avoid gcc 4.5 miscompilation of template_url.cc
2876 # as per http://crbug.com/41887 2876 # as per http://crbug.com/41887
2877 'cflags': [ 2877 'cflags': [
2878 '-fno-ipa-cp', 2878 '-fno-ipa-cp',
2879 ], 2879 ],
2880 }], 2880 }],
2881 ], 2881 ],
2882 }], 2882 }],
2883 ['enable_plugin_installation==0', { 2883 ['enable_plugin_installation==0', {
2884 'sources!': [ 2884 'sources!': [
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3091 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3091 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3092 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3092 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3093 }, 3093 },
3094 'includes': [ '../build/android/java_cpp_template.gypi' ], 3094 'includes': [ '../build/android/java_cpp_template.gypi' ],
3095 }, 3095 },
3096 ], 3096 ],
3097 }, 3097 },
3098 ], 3098 ],
3099 ], 3099 ],
3100 } 3100 }
OLDNEW
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698