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

Side by Side Diff: net/net.gyp

Issue 483703004: Use a qualified path for grit/net_resources.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gnnnnn Created 6 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 | Annotate | Revision Log
« no previous file with comments | « net/base/net_util.cc ('k') | no next file » | 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 }, 1040 },
1041 'actions': [ 1041 'actions': [
1042 { 1042 {
1043 'action_name': 'net_resources', 1043 'action_name': 'net_resources',
1044 'variables': { 1044 'variables': {
1045 'grit_grd_file': 'base/net_resources.grd', 1045 'grit_grd_file': 'base/net_resources.grd',
1046 }, 1046 },
1047 'includes': [ '../build/grit_action.gypi' ], 1047 'includes': [ '../build/grit_action.gypi' ],
1048 }, 1048 },
1049 ], 1049 ],
1050 'includes': [ '../build/grit_target.gypi' ],
1051 }, 1050 },
1052 { 1051 {
1053 'target_name': 'http_server', 1052 'target_name': 'http_server',
1054 'type': 'static_library', 1053 'type': 'static_library',
1055 'variables': { 'enable_wexit_time_destructors': 1, }, 1054 'variables': { 'enable_wexit_time_destructors': 1, },
1056 'dependencies': [ 1055 'dependencies': [
1057 '../base/base.gyp:base', 1056 '../base/base.gyp:base',
1058 'net', 1057 'net',
1059 ], 1058 ],
1060 'sources': [ 1059 'sources': [
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 'net_unittests.isolate', 1709 'net_unittests.isolate',
1711 ], 1710 ],
1712 'sources': [ 1711 'sources': [
1713 'net_unittests.isolate', 1712 'net_unittests.isolate',
1714 ], 1713 ],
1715 }, 1714 },
1716 ], 1715 ],
1717 }], 1716 }],
1718 ], 1717 ],
1719 } 1718 }
OLDNEW
« no previous file with comments | « net/base/net_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698