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

Unified Diff: ui/oak/oak.gyp

Issue 9662022: Basic skeleton of a window/layer/view inspector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/oak/oak.gyp
===================================================================
--- ui/oak/oak.gyp (revision 0)
+++ ui/oak/oak.gyp (revision 0)
@@ -0,0 +1,48 @@
+# 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': 'oak',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:base_i18n',
+ '../../build/temp_gyp/googleurl.gyp:googleurl',
+ '../../skia/skia.gyp:skia',
+ '../aura/aura.gyp:aura',
+ '../gfx/compositor/compositor.gyp:compositor',
+ '../ui.gyp:ui',
+ '../ui.gyp:ui_resources',
+ '../ui.gyp:ui_resources_standard',
+ '../views/views.gyp:views',
+ ],
+ 'defines': [
+ 'OAK_IMPLEMENTATION',
+ ],
+ 'sources': [
+ # All .cc, .h under ash, except unittests
tfarina 2012/03/10 14:42:46 nit: under ash -> under oak.
+ 'oak.h',
+ 'oak_aura_window_display.cc',
+ 'oak_aura_window_display.h',
+ 'oak_export.h',
+ 'oak_layer_display.cc',
+ 'oak_layer_display.h',
+ 'oak_tree_model.cc',
+ 'oak_tree_model.h',
+ 'oak_views_view_display.cc',
+ 'oak_views_view_display.cc',
+ 'oak_views_widget_display.cc',
+ 'oak_views_widget_display.h',
+ 'oak_window.cc',
+ 'oak_window.h',
+ ],
+ },
+ ],
+}
Property changes on: ui\oak\oak.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698