| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |