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

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: Fix many new tests 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
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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ], 423 ],
424 }, # target app_shell_helper 424 }, # target app_shell_helper
425 ], 425 ],
426 }], # OS=="mac" 426 }], # OS=="mac"
427 ['test_isolation_mode != "noop"', { 427 ['test_isolation_mode != "noop"', {
428 'targets': [ 428 'targets': [
429 { 429 {
430 'target_name': 'app_shell_unittests_run', 430 'target_name': 'app_shell_unittests_run',
431 'type': 'none', 431 'type': 'none',
432 'dependencies': [ 432 'dependencies': [
433 '../../third_party/mesa/mesa.gyp:osmesa',
433 'app_shell_unittests', 434 'app_shell_unittests',
434 ], 435 ],
435 'includes': [ 436 'includes': [
436 '../../build/isolate.gypi', 437 '../../build/isolate.gypi',
437 ], 438 ],
438 'sources': [ 439 'sources': [
439 'app_shell_unittests.isolate', 440 'app_shell_unittests.isolate',
440 ], 441 ],
441 }, 442 },
442 ], 443 ],
443 }], 444 }],
444 ], 445 ],
445 } 446 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698