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

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: Resolving the comment that I missed. 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 4770 matching lines...) Expand 10 before | Expand all | Expand 10 after
4781 'browser/bookmarks/bookmark_context_menu_controller.cc', 4781 'browser/bookmarks/bookmark_context_menu_controller.cc',
4782 'browser/jankometer.cc', 4782 'browser/jankometer.cc',
4783 'browser/ui/sad_tab_helper.cc', 4783 'browser/ui/sad_tab_helper.cc',
4784 'browser/ui/sync/one_click_signin_dialog.h', 4784 'browser/ui/sync/one_click_signin_dialog.h',
4785 'browser/ui/sync/one_click_signin_helper.cc', 4785 'browser/ui/sync/one_click_signin_helper.cc',
4786 'browser/ui/sync/one_click_signin_helper.h', 4786 'browser/ui/sync/one_click_signin_helper.h',
4787 'browser/ui/sync/one_click_signin_histogram.h', 4787 'browser/ui/sync/one_click_signin_histogram.h',
4788 'browser/ui/sync/one_click_signin_sync_starter.cc', 4788 'browser/ui/sync/one_click_signin_sync_starter.cc',
4789 'browser/ui/sync/one_click_signin_sync_starter.h', 4789 'browser/ui/sync/one_click_signin_sync_starter.h',
4790 'browser/ui/webui/certificate_viewer_webui.cc', 4790 'browser/ui/webui/certificate_viewer_webui.cc',
4791 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4792 'browser/ui/window_sizer.cc', 4791 'browser/ui/window_sizer.cc',
4793 'browser/ui/window_sizer.h', 4792 'browser/ui/window_sizer.h',
4793 'browser/ui/webui/theme_source.cc',
4794 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4794 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4795 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4795 ], 4796 ],
4796 'sources/': [ 4797 'sources/': [
4797 ['exclude', '^browser/importer/'], 4798 ['exclude', '^browser/importer/'],
4798 ['exclude', '^browser/printing/'], 4799 ['exclude', '^browser/printing/'],
4799 ['exclude', '^browser/themes/'], 4800 ['exclude', '^browser/themes/'],
4800 ['exclude', '^browser/ui/panels/'], 4801 ['exclude', '^browser/ui/panels/'],
4801 ['exclude', '^browser/ui/tabs/'], 4802 ['exclude', '^browser/ui/tabs/'],
4802 ['exclude', '^browser/ui/toolbar/'], 4803 ['exclude', '^browser/ui/toolbar/'],
4803 ['exclude', '^browser/ui/webui/options'], 4804 ['exclude', '^browser/ui/webui/options'],
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
5714 'variables': { 5715 'variables': {
5715 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5716 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5716 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5717 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5717 }, 5718 },
5718 'includes': ['../build/protoc.gypi'], 5719 'includes': ['../build/protoc.gypi'],
5719 }], 5720 }],
5720 ], 5721 ],
5721 }, 5722 },
5722 ], 5723 ],
5723 } 5724 }
OLDNEW
« chrome/browser/ui/browser.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