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

Unified Diff: third_party/undoview/undoview.gyp

Issue 3429025: Landing http://codereview.chromium.org/3387008 for sadrul: (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: fix deps issue Created 10 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/undoview/undo_view.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/undoview/undoview.gyp
diff --git a/third_party/undoview/undoview.gyp b/third_party/undoview/undoview.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..430a3210c6d5ff5764fdc6fcfbc7ad639c2c39a1
--- /dev/null
+++ b/third_party/undoview/undoview.gyp
@@ -0,0 +1,22 @@
+# Copyright (c) 2010 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': 'undoview',
+ 'type': '<(library)',
+ 'sources': [
+ 'undo_manager.h',
+ 'undo_manager.c',
+ 'undo_view.h',
+ 'undo_view.c',
+ ],
+
+ 'dependencies' : [
+ '../../build/linux/system.gyp:gtk',
+ ],
+ },
+ ],
+}
« no previous file with comments | « third_party/undoview/undo_view.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698