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

Unified Diff: components/undo.gypi

Issue 1090993003: Move undo files into //components/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utils
Patch Set: Fix gn compilation Created 5 years, 8 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 | « components/components_tests.gyp ('k') | components/undo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo.gypi
diff --git a/components/undo.gypi b/components/undo.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..7039ace3a3a5bc551566cba0527f6b70676dab45
--- /dev/null
+++ b/components/undo.gypi
@@ -0,0 +1,34 @@
+# Copyright 2015 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': [
+ {
+ # GN version: //components/undo
+ 'target_name': 'undo_component',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ui/base/ui_base.gyp:ui_base',
+ 'bookmarks_browser',
+ 'components_strings.gyp:components_strings',
+ 'keyed_service_core',
+ ],
+ 'sources': [
+ 'undo/bookmark_renumber_observer.h',
+ 'undo/bookmark_undo_service.cc',
+ 'undo/bookmark_undo_service.h',
+ 'undo/bookmark_undo_utils.cc',
+ 'undo/bookmark_undo_utils.h',
+ 'undo/undo_manager.cc',
+ 'undo/undo_manager.h',
+ 'undo/undo_manager_observer.h',
+ 'undo/undo_operation.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components_tests.gyp ('k') | components/undo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698