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

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: Remove ntp resource cache into a separate CL and removed SyncPromoUI changes. 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 4720 matching lines...) Expand 10 before | Expand all | Expand 10 after
4731 'sources/': [ 4731 'sources/': [
4732 ['exclude', '^browser/notifications/'], 4732 ['exclude', '^browser/notifications/'],
4733 ], 4733 ],
4734 }], 4734 }],
4735 ['OS=="android"', { 4735 ['OS=="android"', {
4736 'sources!': [ 4736 'sources!': [
4737 'browser/bookmarks/bookmark_context_menu_controller.cc', 4737 'browser/bookmarks/bookmark_context_menu_controller.cc',
4738 'browser/jankometer.cc', 4738 'browser/jankometer.cc',
4739 'browser/ui/sad_tab_observer.cc', 4739 'browser/ui/sad_tab_observer.cc',
4740 'browser/ui/webui/certificate_viewer_webui.cc', 4740 'browser/ui/webui/certificate_viewer_webui.cc',
4741 'browser/ui/webui/theme_source.cc',
4741 ], 4742 ],
4742 'sources/': [ 4743 'sources/': [
4743 ['exclude', '^browser/themes/'], 4744 ['exclude', '^browser/themes/'],
4744 ['exclude', '^browser/ui/panels/'], 4745 ['exclude', '^browser/ui/panels/'],
4745 ['exclude', '^browser/ui/tabs/'], 4746 ['exclude', '^browser/ui/tabs/'],
4746 ['exclude', '^browser/ui/toolbar/'], 4747 ['exclude', '^browser/ui/toolbar/'],
4747 ['exclude', '^browser/ui/webui/options'], 4748 ['exclude', '^browser/ui/webui/options'],
4748 ['exclude', '^browser/ui/webui/options2'], 4749 ['exclude', '^browser/ui/webui/options2'],
4749 ], 4750 ],
4750 }], 4751 }],
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
5628 'type': 'static_library', 5629 'type': 'static_library',
5629 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5630 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5630 'variables': { 5631 'variables': {
5631 'proto_in_dir': 'browser/history', 5632 'proto_in_dir': 'browser/history',
5632 'proto_out_dir': 'chrome/browser/history', 5633 'proto_out_dir': 'chrome/browser/history',
5633 }, 5634 },
5634 'includes': [ '../build/protoc.gypi' ] 5635 'includes': [ '../build/protoc.gypi' ]
5635 }, 5636 },
5636 ], 5637 ],
5637 } 5638 }
OLDNEW
« chrome/browser/ui/webui/ntp/new_tab_ui.cc ('K') | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698