| 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 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2076 'browser/ui/webui/welcome_ui_android.h', | 2076 'browser/ui/webui/welcome_ui_android.h', |
| 2077 'browser/ui/window_sizer/window_sizer.cc', | 2077 'browser/ui/window_sizer/window_sizer.cc', |
| 2078 'browser/ui/window_sizer/window_sizer.h', | 2078 'browser/ui/window_sizer/window_sizer.h', |
| 2079 'browser/ui/window_sizer/window_sizer_ash.cc', | 2079 'browser/ui/window_sizer/window_sizer_ash.cc', |
| 2080 'browser/ui/window_sizer/window_sizer_aura.cc', | 2080 'browser/ui/window_sizer/window_sizer_aura.cc', |
| 2081 'browser/ui/window_sizer/window_sizer_gtk.cc', | 2081 'browser/ui/window_sizer/window_sizer_gtk.cc', |
| 2082 'browser/ui/window_sizer/window_sizer_mac.mm', | 2082 'browser/ui/window_sizer/window_sizer_mac.mm', |
| 2083 'browser/ui/window_sizer/window_sizer_win.cc', | 2083 'browser/ui/window_sizer/window_sizer_win.cc', |
| 2084 'browser/ui/window_snapshot/window_snapshot.cc', | 2084 'browser/ui/window_snapshot/window_snapshot.cc', |
| 2085 'browser/ui/window_snapshot/window_snapshot.h', | 2085 'browser/ui/window_snapshot/window_snapshot.h', |
| 2086 'browser/ui/window_snapshot/window_snapshot_aura.cc', | |
| 2087 'browser/ui/window_snapshot/window_snapshot_gtk.cc', | |
| 2088 'browser/ui/window_snapshot/window_snapshot_mac.mm', | |
| 2089 'browser/ui/window_snapshot/window_snapshot_win.cc', | |
| 2090 'browser/ui/zoom/zoom_controller.cc', | 2086 'browser/ui/zoom/zoom_controller.cc', |
| 2091 'browser/ui/zoom/zoom_controller.h', | 2087 'browser/ui/zoom/zoom_controller.h', |
| 2092 'browser/ui/zoom/zoom_observer.h', | 2088 'browser/ui/zoom/zoom_observer.h', |
| 2093 ], | 2089 ], |
| 2094 'conditions': [ | 2090 'conditions': [ |
| 2095 ['OS != "ios"', { | 2091 ['OS != "ios"', { |
| 2096 'dependencies': [ | 2092 'dependencies': [ |
| 2097 'autofill_regexes', | 2093 'autofill_regexes', |
| 2098 'browser_extensions', | 2094 'browser_extensions', |
| 2099 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2095 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2742 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2738 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2743 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2739 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2744 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2740 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2745 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2741 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2746 ]} | 2742 ]} |
| 2747 ], | 2743 ], |
| 2748 ], | 2744 ], |
| 2749 }, | 2745 }, |
| 2750 ], | 2746 ], |
| 2751 } | 2747 } |
| OLD | NEW |