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

Unified Diff: ui/ui.gyp

Issue 10872002: beginnings of metro viewer process (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: linux fix Created 8 years, 4 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 0a71fb26b98c563f51095afadd18405ed5b6f9e5..a60da6279b20fa7edf1f290ce98e23b49b07d8fc 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -771,6 +771,28 @@
}],
],
},
+ {
+ 'target_name': 'viewer',
tfarina 2012/08/28 00:54:22 nonono, please, like ui/app_list, ui/views, and wh
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'viewer/viewer_host_win.cc',
+ 'viewer/viewer_host_win.h',
+ 'viewer/viewer_ipc_server.cc',
+ 'viewer/viewer_ipc_server.h',
+ 'viewer/viewer_main.cc',
+ 'viewer/viewer_message_generator.cc',
+ 'viewer/viewer_message_generator.h',
+ 'viewer/viewer_process.cc',
+ 'viewer/viewer_process.h',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
],
'conditions': [
['inside_chromium_build == 1 and OS != "ios"', {

Powered by Google App Engine
This is Rietveld 408576698