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

Side by Side Diff: extensions/extensions.gyp

Issue 869743004: Make extensions_utility target properly depend on extensions_strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'msvs_disabled_warnings': [ 4267, ], 1043 'msvs_disabled_warnings': [ 4267, ],
1044 }, 1044 },
1045 { 1045 {
1046 # GN version: //extensions/utility 1046 # GN version: //extensions/utility
1047 'target_name': 'extensions_utility', 1047 'target_name': 'extensions_utility',
1048 'type': 'static_library', 1048 'type': 'static_library',
1049 'dependencies': [ 1049 'dependencies': [
1050 '../content/content.gyp:content_utility', 1050 '../content/content.gyp:content_utility',
1051 '../third_party/zlib/google/zip.gyp:zip', 1051 '../third_party/zlib/google/zip.gyp:zip',
1052 'extensions_common', 1052 'extensions_common',
1053 'extensions_strings.gyp:extensions_strings',
1053 ], 1054 ],
1054 'include_dirs': [ 1055 'include_dirs': [
1055 '..', 1056 '..',
1056 ], 1057 ],
1057 'sources': [ 1058 'sources': [
1058 'utility/unpacker.cc', 1059 'utility/unpacker.cc',
1059 'utility/unpacker.h', 1060 'utility/unpacker.h',
1060 'utility/utility_handler.cc', 1061 'utility/utility_handler.cc',
1061 'utility/utility_handler.h', 1062 'utility/utility_handler.h',
1062 ], 1063 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 1175 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
1175 ], 1176 ],
1176 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 1177 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
1177 }, 1178 },
1178 'includes': [ '../build/repack_action.gypi' ], 1179 'includes': [ '../build/repack_action.gypi' ],
1179 }, 1180 },
1180 ], 1181 ],
1181 }, 1182 },
1182 ] 1183 ]
1183 } 1184 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698