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

Unified Diff: ui/viewer/viewer.gyp

Issue 10872002: beginnings of metro viewer process (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 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 | « ui/aura/root_window_host_delegate.h ('k') | ui/viewer/viewer_host_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/viewer/viewer.gyp
diff --git a/ui/viewer/viewer.gyp b/ui/viewer/viewer.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..750b5838748b120163e547d253c3c7217213c0d1
--- /dev/null
+++ b/ui/viewer/viewer.gyp
@@ -0,0 +1,34 @@
+# 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.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'viewer',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'viewer_host_win.cc',
+ 'viewer_host_win.h',
+ 'viewer_ipc_server.cc',
+ 'viewer_ipc_server.h',
+ 'viewer_main.cc',
+ 'viewer_message_generator.cc',
+ 'viewer_message_generator.h',
+ 'viewer_process.cc',
+ 'viewer_process.h',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
+ ],
+}
+
« no previous file with comments | « ui/aura/root_window_host_delegate.h ('k') | ui/viewer/viewer_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698