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

Side by Side Diff: net/net.gyp

Issue 1581253003: Add missing 'hard_dependency' in gyp targets using grit_action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « extensions/shell/app_shell_resources.gyp ('k') | remoting/remoting.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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 # Enables BidirectionalStream; Used in cronet, disabled by default. 9 # Enables BidirectionalStream; Used in cronet, disabled by default.
10 'enable_bidirectional_stream%': 0, 10 'enable_bidirectional_stream%': 0,
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'url_request/test_url_request_interceptor.h', 695 'url_request/test_url_request_interceptor.h',
696 ], 696 ],
697 }], 697 }],
698 ], 698 ],
699 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 699 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
700 'msvs_disabled_warnings': [4267, ], 700 'msvs_disabled_warnings': [4267, ],
701 }, 701 },
702 { 702 {
703 'target_name': 'net_resources', 703 'target_name': 'net_resources',
704 'type': 'none', 704 'type': 'none',
705 'hard_dependency': 1,
705 'variables': { 706 'variables': {
706 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net', 707 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net',
707 }, 708 },
708 'actions': [ 709 'actions': [
709 { 710 {
710 'action_name': 'net_resources', 711 'action_name': 'net_resources',
711 'variables': { 712 'variables': {
712 'grit_grd_file': 'base/net_resources.grd', 713 'grit_grd_file': 'base/net_resources.grd',
713 }, 714 },
714 'includes': [ '../build/grit_action.gypi' ], 715 'includes': [ '../build/grit_action.gypi' ],
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 '../build/isolate.gypi', 1720 '../build/isolate.gypi',
1720 ], 1721 ],
1721 'sources': [ 1722 'sources': [
1722 'net_unittests.isolate', 1723 'net_unittests.isolate',
1723 ], 1724 ],
1724 }, 1725 },
1725 ], 1726 ],
1726 }], 1727 }],
1727 ], 1728 ],
1728 } 1729 }
OLDNEW
« no previous file with comments | « extensions/shell/app_shell_resources.gyp ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698