OLD | NEW |
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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 3208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3219 'browser/ui/views/status_bubble_views.cc', | 3219 'browser/ui/views/status_bubble_views.cc', |
3220 'browser/ui/views/status_bubble_views.h', | 3220 'browser/ui/views/status_bubble_views.h', |
3221 'browser/ui/views/status_icons/status_icon_win.cc', | 3221 'browser/ui/views/status_icons/status_icon_win.cc', |
3222 'browser/ui/views/status_icons/status_icon_win.h', | 3222 'browser/ui/views/status_icons/status_icon_win.h', |
3223 'browser/ui/views/status_icons/status_tray_gtk.cc', | 3223 'browser/ui/views/status_icons/status_tray_gtk.cc', |
3224 'browser/ui/views/status_icons/status_tray_win.cc', | 3224 'browser/ui/views/status_icons/status_tray_win.cc', |
3225 'browser/ui/views/status_icons/status_tray_win.h', | 3225 'browser/ui/views/status_icons/status_tray_win.h', |
3226 'browser/ui/views/tab_contents/native_tab_contents_container.h', | 3226 'browser/ui/views/tab_contents/native_tab_contents_container.h', |
3227 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', | 3227 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', |
3228 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', | 3228 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', |
| 3229 'browser/ui/views/tab_contents/native_tab_contents_container_views.cc', |
| 3230 'browser/ui/views/tab_contents/native_tab_contents_container_views.h', |
3229 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc', | 3231 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc', |
3230 'browser/ui/views/tab_contents/native_tab_contents_container_win.h', | 3232 'browser/ui/views/tab_contents/native_tab_contents_container_win.h', |
3231 'browser/ui/views/tab_contents/native_tab_contents_view.h', | 3233 'browser/ui/views/tab_contents/native_tab_contents_view.h', |
3232 'browser/ui/views/tab_contents/native_tab_contents_view_delegate.h', | 3234 'browser/ui/views/tab_contents/native_tab_contents_view_delegate.h', |
3233 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc', | 3235 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc', |
3234 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h', | 3236 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h', |
3235 'browser/ui/views/tab_contents/native_tab_contents_view_win.cc', | 3237 'browser/ui/views/tab_contents/native_tab_contents_view_win.cc', |
3236 'browser/ui/views/tab_contents/native_tab_contents_view_win.h', | 3238 'browser/ui/views/tab_contents/native_tab_contents_view_win.h', |
3237 'browser/ui/views/tab_contents/native_tab_contents_view_views.cc', | 3239 'browser/ui/views/tab_contents/native_tab_contents_view_views.cc', |
3238 'browser/ui/views/tab_contents/native_tab_contents_view_views.h', | 3240 'browser/ui/views/tab_contents/native_tab_contents_view_views.h', |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4271 ['include', '^browser/ui/views/restart_message_box.cc'], | 4273 ['include', '^browser/ui/views/restart_message_box.cc'], |
4272 ['include', '^browser/ui/views/restart_message_box.h'], | 4274 ['include', '^browser/ui/views/restart_message_box.h'], |
4273 ['include', '^browser/ui/views/sad_tab_view.cc'], | 4275 ['include', '^browser/ui/views/sad_tab_view.cc'], |
4274 ['include', '^browser/ui/views/sad_tab_view.h'], | 4276 ['include', '^browser/ui/views/sad_tab_view.h'], |
4275 ['include', '^browser/ui/views/select_file_dialog.cc'], | 4277 ['include', '^browser/ui/views/select_file_dialog.cc'], |
4276 ['include', '^browser/ui/views/status_bubble_views.cc'], | 4278 ['include', '^browser/ui/views/status_bubble_views.cc'], |
4277 ['include', '^browser/ui/views/status_bubble_views.h'], | 4279 ['include', '^browser/ui/views/status_bubble_views.h'], |
4278 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc']
, | 4280 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc']
, |
4279 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.cc'], | 4281 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.cc'], |
4280 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.h'], | 4282 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.h'], |
| 4283 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_views.cc'], |
| 4284 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_views.h'], |
4281 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_gtk.cc'], | 4285 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_gtk.cc'], |
4282 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_gtk.h'], | 4286 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_gtk.h'], |
4283 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_views.cc'], | 4287 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_views.cc'], |
4284 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_views.h'], | 4288 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_views.h'], |
4285 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view.h'], | 4289 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view.h'], |
4286 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_delegate.h'], | 4290 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
view_delegate.h'], |
4287 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.cc'], | 4291 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.cc'], |
4288 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.h'], | 4292 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.h'], |
4289 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.cc'], | 4293 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.cc'], |
4290 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.h'], | 4294 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.h'], |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4695 'hard_dependency': 1, | 4699 'hard_dependency': 1, |
4696 }, | 4700 }, |
4697 ], | 4701 ], |
4698 } | 4702 } |
4699 | 4703 |
4700 # Local Variables: | 4704 # Local Variables: |
4701 # tab-width:2 | 4705 # tab-width:2 |
4702 # indent-tabs-mode:nil | 4706 # indent-tabs-mode:nil |
4703 # End: | 4707 # End: |
4704 # vim: set expandtab tabstop=2 shiftwidth=2: | 4708 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |