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

Side by Side Diff: .gn

Issue 3003513002: Roll chromium_revision d323a482ee..b32fb98576 (494468:496663) + fix Android C++14 issue (Closed)
Patch Set: Roll chromium_revision d323a482ee..b32fb98576 (494468:496663) Created 3 years, 4 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
« no previous file with comments | « no previous file | DEPS » ('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) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/dotfile_settings.gni") 9 import("//build/dotfile_settings.gni")
10 10
(...skipping 23 matching lines...) Expand all
34 # value for this argument. 34 # value for this argument.
35 # This also means that the user can override this value using --args or 35 # This also means that the user can override this value using --args or
36 # the args.gn file but this setting will be ignored because we don't support 36 # the args.gn file but this setting will be ignored because we don't support
37 # component builds. 37 # component builds.
38 is_component_build = false 38 is_component_build = false
39 39
40 mac_sdk_min = "10.11" 40 mac_sdk_min = "10.11"
41 41
42 # WebRTC does not want to switch to C++14 yet. 42 # WebRTC does not want to switch to C++14 yet.
43 use_cxx11 = true 43 use_cxx11 = true
44
45 # WebRTC relies on Chromium's Android test infrastructure.
46 use_cxx11_on_android = false
44 } 47 }
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698