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

Side by Side Diff: ui/views/views.gyp

Issue 8805033: Makes tests either use mock compositor or mock WebGraphicsContext3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 # factored out. (for some reason it pulls in a bunch 488 # factored out. (for some reason it pulls in a bunch
489 # unrelated things like v8, sqlite nss...). 489 # unrelated things like v8, sqlite nss...).
490 '../../chrome/chrome_resources.gyp:packed_resources', 490 '../../chrome/chrome_resources.gyp:packed_resources',
491 '../../build/temp_gyp/googleurl.gyp:googleurl', 491 '../../build/temp_gyp/googleurl.gyp:googleurl',
492 '../../skia/skia.gyp:skia', 492 '../../skia/skia.gyp:skia',
493 '../../testing/gmock.gyp:gmock', 493 '../../testing/gmock.gyp:gmock',
494 '../../testing/gtest.gyp:gtest', 494 '../../testing/gtest.gyp:gtest',
495 '../../third_party/icu/icu.gyp:icui18n', 495 '../../third_party/icu/icu.gyp:icui18n',
496 '../../third_party/icu/icu.gyp:icuuc', 496 '../../third_party/icu/icu.gyp:icuuc',
497 '../base/strings/ui_strings.gyp:ui_strings', 497 '../base/strings/ui_strings.gyp:ui_strings',
498 '../gfx/compositor/compositor.gyp:compositor',
498 '../gfx/compositor/compositor.gyp:compositor_test_support', 499 '../gfx/compositor/compositor.gyp:compositor_test_support',
499 '../gfx/compositor/compositor.gyp:test_compositor',
500 '../ui.gyp:gfx_resources', 500 '../ui.gyp:gfx_resources',
501 '../ui.gyp:ui', 501 '../ui.gyp:ui',
502 '../ui.gyp:ui_resources', 502 '../ui.gyp:ui_resources',
503 '../ui.gyp:ui_resources_standard', 503 '../ui.gyp:ui_resources_standard',
504 'views', 504 'views',
505 ], 505 ],
506 'include_dirs': [ 506 'include_dirs': [
507 '..', 507 '..',
508 ], 508 ],
509 'sources': [ 509 'sources': [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'msvs_settings': { 736 'msvs_settings': {
737 'VCManifestTool': { 737 'VCManifestTool': {
738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
739 }, 739 },
740 }, 740 },
741 }], 741 }],
742 ], 742 ],
743 }, # target_name: views_examples_lib 743 }, # target_name: views_examples_lib
744 ], 744 ],
745 } 745 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698