Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6a06982dc6dc4f4a9aa82d95f3c1fd614998b04a..845ab5a1dc0e57e095f8a20bf10c1043755b2221 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1563,9 +1563,6 @@ |
'libjpeg_ijg_gyp_path': '<(DEPTH)/third_party/libjpeg/libjpeg.gyp', |
'libjpeg_turbo_gyp_path': '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp', |
- # ARC instance disabled by default. |
- 'enable_arc%': 0, |
- |
'conditions': [ |
['buildtype=="Official"', { |
# Continue to embed build meta data in Official builds, basically the |
@@ -3106,9 +3103,6 @@ |
# TODO: Enable on Windows too, http://crbug.com/404525 |
'variables': { 'clang_warning_flags': ['-Wexit-time-destructors']}, |
}], |
- ['<(enable_arc)==1', { |
- 'defines': ['ENABLE_ARC=1'], |
- }], |
['chromium_code==0', { |
'variables': { |
'clang_warning_flags': [ |