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 17 matching lines...) Expand all Loading... |
28 '../../base/base.gyp:base', | 28 '../../base/base.gyp:base', |
29 '../../base/base.gyp:base_i18n', | 29 '../../base/base.gyp:base_i18n', |
30 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 30 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
31 '../../build/temp_gyp/googleurl.gyp:googleurl', | 31 '../../build/temp_gyp/googleurl.gyp:googleurl', |
32 '../../content/content.gyp:content', | 32 '../../content/content.gyp:content', |
33 '../../skia/skia.gyp:skia', | 33 '../../skia/skia.gyp:skia', |
34 '../../third_party/icu/icu.gyp:icui18n', | 34 '../../third_party/icu/icu.gyp:icui18n', |
35 '../../third_party/icu/icu.gyp:icuuc', | 35 '../../third_party/icu/icu.gyp:icuuc', |
36 '../base/strings/ui_strings.gyp:ui_strings', | 36 '../base/strings/ui_strings.gyp:ui_strings', |
37 '../compositor/compositor.gyp:compositor', | 37 '../compositor/compositor.gyp:compositor', |
| 38 '../web_dialogs/web_dialogs.gyp:web_dialogs', |
38 '../ui.gyp:ui', | 39 '../ui.gyp:ui', |
39 '../ui.gyp:ui_resources', | 40 '../ui.gyp:ui_resources', |
40 ], | 41 ], |
41 'defines': [ | 42 'defines': [ |
42 'VIEWS_IMPLEMENTATION', | 43 'VIEWS_IMPLEMENTATION', |
43 ], | 44 ], |
44 'sources': [ | 45 'sources': [ |
45 # All .cc, .h under views, except unittests | 46 # All .cc, .h under views, except unittests |
46 'accessibility/native_view_accessibility_win.cc', | 47 'accessibility/native_view_accessibility_win.cc', |
47 'accessibility/native_view_accessibility_win.h', | 48 'accessibility/native_view_accessibility_win.h', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'controls/textfield/textfield_views_model.h', | 226 'controls/textfield/textfield_views_model.h', |
226 'controls/throbber.cc', | 227 'controls/throbber.cc', |
227 'controls/throbber.h', | 228 'controls/throbber.h', |
228 'controls/tree/tree_view.h', | 229 'controls/tree/tree_view.h', |
229 'controls/tree/tree_view_controller.cc', | 230 'controls/tree/tree_view_controller.cc', |
230 'controls/tree/tree_view_controller.h', | 231 'controls/tree/tree_view_controller.h', |
231 'controls/tree/tree_view_views.cc', | 232 'controls/tree/tree_view_views.cc', |
232 'controls/tree/tree_view_views.h', | 233 'controls/tree/tree_view_views.h', |
233 'controls/tree/tree_view_win.cc', | 234 'controls/tree/tree_view_win.cc', |
234 'controls/tree/tree_view_win.h', | 235 'controls/tree/tree_view_win.h', |
| 236 'controls/webview/web_dialog_view.cc', |
| 237 'controls/webview/web_dialog_view.h', |
235 'controls/webview/webview.cc', | 238 'controls/webview/webview.cc', |
236 'controls/webview/webview.h', | 239 'controls/webview/webview.h', |
237 'debug_utils.cc', | 240 'debug_utils.cc', |
238 'debug_utils.h', | 241 'debug_utils.h', |
239 'drag_controller.h', | 242 'drag_controller.h', |
240 'drag_utils.cc', | 243 'drag_utils.cc', |
241 'drag_utils.h', | 244 'drag_utils.h', |
242 'events/event.cc', | 245 'events/event.cc', |
243 'events/event.h', | 246 'events/event.h', |
244 'events/event_aura.cc', | 247 'events/event_aura.cc', |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
734 'sources/': [ | 737 'sources/': [ |
735 # This is needed because the aura rule strips it from the default | 738 # This is needed because the aura rule strips it from the default |
736 # sources list. | 739 # sources list. |
737 ['include', '^../../content/app/startup_helper_win.cc'], | 740 ['include', '^../../content/app/startup_helper_win.cc'], |
738 ], | 741 ], |
739 }], | 742 }], |
740 ], | 743 ], |
741 }, # target_name: views_examples_lib | 744 }, # target_name: views_examples_lib |
742 ], | 745 ], |
743 } | 746 } |
OLD | NEW |