| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2614 'browser/ui/webui/welcome_handler_android.h', | 2614 'browser/ui/webui/welcome_handler_android.h', |
| 2615 'browser/ui/webui/welcome_ui_android.cc', | 2615 'browser/ui/webui/welcome_ui_android.cc', |
| 2616 'browser/ui/webui/welcome_ui_android.h', | 2616 'browser/ui/webui/welcome_ui_android.h', |
| 2617 'browser/ui/window_sizer/window_sizer.cc', | 2617 'browser/ui/window_sizer/window_sizer.cc', |
| 2618 'browser/ui/window_sizer/window_sizer.h', | 2618 'browser/ui/window_sizer/window_sizer.h', |
| 2619 'browser/ui/window_sizer/window_sizer_ash.cc', | 2619 'browser/ui/window_sizer/window_sizer_ash.cc', |
| 2620 'browser/ui/window_sizer/window_sizer_aura.cc', | 2620 'browser/ui/window_sizer/window_sizer_aura.cc', |
| 2621 'browser/ui/window_sizer/window_sizer_gtk.cc', | 2621 'browser/ui/window_sizer/window_sizer_gtk.cc', |
| 2622 'browser/ui/window_sizer/window_sizer_mac.mm', | 2622 'browser/ui/window_sizer/window_sizer_mac.mm', |
| 2623 'browser/ui/window_sizer/window_sizer_win.cc', | 2623 'browser/ui/window_sizer/window_sizer_win.cc', |
| 2624 'browser/ui/window_snapshot/window_snapshot.cc', | |
| 2625 'browser/ui/window_snapshot/window_snapshot.h', | |
| 2626 'browser/ui/zoom/zoom_controller.cc', | 2624 'browser/ui/zoom/zoom_controller.cc', |
| 2627 'browser/ui/zoom/zoom_controller.h', | 2625 'browser/ui/zoom/zoom_controller.h', |
| 2628 'browser/ui/zoom/zoom_observer.h', | 2626 'browser/ui/zoom/zoom_observer.h', |
| 2629 ], | 2627 ], |
| 2630 'conditions': [ | 2628 'conditions': [ |
| 2631 ['OS != "ios"', { | 2629 ['OS != "ios"', { |
| 2632 'dependencies': [ | 2630 'dependencies': [ |
| 2633 'browser_extensions', | 2631 'browser_extensions', |
| 2634 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2632 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2635 'common/extensions/api/api.gyp:api', | 2633 'common/extensions/api/api.gyp:api', |
| (...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3395 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3393 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3396 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3394 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3395 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3398 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3399 ], | 3397 ], |
| 3400 }], | 3398 }], |
| 3401 ], | 3399 ], |
| 3402 }, | 3400 }, |
| 3403 ], | 3401 ], |
| 3404 } | 3402 } |
| OLD | NEW |