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

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

Issue 10915159: views: Remove content dependency from views package. Try 3! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: only in test_support_views should be enough Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 14 matching lines...) Expand all
25 }, 25 },
26 'targets': [ 26 'targets': [
27 { 27 {
28 'target_name': 'views', 28 'target_name': 'views',
29 'type': '<(component)', 29 'type': '<(component)',
30 'dependencies': [ 30 'dependencies': [
31 '../../base/base.gyp:base', 31 '../../base/base.gyp:base',
32 '../../base/base.gyp:base_i18n', 32 '../../base/base.gyp:base_i18n',
33 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 33 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
34 '../../build/temp_gyp/googleurl.gyp:googleurl', 34 '../../build/temp_gyp/googleurl.gyp:googleurl',
35 '../../content/content.gyp:content',
36 '../../skia/skia.gyp:skia', 35 '../../skia/skia.gyp:skia',
37 '../../third_party/icu/icu.gyp:icui18n', 36 '../../third_party/icu/icu.gyp:icui18n',
38 '../../third_party/icu/icu.gyp:icuuc', 37 '../../third_party/icu/icu.gyp:icuuc',
39 '../base/strings/ui_strings.gyp:ui_strings', 38 '../base/strings/ui_strings.gyp:ui_strings',
40 '../compositor/compositor.gyp:compositor', 39 '../compositor/compositor.gyp:compositor',
41 '../ui.gyp:ui', 40 '../ui.gyp:ui',
42 '../ui.gyp:ui_resources', 41 '../ui.gyp:ui_resources',
43 ], 42 ],
44 'defines': [ 43 'defines': [
45 'VIEWS_IMPLEMENTATION', 44 'VIEWS_IMPLEMENTATION',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'widget/widget_hwnd_utils.h', 497 'widget/widget_hwnd_utils.h',
499 ], 498 ],
500 }], 499 }],
501 ], 500 ],
502 }, # target_name: views 501 }, # target_name: views
503 { 502 {
504 'target_name': 'test_support_views', 503 'target_name': 'test_support_views',
505 'type': 'static_library', 504 'type': 'static_library',
506 'dependencies': [ 505 'dependencies': [
507 '../../base/base.gyp:base', 506 '../../base/base.gyp:base',
507 '../../content/content.gyp:content',
508 '../../content/content.gyp:test_support_content', 508 '../../content/content.gyp:test_support_content',
509 '../../ipc/ipc.gyp:test_support_ipc', 509 '../../ipc/ipc.gyp:test_support_ipc',
510 '../../skia/skia.gyp:skia', 510 '../../skia/skia.gyp:skia',
511 '../../testing/gtest.gyp:gtest', 511 '../../testing/gtest.gyp:gtest',
512 '../ui.gyp:ui', 512 '../ui.gyp:ui',
513 'controls/webview/webview.gyp:webview', 513 'controls/webview/webview.gyp:webview',
514 'views', 514 'views',
515 ], 515 ],
516 'include_dirs': [ 516 'include_dirs': [
517 '..', 517 '..',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'sources/': [ 855 'sources/': [
856 # This is needed because the aura rule strips it from the default 856 # This is needed because the aura rule strips it from the default
857 # sources list. 857 # sources list.
858 ['include', '^../../content/app/startup_helper_win.cc'], 858 ['include', '^../../content/app/startup_helper_win.cc'],
859 ], 859 ],
860 }], 860 }],
861 ], 861 ],
862 }, # target_name: views_examples_with_content_exe 862 }, # target_name: views_examples_with_content_exe
863 ], 863 ],
864 } 864 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698