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

Side by Side Diff: build/all.gyp

Issue 10882064: views: Add a gyp file to build webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/views/controls/webview/webview.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 '../third_party/gles2_book/gles2_book.gyp:*', 130 '../third_party/gles2_book/gles2_book.gyp:*',
131 '../tools/memory_watcher/memory_watcher.gyp:*', 131 '../tools/memory_watcher/memory_watcher.gyp:*',
132 ], 132 ],
133 }, { 133 }, {
134 'dependencies': [ 134 'dependencies': [
135 '../third_party/libevent/libevent.gyp:*', 135 '../third_party/libevent/libevent.gyp:*',
136 ], 136 ],
137 }], 137 }],
138 ['toolkit_views==1', { 138 ['toolkit_views==1', {
139 'dependencies': [ 139 'dependencies': [
140 '../ui/views/controls/webview/webview.gyp:*',
140 '../ui/views/views.gyp:*', 141 '../ui/views/views.gyp:*',
141 ], 142 ],
142 }], 143 }],
143 ['use_aura==1', { 144 ['use_aura==1', {
144 'dependencies': [ 145 'dependencies': [
146 '../ash/ash.gyp:*',
145 '../ui/aura/aura.gyp:*', 147 '../ui/aura/aura.gyp:*',
146 '../ui/oak/oak.gyp:*', 148 '../ui/oak/oak.gyp:*',
147 '../ash/ash.gyp:*',
148 ], 149 ],
149 }], 150 }],
150 ['remoting==1', { 151 ['remoting==1', {
151 'dependencies': [ 152 'dependencies': [
152 '../remoting/remoting.gyp:*', 153 '../remoting/remoting.gyp:*',
153 ], 154 ],
154 }], 155 }],
155 ['use_openssl==0', { 156 ['use_openssl==0', {
156 'dependencies': [ 157 'dependencies': [
157 '../net/third_party/nss/ssl.gyp:*', 158 '../net/third_party/nss/ssl.gyp:*',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 '../base/base.gyp:base_unittests_run', 695 '../base/base.gyp:base_unittests_run',
695 '../chrome/chrome.gyp:browser_tests_run', 696 '../chrome/chrome.gyp:browser_tests_run',
696 '../chrome/chrome.gyp:unit_tests_run', 697 '../chrome/chrome.gyp:unit_tests_run',
697 '../net/net.gyp:net_unittests_run', 698 '../net/net.gyp:net_unittests_run',
698 ], 699 ],
699 }, # target_name: chromium_swarm_tests 700 }, # target_name: chromium_swarm_tests
700 ], 701 ],
701 }], 702 }],
702 ], # conditions 703 ], # conditions
703 } 704 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/controls/webview/webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698