OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2500 'browser/sync/sync_ui_util.h', | 2500 'browser/sync/sync_ui_util.h', |
2501 'browser/sync/sync_ui_util_mac.h', | 2501 'browser/sync/sync_ui_util_mac.h', |
2502 'browser/sync/sync_ui_util_mac.mm', | 2502 'browser/sync/sync_ui_util_mac.mm', |
2503 'browser/sync/user_selectable_sync_type.h', | 2503 'browser/sync/user_selectable_sync_type.h', |
2504 'browser/tab_closeable_state_watcher.cc', | 2504 'browser/tab_closeable_state_watcher.cc', |
2505 'browser/tab_closeable_state_watcher.h', | 2505 'browser/tab_closeable_state_watcher.h', |
2506 'browser/tab_first_render_watcher.cc', | 2506 'browser/tab_first_render_watcher.cc', |
2507 'browser/tab_first_render_watcher.h', | 2507 'browser/tab_first_render_watcher.h', |
2508 'browser/tab_contents/background_contents.cc', | 2508 'browser/tab_contents/background_contents.cc', |
2509 'browser/tab_contents/background_contents.h', | 2509 'browser/tab_contents/background_contents.h', |
2510 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc', | 2510 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc', |
2511 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h', | 2511 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.h', |
2512 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h', | 2512 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h', |
2513 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm', | 2513 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm', |
2514 'browser/tab_contents/confirm_infobar_delegate.cc', | 2514 'browser/tab_contents/confirm_infobar_delegate.cc', |
2515 'browser/tab_contents/confirm_infobar_delegate.h', | 2515 'browser/tab_contents/confirm_infobar_delegate.h', |
2516 'browser/tab_contents/insecure_content_infobar_delegate.cc', | 2516 'browser/tab_contents/insecure_content_infobar_delegate.cc', |
2517 'browser/tab_contents/insecure_content_infobar_delegate.h', | 2517 'browser/tab_contents/insecure_content_infobar_delegate.h', |
2518 'browser/tab_contents/language_state.cc', | 2518 'browser/tab_contents/language_state.cc', |
2519 'browser/tab_contents/language_state.h', | 2519 'browser/tab_contents/language_state.h', |
2520 'browser/tab_contents/link_infobar_delegate.cc', | 2520 'browser/tab_contents/link_infobar_delegate.cc', |
2521 'browser/tab_contents/link_infobar_delegate.h', | 2521 'browser/tab_contents/link_infobar_delegate.h', |
(...skipping 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4716 '-ldl', | 4716 '-ldl', |
4717 ], | 4717 ], |
4718 }, | 4718 }, |
4719 }], | 4719 }], |
4720 ['use_gnome_keyring==1', { | 4720 ['use_gnome_keyring==1', { |
4721 'dependencies': [ | 4721 'dependencies': [ |
4722 '../build/linux/system.gyp:gnome_keyring', | 4722 '../build/linux/system.gyp:gnome_keyring', |
4723 ], | 4723 ], |
4724 }], | 4724 }], |
4725 ], | 4725 ], |
4726 }], | 4726 }, { |
| 4727 'sources!': [ |
| 4728 # The rules only catch files that start or end with gtk, but this file |
| 4729 # would be incorrectly named if we forced the gtk at the end. |
| 4730 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc', |
| 4731 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.h', |
| 4732 ], |
| 4733 }], |
4727 ['input_speech==0', { | 4734 ['input_speech==0', { |
4728 'sources/': [ | 4735 'sources/': [ |
4729 ['exclude', '^browser/speech/'], | 4736 ['exclude', '^browser/speech/'], |
4730 ], | 4737 ], |
4731 }], | 4738 }], |
4732 ['notifications==0', { | 4739 ['notifications==0', { |
4733 'sources/': [ | 4740 'sources/': [ |
4734 ['exclude', '^browser/notifications/'], | 4741 ['exclude', '^browser/notifications/'], |
4735 ], | 4742 ], |
4736 }], | 4743 }], |
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5641 'type': 'static_library', | 5648 'type': 'static_library', |
5642 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5649 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5643 'variables': { | 5650 'variables': { |
5644 'proto_in_dir': 'browser/history', | 5651 'proto_in_dir': 'browser/history', |
5645 'proto_out_dir': 'chrome/browser/history', | 5652 'proto_out_dir': 'chrome/browser/history', |
5646 }, | 5653 }, |
5647 'includes': [ '../build/protoc.gypi' ] | 5654 'includes': [ '../build/protoc.gypi' ] |
5648 }, | 5655 }, |
5649 ], | 5656 ], |
5650 } | 5657 } |
OLD | NEW |