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 4728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4739 'sources/': [ | 4739 'sources/': [ |
4740 ['exclude', '^browser/notifications/'], | 4740 ['exclude', '^browser/notifications/'], |
4741 ], | 4741 ], |
4742 }], | 4742 }], |
4743 ['OS=="android"', { | 4743 ['OS=="android"', { |
4744 'sources!': [ | 4744 'sources!': [ |
4745 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4745 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4746 'browser/jankometer.cc', | 4746 'browser/jankometer.cc', |
4747 'browser/ui/sad_tab_observer.cc', | 4747 'browser/ui/sad_tab_observer.cc', |
4748 'browser/ui/webui/certificate_viewer_webui.cc', | 4748 'browser/ui/webui/certificate_viewer_webui.cc', |
| 4749 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
4749 'browser/ui/window_sizer.cc', | 4750 'browser/ui/window_sizer.cc', |
4750 'browser/ui/window_sizer.h', | 4751 'browser/ui/window_sizer.h', |
4751 ], | 4752 ], |
4752 'sources/': [ | 4753 'sources/': [ |
4753 ['exclude', '^browser/importer/'], | 4754 ['exclude', '^browser/importer/'], |
4754 ['exclude', '^browser/themes/'], | 4755 ['exclude', '^browser/themes/'], |
4755 ['exclude', '^browser/ui/panels/'], | 4756 ['exclude', '^browser/ui/panels/'], |
4756 ['exclude', '^browser/ui/tabs/'], | 4757 ['exclude', '^browser/ui/tabs/'], |
4757 ['exclude', '^browser/ui/toolbar/'], | 4758 ['exclude', '^browser/ui/toolbar/'], |
4758 ['exclude', '^browser/ui/webui/options'], | 4759 ['exclude', '^browser/ui/webui/options'], |
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5639 'type': 'static_library', | 5640 'type': 'static_library', |
5640 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5641 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5641 'variables': { | 5642 'variables': { |
5642 'proto_in_dir': 'browser/history', | 5643 'proto_in_dir': 'browser/history', |
5643 'proto_out_dir': 'chrome/browser/history', | 5644 'proto_out_dir': 'chrome/browser/history', |
5644 }, | 5645 }, |
5645 'includes': [ '../build/protoc.gypi' ] | 5646 'includes': [ '../build/protoc.gypi' ] |
5646 }, | 5647 }, |
5647 ], | 5648 ], |
5648 } | 5649 } |
OLD | NEW |