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

Side by Side Diff: content/content_tests.gypi

Issue 10392068: ui: Move gl/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac_rel Created 8 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/gpu_child_thread.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 '../ipc/ipc.gyp:test_support_ipc', 180 '../ipc/ipc.gyp:test_support_ipc',
181 '../jingle/jingle.gyp:jingle_glue_test_util', 181 '../jingle/jingle.gyp:jingle_glue_test_util',
182 '../media/media.gyp:media_test_support', 182 '../media/media.gyp:media_test_support',
183 '../net/net.gyp:net_test_support', 183 '../net/net.gyp:net_test_support',
184 '../skia/skia.gyp:skia', 184 '../skia/skia.gyp:skia',
185 '../testing/gmock.gyp:gmock', 185 '../testing/gmock.gyp:gmock',
186 '../testing/gtest.gyp:gtest', 186 '../testing/gtest.gyp:gtest',
187 '../third_party/libjingle/libjingle.gyp:libjingle', 187 '../third_party/libjingle/libjingle.gyp:libjingle',
188 '../third_party/libvpx/libvpx.gyp:libvpx', 188 '../third_party/libvpx/libvpx.gyp:libvpx',
189 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 189 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
190 '../ui/gfx/gl/gl.gyp:gl', 190 '../ui/gl/gl.gyp:gl',
191 '../ui/ui.gyp:ui', 191 '../ui/ui.gyp:ui',
192 '../v8/tools/gyp/v8.gyp:v8', 192 '../v8/tools/gyp/v8.gyp:v8',
193 '../webkit/support/webkit_support.gyp:database', 193 '../webkit/support/webkit_support.gyp:database',
194 '../webkit/support/webkit_support.gyp:glue', 194 '../webkit/support/webkit_support.gyp:glue',
195 '../webkit/support/webkit_support.gyp:quota', 195 '../webkit/support/webkit_support.gyp:quota',
196 ], 196 ],
197 'include_dirs': [ 197 'include_dirs': [
198 '..', 198 '..',
199 ], 199 ],
200 'sources': [ 200 'sources': [
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 'include_dirs': [ 480 'include_dirs': [
481 '<(DEPTH)/third_party/openmax/il', 481 '<(DEPTH)/third_party/openmax/il',
482 ], 482 ],
483 }], 483 }],
484 ['OS=="win"', { 484 ['OS=="win"', {
485 'target_name': 'dxva_video_decode_accelerator_unittest', 485 'target_name': 'dxva_video_decode_accelerator_unittest',
486 'dependencies': [ 486 'dependencies': [
487 '../third_party/angle/src/build_angle.gyp:libEGL', 487 '../third_party/angle/src/build_angle.gyp:libEGL',
488 '../third_party/angle/src/build_angle.gyp:libGLESv2', 488 '../third_party/angle/src/build_angle.gyp:libGLESv2',
489 '../media/media.gyp:media', 489 '../media/media.gyp:media',
490 '../ui/gfx/gl/gl.gyp:gl', 490 '../ui/gl/gl.gyp:gl',
491 '../ui/ui.gyp:ui', 491 '../ui/ui.gyp:ui',
492 ], 492 ],
493 'conditions': [ 493 'conditions': [
494 ['win_use_allocator_shim==1', { 494 ['win_use_allocator_shim==1', {
495 'dependencies': [ 495 'dependencies': [
496 '../base/allocator/allocator.gyp:allocator', 496 '../base/allocator/allocator.gyp:allocator',
497 ], 497 ],
498 }], 498 }],
499 ], 499 ],
500 }], 500 }],
(...skipping 10 matching lines...) Expand all
511 ], 511 ],
512 'sources': [ 512 'sources': [
513 'common/gpu/media/video_decode_accelerator_unittest.cc', 513 'common/gpu/media/video_decode_accelerator_unittest.cc',
514 ], 514 ],
515 } 515 }
516 ], 516 ],
517 }, 517 },
518 ], 518 ],
519 ], 519 ],
520 } 520 }
OLDNEW
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698