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

Unified Diff: third_party/ocmock/ocmock.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/netty4/netty.gyp ('k') | third_party/openh264/openh264_args.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/ocmock.gyp
diff --git a/third_party/ocmock/ocmock.gyp b/third_party/ocmock/ocmock.gyp
deleted file mode 100644
index 942992bb9273e28d2cc31e5d8473568ba5197690..0000000000000000000000000000000000000000
--- a/third_party/ocmock/ocmock.gyp
+++ /dev/null
@@ -1,85 +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': [
- ],
- 'conditions': [
- ['OS=="mac" or OS=="ios"', {
- 'targets' : [
- {
- 'target_name' : 'ocmock',
- 'type': 'static_library',
- 'include_dirs': [ '.', '../..', ],
- 'direct_dependent_settings': {
- 'include_dirs': [ '.', ],
- },
- 'dependencies': [
- '../../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- # Helper for using with gtest.
- 'gtest_support.h',
- 'gtest_support.mm',
-
- # Some extra features to make using OCMock easier.
- 'ocmock_extensions.h',
- 'ocmock_extensions.mm',
-
- # OCMock sources.
- 'OCMock/NSInvocation+OCMAdditions.h',
- 'OCMock/OCMObserverRecorder.m',
- 'OCMock/NSInvocation+OCMAdditions.m',
- 'OCMock/NSMethodSignature+OCMAdditions.h',
- 'OCMock/NSMethodSignature+OCMAdditions.m',
- 'OCMock/NSNotificationCenter+OCMAdditions.h',
- 'OCMock/NSNotificationCenter+OCMAdditions.m',
- 'OCMock/OCClassMockObject.h',
- 'OCMock/OCClassMockObject.m',
- 'OCMock/OCMArg.h',
- 'OCMock/OCMArg.m',
- 'OCMock/OCMBlockCaller.h',
- 'OCMock/OCMBlockCaller.m',
- 'OCMock/OCMBoxedReturnValueProvider.h',
- 'OCMock/OCMBoxedReturnValueProvider.m',
- 'OCMock/OCMConstraint.h',
- 'OCMock/OCMConstraint.m',
- 'OCMock/OCMExceptionReturnValueProvider.h',
- 'OCMock/OCMExceptionReturnValueProvider.m',
- 'OCMock/OCMIndirectReturnValueProvider.h',
- 'OCMock/OCMIndirectReturnValueProvider.m',
- 'OCMock/OCMNotificationPoster.h',
- 'OCMock/OCMNotificationPoster.m',
- 'OCMock/OCMObserverRecorder.h',
- 'OCMock/OCMPassByRefSetter.h',
- 'OCMock/OCMPassByRefSetter.m',
- 'OCMock/OCMRealObjectForwarder.h',
- 'OCMock/OCMRealObjectForwarder.m',
- 'OCMock/OCMReturnValueProvider.h',
- 'OCMock/OCMReturnValueProvider.m',
- 'OCMock/OCMock.h',
- 'OCMock/OCMockObject.h',
- 'OCMock/OCMockObject.m',
- 'OCMock/OCPartialMockObject.h',
- 'OCMock/OCPartialMockObject.m',
- 'OCMock/OCPartialMockRecorder.h',
- 'OCMock/OCPartialMockRecorder.m',
- 'OCMock/OCProtocolMockObject.h',
- 'OCMock/OCProtocolMockObject.m',
- 'OCMock/OCMockRecorder.h',
- 'OCMock/OCMockRecorder.m',
- 'OCMock/OCObserverMockObject.h',
- 'OCMock/OCObserverMockObject.m',
- ],
- 'variables': {
- 'clang_warning_flags': [
- # NSInvocation+OCMAdditions.m has some `- (void) foo; {...`
- '-Wno-semicolon-before-method-body',
- ],
- },
- },
- ],
- }],
- ],
-}
« no previous file with comments | « third_party/netty4/netty.gyp ('k') | third_party/openh264/openh264_args.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698