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

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: fix bad merge of export_dependent_settings block in content_browser.gypi 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
« no previous file with comments | « components/dom_distiller.gypi ('k') | content/content.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 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'nacl/common/nacl_process_type.h', 395 'nacl/common/nacl_process_type.h',
396 'nacl/common/nacl_sandbox_type_mac.h', 396 'nacl/common/nacl_sandbox_type_mac.h',
397 'nacl/common/nacl_types.cc', 397 'nacl/common/nacl_types.cc',
398 'nacl/common/nacl_types.h', 398 'nacl/common/nacl_types.h',
399 'nacl/common/pnacl_types.cc', 399 'nacl/common/pnacl_types.cc',
400 'nacl/common/pnacl_types.h', 400 'nacl/common/pnacl_types.h',
401 ], 401 ],
402 'include_dirs': [ 402 'include_dirs': [
403 '..', 403 '..',
404 ], 404 ],
405 'dependencies': [
406 '../content/content.gyp:content_common',
jochen (gone - plz use gerrit) 2014/03/16 16:06:23 note that this appears to break linking on chromeo
407 ],
405 }, 408 },
406 ] 409 ]
407 } 410 }
OLDNEW
« no previous file with comments | « components/dom_distiller.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698