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

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

Issue 1275783003: Add a virtual beamforming audio device on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: aluebs comments. 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 | « media/shared_memory_support.gypi ('k') | ui/gfx/ipc/gfx_param_traits.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'test/gfx_util.h', 520 'test/gfx_util.h',
521 'test/test_screen.h', 521 'test/test_screen.h',
522 'test/test_screen.cc', 522 'test/test_screen.cc',
523 'test/ui_cocoa_test_helper.h', 523 'test/ui_cocoa_test_helper.h',
524 'test/ui_cocoa_test_helper.mm', 524 'test/ui_cocoa_test_helper.mm',
525 ], 525 ],
526 'dependencies': [ 526 'dependencies': [
527 '../../base/base.gyp:base', 527 '../../base/base.gyp:base',
528 '../../skia/skia.gyp:skia', 528 '../../skia/skia.gyp:skia',
529 '../../testing/gtest.gyp:gtest', 529 '../../testing/gtest.gyp:gtest',
530 'gfx',
531 'gfx_geometry',
530 ], 532 ],
531 'conditions': [ 533 'conditions': [
532 ['OS == "mac"', { 534 ['OS == "mac"', {
533 'link_settings': { 535 'link_settings': {
534 'libraries': [ 536 'libraries': [
535 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 537 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
536 ], 538 ],
537 }, 539 },
538 }], 540 }],
539 ['OS=="ios"', { 541 ['OS=="ios"', {
(...skipping 23 matching lines...) Expand all
563 ], 565 ],
564 'variables': { 566 'variables': {
565 'jni_gen_package': 'ui/gfx', 567 'jni_gen_package': 'ui/gfx',
566 }, 568 },
567 'includes': [ '../../build/jni_generator.gypi' ], 569 'includes': [ '../../build/jni_generator.gypi' ],
568 }, 570 },
569 ], 571 ],
570 }], 572 }],
571 ], 573 ],
572 } 574 }
OLDNEW
« no previous file with comments | « media/shared_memory_support.gypi ('k') | ui/gfx/ipc/gfx_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698