| 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 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2711 '../ui/events/events.gyp:events', | 2711 '../ui/events/events.gyp:events', |
| 2712 ], | 2712 ], |
| 2713 'sources!': [ | 2713 'sources!': [ |
| 2714 'browser/ui/profile_reset_bubble_stub.cc', | 2714 'browser/ui/profile_reset_bubble_stub.cc', |
| 2715 ], | 2715 ], |
| 2716 }, { # toolkit_views == 0 | 2716 }, { # toolkit_views == 0 |
| 2717 'sources!': [ | 2717 'sources!': [ |
| 2718 'browser/ui/tabs/tab_strip_layout_type.h', | 2718 'browser/ui/tabs/tab_strip_layout_type.h', |
| 2719 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | 2719 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
| 2720 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | 2720 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
| 2721 ], | 2721 ], |
| 2722 }], | 2722 }], |
| 2723 ['OS=="linux"', { | 2723 ['OS=="linux"', { |
| 2724 'dependencies': [ | 2724 'dependencies': [ |
| 2725 '../build/linux/system.gyp:udev', | 2725 '../build/linux/system.gyp:udev', |
| 2726 ], | 2726 ], |
| 2727 'sources/': [ | 2727 'sources/': [ |
| 2728 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2728 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 2729 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], | 2729 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 2730 ], | 2730 ], |
| 2731 }], | 2731 }], |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3319 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3319 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3320 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3320 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3321 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3321 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3322 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3322 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3323 ], | 3323 ], |
| 3324 }], | 3324 }], |
| 3325 ], | 3325 ], |
| 3326 }, | 3326 }, |
| 3327 ], | 3327 ], |
| 3328 } | 3328 } |
| OLD | NEW |