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

Side by Side Diff: extensions/shell/app_shell.gyp

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/extensions_tests.gyp ('k') | ui/app_list/app_list.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 'app_shell.gypi', 7 'app_shell.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 # Product name is used for Mac bundle. 10 # Product name is used for Mac bundle.
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'type': 'executable', 212 'type': 'executable',
213 'dependencies': [ 213 'dependencies': [
214 'app_shell_lib', 214 'app_shell_lib',
215 '<(DEPTH)/base/base.gyp:base', 215 '<(DEPTH)/base/base.gyp:base',
216 '<(DEPTH)/base/base.gyp:test_support_base', 216 '<(DEPTH)/base/base.gyp:test_support_base',
217 '<(DEPTH)/content/content.gyp:content_app_both', 217 '<(DEPTH)/content/content.gyp:content_app_both',
218 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 218 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
219 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 219 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
220 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', 220 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
221 '<(DEPTH)/testing/gtest.gyp:gtest', 221 '<(DEPTH)/testing/gtest.gyp:gtest',
222 # Only needed at runtime.
223 '../../third_party/mesa/mesa.gyp:osmesa',
222 ], 224 ],
223 'sources': [ 225 'sources': [
224 '<@(app_shell_unittests_sources)', 226 '<@(app_shell_unittests_sources)',
225 ], 227 ],
226 'conditions': [ 228 'conditions': [
227 ['disable_nacl==0', { 229 ['disable_nacl==0', {
228 'sources': [ 230 'sources': [
229 '<@(app_shell_unittests_sources_nacl)', 231 '<@(app_shell_unittests_sources_nacl)',
230 ], 232 ],
231 }], 233 }],
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 '../../build/isolate.gypi', 442 '../../build/isolate.gypi',
441 ], 443 ],
442 'sources': [ 444 'sources': [
443 'app_shell_unittests.isolate', 445 'app_shell_unittests.isolate',
444 ], 446 ],
445 }, 447 },
446 ], 448 ],
447 }], 449 }],
448 ], 450 ],
449 } 451 }
OLDNEW
« no previous file with comments | « extensions/extensions_tests.gyp ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698