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

Side by Side Diff: components/nacl.gyp

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'nacl/common/nacl_process_type.h', 392 'nacl/common/nacl_process_type.h',
393 'nacl/common/nacl_sandbox_type_mac.h', 393 'nacl/common/nacl_sandbox_type_mac.h',
394 'nacl/common/nacl_types.cc', 394 'nacl/common/nacl_types.cc',
395 'nacl/common/nacl_types.h', 395 'nacl/common/nacl_types.h',
396 'nacl/common/pnacl_types.cc', 396 'nacl/common/pnacl_types.cc',
397 'nacl/common/pnacl_types.h', 397 'nacl/common/pnacl_types.h',
398 ], 398 ],
399 'include_dirs': [ 399 'include_dirs': [
400 '..', 400 '..',
401 ], 401 ],
402 'dependencies': [
403 '../content/content.gyp:content_common',
404 ],
402 }, 405 },
403 ] 406 ]
404 } 407 }
OLDNEW
« no previous file with comments | « components/dom_distiller.gypi ('k') | content/content.gyp » ('j') | ppapi/ppapi_proxy_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698