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

Side by Side Diff: views/views.gyp

Issue 8222028: Use WebKit compositor in ui::Layer (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase Created 9 years, 2 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 | « views/view_unittest.cc ('k') | no next file » | 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) 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
548 '../base/base.gyp:base', 548 '../base/base.gyp:base',
549 '../base/base.gyp:test_support_base', 549 '../base/base.gyp:test_support_base',
550 '../build/temp_gyp/googleurl.gyp:googleurl', 550 '../build/temp_gyp/googleurl.gyp:googleurl',
551 '../skia/skia.gyp:skia', 551 '../skia/skia.gyp:skia',
552 '../testing/gmock.gyp:gmock', 552 '../testing/gmock.gyp:gmock',
553 '../testing/gtest.gyp:gtest', 553 '../testing/gtest.gyp:gtest',
554 '../third_party/icu/icu.gyp:icui18n', 554 '../third_party/icu/icu.gyp:icui18n',
555 '../third_party/icu/icu.gyp:icuuc', 555 '../third_party/icu/icu.gyp:icuuc',
556 '../ui/base/strings/ui_strings.gyp:ui_strings', 556 '../ui/base/strings/ui_strings.gyp:ui_strings',
557 '../ui/gfx/compositor/compositor.gyp:compositor', 557 '../ui/gfx/compositor/compositor.gyp:compositor',
558 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
558 '../ui/ui.gyp:gfx_resources', 559 '../ui/ui.gyp:gfx_resources',
559 '../ui/ui.gyp:ui', 560 '../ui/ui.gyp:ui',
560 '../ui/ui.gyp:ui_resources', 561 '../ui/ui.gyp:ui_resources',
561 '../ui/ui.gyp:ui_resources_standard', 562 '../ui/ui.gyp:ui_resources_standard',
562 'views', 563 'views',
563 ], 564 ],
564 'include_dirs': [ 565 'include_dirs': [
565 '..', 566 '..',
566 ], 567 ],
567 'sources': [ 568 'sources': [
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'dependencies': [ 951 'dependencies': [
951 '../chrome/chrome.gyp:packed_resources', 952 '../chrome/chrome.gyp:packed_resources',
952 ], 953 ],
953 }], 954 }],
954 ], 955 ],
955 }, 956 },
956 ], 957 ],
957 }], 958 }],
958 ], 959 ],
959 } 960 }
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698