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 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2491 'browser/ui/webui/theme_source.cc', | 2491 'browser/ui/webui/theme_source.cc', |
2492 ], | 2492 ], |
2493 }], | 2493 }], |
2494 ['enable_printing!=1', { | 2494 ['enable_printing!=1', { |
2495 'sources/': [ | 2495 'sources/': [ |
2496 ['exclude', '^browser/ui/webui/print_preview/'], | 2496 ['exclude', '^browser/ui/webui/print_preview/'], |
2497 ], | 2497 ], |
2498 }], | 2498 }], |
2499 ['OS=="android"', { | 2499 ['OS=="android"', { |
2500 'dependencies': [ | 2500 'dependencies': [ |
2501 '../content/content.gyp:web_contents_delegate_android', | 2501 '../components/components.gyp:web_contents_delegate_android', |
2502 'chrome_browser_jni_headers', | 2502 'chrome_browser_jni_headers', |
2503 ], | 2503 ], |
2504 'sources': [ | 2504 'sources': [ |
2505 'browser/ui/find_bar/find_match_rects_details.cc', | 2505 'browser/ui/find_bar/find_match_rects_details.cc', |
2506 'browser/ui/find_bar/find_match_rects_details.h', | 2506 'browser/ui/find_bar/find_match_rects_details.h', |
2507 'browser/ui/webui/ntp/android/bookmarks_handler.cc', | 2507 'browser/ui/webui/ntp/android/bookmarks_handler.cc', |
2508 'browser/ui/webui/ntp/android/bookmarks_handler.h', | 2508 'browser/ui/webui/ntp/android/bookmarks_handler.h', |
2509 'browser/ui/webui/ntp/android/context_menu_handler.cc', | 2509 'browser/ui/webui/ntp/android/context_menu_handler.cc', |
2510 'browser/ui/webui/ntp/android/context_menu_handler.h', | 2510 'browser/ui/webui/ntp/android/context_menu_handler.h', |
2511 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', | 2511 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2815 }], | 2815 }], |
2816 ['enable_message_center==1', { | 2816 ['enable_message_center==1', { |
2817 'dependencies': [ | 2817 'dependencies': [ |
2818 '../ui/message_center/message_center.gyp:message_center', | 2818 '../ui/message_center/message_center.gyp:message_center', |
2819 ], | 2819 ], |
2820 }], | 2820 }], |
2821 ], | 2821 ], |
2822 }, | 2822 }, |
2823 ], | 2823 ], |
2824 } | 2824 } |
OLD | NEW |