| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2195 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'], | 2195 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'], |
| 2196 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], | 2196 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], |
| 2197 # TODO: (stevenjb/beng): Find a home for these. | 2197 # TODO: (stevenjb/beng): Find a home for these. |
| 2198 ['include', '^browser/ui/views/simple_message_box_views.cc'], | 2198 ['include', '^browser/ui/views/simple_message_box_views.cc'], |
| 2199 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2199 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 2200 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], | 2200 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 2201 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 2201 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
| 2202 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 2202 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
| 2203 ], | 2203 ], |
| 2204 'dependencies': [ | 2204 'dependencies': [ |
| 2205 # aura uses some of ash resources. |
| 2206 '../ash/ash.gyp:ash_resources', |
| 2205 '../ui/aura/aura.gyp:aura', | 2207 '../ui/aura/aura.gyp:aura', |
| 2206 '../ui/compositor/compositor.gyp:compositor', | 2208 '../ui/compositor/compositor.gyp:compositor', |
| 2207 ], | 2209 ], |
| 2208 'conditions': [ | 2210 'conditions': [ |
| 2209 ['OS=="win"', { | 2211 ['OS=="win"', { |
| 2210 'sources/': [ | 2212 'sources/': [ |
| 2211 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2213 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 2212 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], | 2214 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 2213 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], | 2215 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
| 2214 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], | 2216 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2632 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2634 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2633 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2635 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2634 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2636 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2635 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2637 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2636 ]} | 2638 ]} |
| 2637 ], | 2639 ], |
| 2638 ], | 2640 ], |
| 2639 }, | 2641 }, |
| 2640 ], | 2642 ], |
| 2641 } | 2643 } |
| OLD | NEW |