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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
11 ], | 11 ], |
12 'targets': [ | 12 'targets': [ |
13 { | 13 { |
14 'target_name': 'ui', | 14 'target_name': 'ui', |
15 'type': '<(component)', | 15 'type': '<(component)', |
16 'variables': { 'enable_wexit_time_destructors': 1, }, | |
17 'dependencies': [ | 16 'dependencies': [ |
18 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
19 '../base/base.gyp:base_i18n', | 18 '../base/base.gyp:base_i18n', |
20 '../base/base.gyp:base_static', | 19 '../base/base.gyp:base_static', |
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
22 '../build/temp_gyp/googleurl.gyp:googleurl', | 21 '../build/temp_gyp/googleurl.gyp:googleurl', |
23 '../net/net.gyp:net', | 22 '../net/net.gyp:net', |
24 '../skia/skia.gyp:skia', | 23 '../skia/skia.gyp:skia', |
25 '../third_party/icu/icu.gyp:icui18n', | 24 '../third_party/icu/icu.gyp:icui18n', |
26 '../third_party/icu/icu.gyp:icuuc', | 25 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'base/cocoa/window_size_constants.mm', | 104 'base/cocoa/window_size_constants.mm', |
106 'base/cursor/cursor.cc', | 105 'base/cursor/cursor.cc', |
107 'base/cursor/cursor.h', | 106 'base/cursor/cursor.h', |
108 'base/cursor/cursor_loader.h', | 107 'base/cursor/cursor_loader.h', |
109 'base/cursor/cursor_loader_win.cc', | 108 'base/cursor/cursor_loader_win.cc', |
110 'base/cursor/cursor_loader_win.h', | 109 'base/cursor/cursor_loader_win.h', |
111 'base/cursor/cursor_loader_x11.cc', | 110 'base/cursor/cursor_loader_x11.cc', |
112 'base/cursor/cursor_loader_x11.h', | 111 'base/cursor/cursor_loader_x11.h', |
113 'base/cursor/cursor_win.cc', | 112 'base/cursor/cursor_win.cc', |
114 'base/cursor/cursor_x11.cc', | 113 'base/cursor/cursor_x11.cc', |
115 'base/dialogs/base_shell_dialog.cc', | |
116 'base/dialogs/base_shell_dialog.h', | |
117 'base/dialogs/base_shell_dialog_win.cc', | |
118 'base/dialogs/base_shell_dialog_win.h', | |
119 'base/dialogs/gtk/select_file_dialog_impl.cc', | |
120 'base/dialogs/gtk/select_file_dialog_impl.h', | |
121 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc', | |
122 'base/dialogs/gtk/select_file_dialog_impl_kde.cc', | |
123 'base/dialogs/select_file_dialog.cc', | |
124 'base/dialogs/select_file_dialog.h', | |
125 'base/dialogs/select_file_dialog_android.cc', | |
126 'base/dialogs/select_file_dialog_android.h', | |
127 'base/dialogs/select_file_dialog_factory.cc', | |
128 'base/dialogs/select_file_dialog_factory.h', | |
129 'base/dialogs/select_file_dialog_mac.h', | |
130 'base/dialogs/select_file_dialog_mac.mm', | |
131 'base/dialogs/select_file_dialog_win.cc', | |
132 'base/dialogs/select_file_dialog_win.h', | |
133 'base/dialogs/select_file_policy.cc', | |
134 'base/dialogs/select_file_policy.h', | |
135 'base/dialogs/selected_file_info.cc', | |
136 'base/dialogs/selected_file_info.h', | |
137 'base/dragdrop/cocoa_dnd_util.h', | 114 'base/dragdrop/cocoa_dnd_util.h', |
138 'base/dragdrop/cocoa_dnd_util.mm', | 115 'base/dragdrop/cocoa_dnd_util.mm', |
139 'base/dragdrop/drag_drop_types.h', | 116 'base/dragdrop/drag_drop_types.h', |
140 'base/dragdrop/drag_drop_types_gtk.cc', | 117 'base/dragdrop/drag_drop_types_gtk.cc', |
141 'base/dragdrop/drag_drop_types_win.cc', | 118 'base/dragdrop/drag_drop_types_win.cc', |
142 'base/dragdrop/drag_source.cc', | 119 'base/dragdrop/drag_source.cc', |
143 'base/dragdrop/drag_source.h', | 120 'base/dragdrop/drag_source.h', |
144 'base/dragdrop/drag_utils.cc', | 121 'base/dragdrop/drag_utils.cc', |
145 'base/dragdrop/drag_utils.h', | 122 'base/dragdrop/drag_utils.h', |
146 'base/dragdrop/drag_utils_aura.cc', | 123 'base/dragdrop/drag_utils_aura.cc', |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 'sources!': [ | 560 'sources!': [ |
584 'gfx/canvas_skia.cc', | 561 'gfx/canvas_skia.cc', |
585 ], | 562 ], |
586 }], | 563 }], |
587 ['use_aura==1', { | 564 ['use_aura==1', { |
588 'sources/': [ | 565 'sources/': [ |
589 ['exclude', 'gfx/gtk_'], | 566 ['exclude', 'gfx/gtk_'], |
590 ['exclude', 'gfx/gtk_util.cc'], | 567 ['exclude', 'gfx/gtk_util.cc'], |
591 ['exclude', 'gfx/gtk_util.h'], | 568 ['exclude', 'gfx/gtk_util.h'], |
592 ['exclude', 'gfx/screen_gtk.cc'], | 569 ['exclude', 'gfx/screen_gtk.cc'], |
593 ['exclude', 'base/dialogs/select_file_dialog_mac.mm'], | |
594 ['exclude', 'base/dialogs/select_file_dialog_win.cc'], | |
595 ['exclude', 'base/work_area_watcher_observer.h'], | 570 ['exclude', 'base/work_area_watcher_observer.h'], |
596 ['exclude', 'base/x/active_window_watcher_x.cc'], | 571 ['exclude', 'base/x/active_window_watcher_x.cc'], |
597 ['exclude', 'base/x/active_window_watcher_x.h'], | 572 ['exclude', 'base/x/active_window_watcher_x.h'], |
598 ['exclude', 'base/x/active_window_watcher_x_observer.h'], | 573 ['exclude', 'base/x/active_window_watcher_x_observer.h'], |
599 ['exclude', 'base/x/root_window_property_watcher_x.cc'], | 574 ['exclude', 'base/x/root_window_property_watcher_x.cc'], |
600 ['exclude', 'base/x/root_window_property_watcher_x.h'], | 575 ['exclude', 'base/x/root_window_property_watcher_x.h'], |
601 ['exclude', 'base/x/work_area_watcher_x.cc'], | 576 ['exclude', 'base/x/work_area_watcher_x.cc'], |
602 ['exclude', 'base/x/work_area_watcher_x.h'], | 577 ['exclude', 'base/x/work_area_watcher_x.h'], |
603 ], | 578 ], |
604 }, { # use_aura!=1 | 579 }, { # use_aura!=1 |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 }, | 868 }, |
894 'dependencies': [ | 869 'dependencies': [ |
895 '../base/base.gyp:base_java', | 870 '../base/base.gyp:base_java', |
896 ], | 871 ], |
897 'includes': [ '../build/java.gypi' ], | 872 'includes': [ '../build/java.gypi' ], |
898 }, | 873 }, |
899 ], | 874 ], |
900 }], | 875 }], |
901 ], | 876 ], |
902 } | 877 } |
OLD | NEW |