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

Side by Side Diff: components/nacl.gyp

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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
« no previous file with comments | « components/history/core/browser/url_database.cc ('k') | components/nacl/browser/DEPS » ('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 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'nacl/browser/pnacl_translation_cache.h', 112 'nacl/browser/pnacl_translation_cache.h',
113 'nacl/common/nacl_debug_exception_handler_win.cc', 113 'nacl/common/nacl_debug_exception_handler_win.cc',
114 'nacl/common/nacl_debug_exception_handler_win.h', 114 'nacl/common/nacl_debug_exception_handler_win.h',
115 ], 115 ],
116 'include_dirs': [ 116 'include_dirs': [
117 '..', 117 '..',
118 ], 118 ],
119 'dependencies': [ 119 'dependencies': [
120 'nacl_common', 120 'nacl_common',
121 'nacl_switches', 121 'nacl_switches',
122 'url_formatter/url_formatter.gyp:url_formatter',
122 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 123 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
123 '../content/content.gyp:content_browser', 124 '../content/content.gyp:content_browser',
124 ], 125 ],
125 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 126 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
126 'msvs_disabled_warnings': [4267, ], 127 'msvs_disabled_warnings': [4267, ],
127 'conditions': [ 128 'conditions': [
128 ['OS=="linux"', { 129 ['OS=="linux"', {
129 'sources': [ 130 'sources': [
130 '../components/nacl/zygote/nacl_fork_delegate_linux.cc', 131 '../components/nacl/zygote/nacl_fork_delegate_linux.cc',
131 '../components/nacl/zygote/nacl_fork_delegate_linux.h', 132 '../components/nacl/zygote/nacl_fork_delegate_linux.h',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 ], 507 ],
507 'include_dirs': [ 508 'include_dirs': [
508 '..', 509 '..',
509 ], 510 ],
510 'dependencies': [ 511 'dependencies': [
511 '../content/content.gyp:content_common', 512 '../content/content.gyp:content_common',
512 ], 513 ],
513 }, 514 },
514 ] 515 ]
515 } 516 }
OLDNEW
« no previous file with comments | « components/history/core/browser/url_database.cc ('k') | components/nacl/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698