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

Unified Diff: ui/views_content_client/views_content_client.gyp

Issue 284113011: Repurpose views+content example into a generic multiprocess views runtime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase for r272332 Created 6 years, 7 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/views_content_client/views_content_client.gyp
diff --git a/ui/views_content_client/views_content_client.gyp b/ui/views_content_client/views_content_client.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..47199ca4a6947e6f95c50477783f9799c0a332d5
--- /dev/null
+++ b/ui/views_content_client/views_content_client.gyp
@@ -0,0 +1,45 @@
+# Copyright 2014 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': 'views_content_client',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:base_i18n',
+ '../../content/content.gyp:content',
+ '../../content/content_shell_and_tests.gyp:content_shell_lib',
+ '../../third_party/icu/icu.gyp:icui18n',
+ '../../third_party/icu/icu.gyp:icuuc',
+ '../aura/aura.gyp:aura',
+ '../base/ui_base.gyp:ui_base',
+ '../events/events.gyp:events',
+ '../gfx/gfx.gyp:gfx',
+ '../gfx/gfx.gyp:gfx_geometry',
+ '../resources/ui_resources.gyp:ui_resources',
+ '../resources/ui_resources.gyp:ui_test_pak',
+ '../views/views.gyp:views',
+ '../views/views.gyp:views_test_support',
+ ],
+ 'defines': [
+ 'VIEWS_CONTENT_CLIENT_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'views_content_browser_client.cc',
+ 'views_content_browser_client.h',
+ 'views_content_client.cc',
+ 'views_content_client.h',
+ 'views_content_client_export.h',
+ 'views_content_client_main_parts.cc',
+ 'views_content_client_main_parts.h',
+ 'views_content_main_delegate.cc',
+ 'views_main_delegate.h',
tapted 2014/05/26 03:27:16 There was just a stray line here, which broke the
+ ],
+ }, # target_name: views_content_client
+ ],
+}
« no previous file with comments | « ui/views_content_client/views_content_client.cc ('k') | ui/views_content_client/views_content_client_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698