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

Side by Side Diff: components/nacl.gyp

Issue 101203006: Fix Blink dependencies in build files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « components/autofill.gypi ('k') | content/content_tests.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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'nacl/renderer/pnacl_translation_resource_host.cc', 144 'nacl/renderer/pnacl_translation_resource_host.cc',
145 'nacl/renderer/pnacl_translation_resource_host.h', 145 'nacl/renderer/pnacl_translation_resource_host.h',
146 'nacl/renderer/ppb_nacl_private_impl.cc', 146 'nacl/renderer/ppb_nacl_private_impl.cc',
147 'nacl/renderer/ppb_nacl_private_impl.h', 147 'nacl/renderer/ppb_nacl_private_impl.h',
148 ], 148 ],
149 'include_dirs': [ 149 'include_dirs': [
150 '..', 150 '..',
151 ], 151 ],
152 'dependencies': [ 152 'dependencies': [
153 '../content/content.gyp:content_renderer', 153 '../content/content.gyp:content_renderer',
154 '../third_party/WebKit/public/blink.gyp:blink',
154 '../webkit/common/webkit_common.gyp:webkit_common', 155 '../webkit/common/webkit_common.gyp:webkit_common',
155 ], 156 ],
156 'defines': [ 157 'defines': [
157 '<@(nacl_defines)', 158 '<@(nacl_defines)',
158 ], 159 ],
159 'direct_dependent_settings': { 160 'direct_dependent_settings': {
160 'defines': [ 161 'defines': [
161 '<@(nacl_defines)', 162 '<@(nacl_defines)',
162 ], 163 ],
163 }, 164 },
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'nacl/common/nacl_types.h', 371 'nacl/common/nacl_types.h',
371 'nacl/common/pnacl_types.cc', 372 'nacl/common/pnacl_types.cc',
372 'nacl/common/pnacl_types.h', 373 'nacl/common/pnacl_types.h',
373 ], 374 ],
374 'include_dirs': [ 375 'include_dirs': [
375 '..', 376 '..',
376 ], 377 ],
377 }, 378 },
378 ] 379 ]
379 } 380 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698