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

Side by Side Diff: components/nacl.gyp

Issue 390983006: Cleanup dependency on webkit_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add some missing deps Created 6 years, 5 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 | « chrome/chrome_renderer.gypi ('k') | content/content_browser.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'nacl/renderer/trusted_plugin_channel.cc', 178 'nacl/renderer/trusted_plugin_channel.cc',
179 'nacl/renderer/trusted_plugin_channel.h', 179 'nacl/renderer/trusted_plugin_channel.h',
180 ], 180 ],
181 'include_dirs': [ 181 'include_dirs': [
182 '..', 182 '..',
183 ], 183 ],
184 'dependencies': [ 184 'dependencies': [
185 '../content/content.gyp:content_renderer', 185 '../content/content.gyp:content_renderer',
186 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp', 186 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
187 '../third_party/WebKit/public/blink.gyp:blink', 187 '../third_party/WebKit/public/blink.gyp:blink',
188 '../webkit/common/webkit_common.gyp:webkit_common',
189 ], 188 ],
190 'defines': [ 189 'defines': [
191 '<@(nacl_defines)', 190 '<@(nacl_defines)',
192 ], 191 ],
193 'direct_dependent_settings': { 192 'direct_dependent_settings': {
194 'defines': [ 193 'defines': [
195 '<@(nacl_defines)', 194 '<@(nacl_defines)',
196 ], 195 ],
197 }, 196 },
198 }, 197 },
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 ], 498 ],
500 'include_dirs': [ 499 'include_dirs': [
501 '..', 500 '..',
502 ], 501 ],
503 'dependencies': [ 502 'dependencies': [
504 '../content/content.gyp:content_common', 503 '../content/content.gyp:content_common',
505 ], 504 ],
506 }, 505 },
507 ] 506 ]
508 } 507 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698