| 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 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2484 'browser/ui/webui/theme_source.cc', | 2484 'browser/ui/webui/theme_source.cc', |
| 2485 ], | 2485 ], |
| 2486 }], | 2486 }], |
| 2487 ['enable_printing!=1', { | 2487 ['enable_printing!=1', { |
| 2488 'sources/': [ | 2488 'sources/': [ |
| 2489 ['exclude', '^browser/ui/webui/print_preview/'], | 2489 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2490 ], | 2490 ], |
| 2491 }], | 2491 }], |
| 2492 ['OS=="android"', { | 2492 ['OS=="android"', { |
| 2493 'dependencies': [ | 2493 'dependencies': [ |
| 2494 '../content/content.gyp:web_contents_delegate_android', | 2494 '../components/components.gyp:web_contents_delegate_android', |
| 2495 'chrome_browser_jni_headers', | 2495 'chrome_browser_jni_headers', |
| 2496 ], | 2496 ], |
| 2497 'sources': [ | 2497 'sources': [ |
| 2498 'browser/ui/find_bar/find_match_rects_details.cc', | 2498 'browser/ui/find_bar/find_match_rects_details.cc', |
| 2499 'browser/ui/find_bar/find_match_rects_details.h', | 2499 'browser/ui/find_bar/find_match_rects_details.h', |
| 2500 'browser/ui/webui/ntp/android/bookmarks_handler.cc', | 2500 'browser/ui/webui/ntp/android/bookmarks_handler.cc', |
| 2501 'browser/ui/webui/ntp/android/bookmarks_handler.h', | 2501 'browser/ui/webui/ntp/android/bookmarks_handler.h', |
| 2502 'browser/ui/webui/ntp/android/context_menu_handler.cc', | 2502 'browser/ui/webui/ntp/android/context_menu_handler.cc', |
| 2503 'browser/ui/webui/ntp/android/context_menu_handler.h', | 2503 'browser/ui/webui/ntp/android/context_menu_handler.h', |
| 2504 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', | 2504 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2808 }], | 2808 }], |
| 2809 ['enable_message_center==1', { | 2809 ['enable_message_center==1', { |
| 2810 'dependencies': [ | 2810 'dependencies': [ |
| 2811 '../ui/message_center/message_center.gyp:message_center', | 2811 '../ui/message_center/message_center.gyp:message_center', |
| 2812 ], | 2812 ], |
| 2813 }], | 2813 }], |
| 2814 ], | 2814 ], |
| 2815 }, | 2815 }, |
| 2816 ], | 2816 ], |
| 2817 } | 2817 } |
| OLD | NEW |