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

Unified Diff: google_update/google_update.gyp

Issue 2332843004: Remove GYP files. (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 | « google_apis/google_apis.gyp ('k') | ios/chrome/common/physical_web/physical_web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_update/google_update.gyp
diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp
deleted file mode 100644
index 990f7e4628c6b80e8d9c9afc4fdee224e7d3c2d1..0000000000000000000000000000000000000000
--- a/google_update/google_update.gyp
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright (c) 2012 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.
-
-{
- 'targets': [
- {
- 'target_name': 'google_update',
- 'type': 'static_library',
- 'variables': {
- 'clang_warning_flags': [
- # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
- '-Wno-extra-tokens',
- ],
- },
- 'sources': [
- 'google_update_idl.idl',
- '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h',
- '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl_i.c',
- ],
- # This target exports a hard dependency because dependent targets may
- # include google_update_idl.h, a generated header.
- 'hard_dependency': 1,
- 'msvs_settings': {
- 'VCMIDLTool': {
- 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/google_update',
- },
- },
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)',
- ],
- },
- },
- ],
-}
« no previous file with comments | « google_apis/google_apis.gyp ('k') | ios/chrome/common/physical_web/physical_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698