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

Unified Diff: build/common.gypi

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/uirobot/uirobot_test_instance.py ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 83a3df61a14b7a282dbc5af352c47e6fbfef0d9e..abfa247f63c1c9da79cb492be741815cf0799582 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -161,10 +161,6 @@
# build system.
'android_webview_build%': 0,
- # This is set when building the Android WebView in ninja for the
- # telemetry bot.
- 'android_webview_telemetry_build%': 0,
-
# Set ARM architecture version.
'arm_version%': 7,
@@ -296,7 +292,6 @@
'enable_hidpi%': '<(enable_hidpi)',
'android_channel%': '<(android_channel)',
'android_webview_build%': '<(android_webview_build)',
- 'android_webview_telemetry_build%': '<(android_webview_telemetry_build)',
'use_goma%': '<(use_goma)',
'gomadir%': '<(gomadir)',
'enable_app_list%': '<(enable_app_list)',
@@ -970,13 +965,13 @@
# except when building Android WebView.
# TODO(jshin): Handle 'use_system_icu' on Linux (Chromium).
# Set the data reduction proxy origin for Android Webview.
- ['android_webview_build==0 and android_webview_telemetry_build==0', {
+ ['android_webview_build==0', {
'icu_use_data_file_flag%' : 1,
}, {
'icu_use_data_file_flag%' : 0,
}],
['OS=="win" or OS=="mac"', {
- 'enable_wifi_bootstrapping%' : 1,
+ 'enable_wifi_bootstrapping%' : 1,
}],
# Path to sas.dll, which provides the SendSAS function.
@@ -996,7 +991,7 @@
# TODO(baixo): Enable v8_use_external_startup_data
# http://crbug.com/421063
- ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0 and chromeos==0 and (OS=="android" or OS=="linux" or OS=="mac")', {
+ ['android_webview_build==0 and chromecast==0 and chromeos==0 and (OS=="android" or OS=="linux" or OS=="mac")', {
'v8_use_external_startup_data%': 1,
}, {
'v8_use_external_startup_data%': 0,
@@ -1176,7 +1171,6 @@
'use_system_libjpeg%': '<(use_system_libjpeg)',
'android_channel%': '<(android_channel)',
'android_webview_build%': '<(android_webview_build)',
- 'android_webview_telemetry_build%': '<(android_webview_telemetry_build)',
'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
'gyp_managed_install%': 0,
'create_standalone_apk%': 1,
@@ -1812,7 +1806,7 @@
}],
['chromecast==1', {
'enable_mpeg2ts_stream_parser%': 1,
- 'ffmpeg_branding%': 'Chrome',
+ 'ffmpeg_branding%': 'ChromeOS',
'ozone_platform_ozonex%': 1,
'use_playready%': 0,
'conditions': [
@@ -4328,7 +4322,7 @@
}],
['use_custom_libcxx==1', {
'dependencies': [
- '<(DEPTH)/third_party/libc++/libc++.gyp:libcxx_proxy',
+ '<(DEPTH)/buildtools/third_party/libc++/libc++.gyp:libcxx_proxy',
],
}],
['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', {
« no previous file with comments | « build/android/pylib/uirobot/uirobot_test_instance.py ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698