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