Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9515010: Chrome on Android : Begin removing references to themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 4011 matching lines...) Expand 10 before | Expand all | Expand 10 after
4022 'browser/ui/webui/ntp/most_visited_handler.cc', 4022 'browser/ui/webui/ntp/most_visited_handler.cc',
4023 'browser/ui/webui/ntp/most_visited_handler.h', 4023 'browser/ui/webui/ntp/most_visited_handler.h',
4024 'browser/ui/webui/ntp/new_tab_page_handler.cc', 4024 'browser/ui/webui/ntp/new_tab_page_handler.cc',
4025 'browser/ui/webui/ntp/new_tab_page_handler.h', 4025 'browser/ui/webui/ntp/new_tab_page_handler.h',
4026 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4026 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4027 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 4027 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
4028 'browser/ui/webui/ntp/new_tab_ui.cc', 4028 'browser/ui/webui/ntp/new_tab_ui.cc',
4029 'browser/ui/webui/ntp/new_tab_ui.h', 4029 'browser/ui/webui/ntp/new_tab_ui.h',
4030 'browser/ui/webui/ntp/ntp_login_handler.cc', 4030 'browser/ui/webui/ntp/ntp_login_handler.cc',
4031 'browser/ui/webui/ntp/ntp_login_handler.h', 4031 'browser/ui/webui/ntp/ntp_login_handler.h',
4032 'browser/ui/webui/ntp/ntp_resource_cache_android.cc',
4032 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4033 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4033 'browser/ui/webui/ntp/ntp_resource_cache.h', 4034 'browser/ui/webui/ntp/ntp_resource_cache.h',
4034 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 4035 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
4035 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 4036 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
4036 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 4037 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
4037 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 4038 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
4038 'browser/ui/webui/ntp/thumbnail_source.cc', 4039 'browser/ui/webui/ntp/thumbnail_source.cc',
4039 'browser/ui/webui/ntp/thumbnail_source.h', 4040 'browser/ui/webui/ntp/thumbnail_source.h',
4040 'browser/ui/webui/omnibox/omnibox_ui.cc', 4041 'browser/ui/webui/omnibox/omnibox_ui.cc',
4041 'browser/ui/webui/omnibox/omnibox_ui.h', 4042 'browser/ui/webui/omnibox/omnibox_ui.h',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
4724 'sources/': [ 4725 'sources/': [
4725 ['exclude', '^browser/speech/'], 4726 ['exclude', '^browser/speech/'],
4726 ], 4727 ],
4727 }], 4728 }],
4728 ['OS=="android"', { 4729 ['OS=="android"', {
4729 'sources!': [ 4730 'sources!': [
4730 'browser/bookmarks/bookmark_context_menu_controller.cc', 4731 'browser/bookmarks/bookmark_context_menu_controller.cc',
4731 'browser/jankometer.cc', 4732 'browser/jankometer.cc',
4732 'browser/ui/sad_tab_observer.cc', 4733 'browser/ui/sad_tab_observer.cc',
4733 'browser/ui/webui/certificate_viewer_webui.cc', 4734 'browser/ui/webui/certificate_viewer_webui.cc',
4735 'browser/ui/webui/theme_source.cc',
4736 'browser/ui/webui/ntp/ntp_login_handler.cc',
4737 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4734 ], 4738 ],
4735 'sources/': [ 4739 'sources/': [
4736 ['exclude', '^browser/notifications/'], 4740 ['exclude', '^browser/notifications/'],
4737 ['exclude', '^browser/themes/'], 4741 ['exclude', '^browser/themes/'],
4738 ['exclude', '^browser/ui/panels/'], 4742 ['exclude', '^browser/ui/panels/'],
4739 ['exclude', '^browser/ui/tabs/'], 4743 ['exclude', '^browser/ui/tabs/'],
4740 ['exclude', '^browser/ui/toolbar/'], 4744 ['exclude', '^browser/ui/toolbar/'],
4741 ['exclude', '^browser/ui/webui/options'], 4745 ['exclude', '^browser/ui/webui/options'],
4742 ['exclude', '^browser/ui/webui/options2'], 4746 ['exclude', '^browser/ui/webui/options2'],
4747 ['exclude', '^browser/ui/webui/sync_promo/'],
4743 ], 4748 ],
4744 }], 4749 }],
4745 ['OS=="mac"', { 4750 ['OS=="mac"', {
4746 'sources!': [ 4751 'sources!': [
4747 'browser/automation/automation_provider_list_generic.cc', 4752 'browser/automation/automation_provider_list_generic.cc',
4748 'browser/bookmarks/bookmark_drop_info.cc', 4753 'browser/bookmarks/bookmark_drop_info.cc',
4749 'browser/first_run/upgrade_util.cc', 4754 'browser/first_run/upgrade_util.cc',
4750 'browser/importer/nss_decryptor_system_nss.cc', 4755 'browser/importer/nss_decryptor_system_nss.cc',
4751 'browser/importer/nss_decryptor_system_nss.h', 4756 'browser/importer/nss_decryptor_system_nss.h',
4752 'browser/jankometer.cc', 4757 'browser/jankometer.cc',
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
5635 'type': 'static_library', 5640 'type': 'static_library',
5636 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5641 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5637 'variables': { 5642 'variables': {
5638 'proto_in_dir': 'browser/history', 5643 'proto_in_dir': 'browser/history',
5639 'proto_out_dir': 'chrome/browser/history', 5644 'proto_out_dir': 'chrome/browser/history',
5640 }, 5645 },
5641 'includes': [ '../build/protoc.gypi' ] 5646 'includes': [ '../build/protoc.gypi' ]
5642 }, 5647 },
5643 ], 5648 ],
5644 } 5649 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698