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

Side by Side Diff: components/nacl.gyp

Issue 1755363003: Revert of Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'nacl/common/nacl_types_param_traits.cc', 457 'nacl/common/nacl_types_param_traits.cc',
458 'nacl/common/nacl_types_param_traits.h', 458 'nacl/common/nacl_types_param_traits.h',
459 'nacl/common/pnacl_types.cc', 459 'nacl/common/pnacl_types.cc',
460 'nacl/common/pnacl_types.h', 460 'nacl/common/pnacl_types.h',
461 ], 461 ],
462 'include_dirs': [ 462 'include_dirs': [
463 '..', 463 '..',
464 ], 464 ],
465 'dependencies': [ 465 'dependencies': [
466 '../content/content.gyp:content_common', 466 '../content/content.gyp:content_common',
467 '../url/ipc/url_ipc.gyp:url_ipc',
468 ], 467 ],
469 }, 468 },
470 ] 469 ]
471 } 470 }
OLDNEW
« no previous file with comments | « components/content_settings/content/common/content_settings_messages.h ('k') | components/nacl/common/nacl_host_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698