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

Unified Diff: chrome/chrome_features.gyp

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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 | « chrome/chrome_exe.gypi ('k') | chrome/chrome_features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_features.gyp
diff --git a/chrome/chrome_features.gyp b/chrome/chrome_features.gyp
deleted file mode 100644
index df799dda766826820b08dbee67fd71d7e5dc4d7f..0000000000000000000000000000000000000000
--- a/chrome/chrome_features.gyp
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'includes': [
- 'chrome_features.gypi',
- ],
- 'targets': [
- {
- # GN version: //chrome/common:features
- 'target_name': 'chrome_common_features',
- 'includes': [ '../build/buildflag_header.gypi' ],
- 'variables': {
- 'buildflag_header_path': 'chrome/common/features.h',
- 'buildflag_flags': [
- 'ENABLE_BACKGROUND=<(enable_background)',
- 'ENABLE_GOOGLE_NOW=<(enable_google_now)',
- 'ENABLE_ONE_CLICK_SIGNIN=<(enable_one_click_signin)',
- 'ANDROID_JAVA_UI=<(android_java_ui)',
- 'USE_VULCANIZE=<(use_vulcanize)',
- 'ENABLE_PACKAGE_MASH_SERVICES=<(enable_package_mash_services)',
- ],
- },
- },
- ]
-}
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698