| OLD | NEW |
| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 'dependencies': [ | 548 'dependencies': [ |
| 549 '../base/base.gyp:base', | 549 '../base/base.gyp:base', |
| 550 '../base/base.gyp:test_support_base', | 550 '../base/base.gyp:test_support_base', |
| 551 '../build/temp_gyp/googleurl.gyp:googleurl', | 551 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 552 '../skia/skia.gyp:skia', | 552 '../skia/skia.gyp:skia', |
| 553 '../testing/gmock.gyp:gmock', | 553 '../testing/gmock.gyp:gmock', |
| 554 '../testing/gtest.gyp:gtest', | 554 '../testing/gtest.gyp:gtest', |
| 555 '../third_party/icu/icu.gyp:icui18n', | 555 '../third_party/icu/icu.gyp:icui18n', |
| 556 '../third_party/icu/icu.gyp:icuuc', | 556 '../third_party/icu/icu.gyp:icuuc', |
| 557 '../ui/base/strings/ui_strings.gyp:ui_strings', | 557 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 558 '../ui/gfx/compositor/compositor.gyp:compositor', | |
| 559 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', | 558 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', |
| 559 '../ui/gfx/compositor/compositor.gyp:test_compositor', |
| 560 '../ui/ui.gyp:gfx_resources', | 560 '../ui/ui.gyp:gfx_resources', |
| 561 '../ui/ui.gyp:ui', | 561 '../ui/ui.gyp:ui', |
| 562 '../ui/ui.gyp:ui_resources', | 562 '../ui/ui.gyp:ui_resources', |
| 563 '../ui/ui.gyp:ui_resources_standard', | 563 '../ui/ui.gyp:ui_resources_standard', |
| 564 'views', | 564 'views', |
| 565 ], | 565 ], |
| 566 'include_dirs': [ | 566 'include_dirs': [ |
| 567 '..', | 567 '..', |
| 568 ], | 568 ], |
| 569 'sources': [ | 569 'sources': [ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 594 'test/test_views_delegate.h', | 594 'test/test_views_delegate.h', |
| 595 'touchui/touch_selection_controller_impl_unittest.cc', | 595 'touchui/touch_selection_controller_impl_unittest.cc', |
| 596 'view_unittest.cc', | 596 'view_unittest.cc', |
| 597 'widget/native_widget_test_utils.h', | 597 'widget/native_widget_test_utils.h', |
| 598 'widget/native_widget_test_utils_aura.cc', | 598 'widget/native_widget_test_utils_aura.cc', |
| 599 'widget/native_widget_test_utils_gtk.cc', | 599 'widget/native_widget_test_utils_gtk.cc', |
| 600 'widget/native_widget_test_utils_win.cc', | 600 'widget/native_widget_test_utils_win.cc', |
| 601 'widget/native_widget_unittest.cc', | 601 'widget/native_widget_unittest.cc', |
| 602 'widget/native_widget_win_unittest.cc', | 602 'widget/native_widget_win_unittest.cc', |
| 603 'widget/widget_unittest.cc', | 603 'widget/widget_unittest.cc', |
| 604 '../ui/gfx/compositor/test_compositor.cc', | |
| 605 '../ui/gfx/compositor/test_compositor.h', | |
| 606 '../ui/gfx/compositor/test_texture.cc', | |
| 607 '../ui/gfx/compositor/test_texture.h', | |
| 608 '../ui/aura/test/test_desktop_delegate.cc', | 604 '../ui/aura/test/test_desktop_delegate.cc', |
| 609 '../ui/aura/test/test_desktop_delegate.h', | 605 '../ui/aura/test/test_desktop_delegate.h', |
| 610 | 606 |
| 611 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 607 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 612 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 608 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 613 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 609 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 614 ], | 610 ], |
| 615 'conditions': [ | 611 'conditions': [ |
| 616 ['toolkit_uses_gtk == 1', { | 612 ['toolkit_uses_gtk == 1', { |
| 617 'dependencies': [ | 613 'dependencies': [ |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 'dependencies': [ | 948 'dependencies': [ |
| 953 '../chrome/chrome.gyp:packed_resources', | 949 '../chrome/chrome.gyp:packed_resources', |
| 954 ], | 950 ], |
| 955 }], | 951 }], |
| 956 ], | 952 ], |
| 957 }, | 953 }, |
| 958 ], | 954 ], |
| 959 }], | 955 }], |
| 960 ], | 956 ], |
| 961 } | 957 } |
| OLD | NEW |