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

Unified Diff: chrome/test/chromedriver/third_party/jni/jni.gyp

Issue 18419003: [chromedriver] Remove dll build target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 6 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/test/chromedriver/third_party/jni/jni.h ('k') | chrome/test/chromedriver/third_party/jni/patch.diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/third_party/jni/jni.gyp
diff --git a/chrome/test/chromedriver/third_party/jni/jni.gyp b/chrome/test/chromedriver/third_party/jni/jni.gyp
deleted file mode 100644
index 152810ca19ebfe487497b9595ed4a2510ff883d8..0000000000000000000000000000000000000000
--- a/chrome/test/chromedriver/third_party/jni/jni.gyp
+++ /dev/null
@@ -1,13 +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': 'jni',
- 'type': 'none',
- 'sources': [
- 'jni.h',
- ],
- }],
-}
« no previous file with comments | « chrome/test/chromedriver/third_party/jni/jni.h ('k') | chrome/test/chromedriver/third_party/jni/patch.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698