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

Unified Diff: third_party/mozilla/mozilla.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 | « third_party/molokocacao/molokocacao.gyp ('k') | third_party/mt19937ar/mt19937ar.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mozilla/mozilla.gyp
diff --git a/third_party/mozilla/mozilla.gyp b/third_party/mozilla/mozilla.gyp
deleted file mode 100644
index 79e18d3a320b9d36d0cfb0b19d9adf44b484d21a..0000000000000000000000000000000000000000
--- a/third_party/mozilla/mozilla.gyp
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2013 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': 'mozilla',
- 'type': '<(component)',
- 'sources': [
- 'MozillaExport.h',
- 'NSPasteboard+Utils.h',
- 'NSPasteboard+Utils.mm',
- 'NSScreen+Utils.h',
- 'NSScreen+Utils.m',
- 'NSString+Utils.h',
- 'NSString+Utils.mm',
- 'NSURL+Utils.h',
- 'NSURL+Utils.m',
- 'NSWorkspace+Utils.h',
- 'NSWorkspace+Utils.m',
- ],
- 'defines': [
- 'MOZILLA_IMPLEMENTATION',
- ],
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
- ],
- },
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../url/url.gyp:url_lib',
- ],
- 'conditions': [
- ['component=="shared_library"',
- {
- # Needed to link to Obj-C static libraries.
- 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
- }
- ],
- ],
- },
- ],
-}
« no previous file with comments | « third_party/molokocacao/molokocacao.gyp ('k') | third_party/mt19937ar/mt19937ar.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698