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

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

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: osmesa really need to be a dep of each exe Created 5 years, 5 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'type': 'executable', 208 'type': 'executable',
209 'dependencies': [ 209 'dependencies': [
210 'app_shell_lib', 210 'app_shell_lib',
211 '<(DEPTH)/base/base.gyp:base', 211 '<(DEPTH)/base/base.gyp:base',
212 '<(DEPTH)/base/base.gyp:test_support_base', 212 '<(DEPTH)/base/base.gyp:test_support_base',
213 '<(DEPTH)/content/content.gyp:content_app_both', 213 '<(DEPTH)/content/content.gyp:content_app_both',
214 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 214 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
215 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 215 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
216 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', 216 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
217 '<(DEPTH)/testing/gtest.gyp:gtest', 217 '<(DEPTH)/testing/gtest.gyp:gtest',
218 # Only needed at runtime.
219 '../../third_party/mesa/mesa.gyp:osmesa',
218 ], 220 ],
219 'sources': [ 221 'sources': [
220 '<@(app_shell_unittests_sources)', 222 '<@(app_shell_unittests_sources)',
221 ], 223 ],
222 'conditions': [ 224 'conditions': [
223 ['disable_nacl==0', { 225 ['disable_nacl==0', {
224 'sources': [ 226 'sources': [
225 '<@(app_shell_unittests_sources_nacl)', 227 '<@(app_shell_unittests_sources_nacl)',
226 ], 228 ],
227 }], 229 }],
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 '../../build/isolate.gypi', 438 '../../build/isolate.gypi',
437 ], 439 ],
438 'sources': [ 440 'sources': [
439 'app_shell_unittests.isolate', 441 'app_shell_unittests.isolate',
440 ], 442 ],
441 }, 443 },
442 ], 444 ],
443 }], 445 }],
444 ], 446 ],
445 } 447 }
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