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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10735043: Exclude extension_settings_handler.cc from android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4846 matching lines...) Expand 10 before | Expand all | Expand 10 after
4857 'browser/ui/chrome_pages.cc', 4857 'browser/ui/chrome_pages.cc',
4858 'browser/ui/chrome_pages.h', 4858 'browser/ui/chrome_pages.h',
4859 'browser/ui/sad_tab_helper.cc', 4859 'browser/ui/sad_tab_helper.cc',
4860 'browser/ui/singleton_tabs.cc', 4860 'browser/ui/singleton_tabs.cc',
4861 'browser/ui/singleton_tabs.h', 4861 'browser/ui/singleton_tabs.h',
4862 'browser/ui/sync/browser_synced_window_delegate.cc', 4862 'browser/ui/sync/browser_synced_window_delegate.cc',
4863 'browser/ui/tab_contents/tab_contents_iterator.cc', 4863 'browser/ui/tab_contents/tab_contents_iterator.cc',
4864 'browser/ui/webui/certificate_viewer_webui.cc', 4864 'browser/ui/webui/certificate_viewer_webui.cc',
4865 'browser/ui/webui/extensions/command_handler.cc', 4865 'browser/ui/webui/extensions/command_handler.cc',
4866 'browser/ui/webui/extensions/extensions_ui.cc', 4866 'browser/ui/webui/extensions/extensions_ui.cc',
4867 'browser/ui/webui/extensions/extension_settings_handler.cc',
4868 'browser/ui/webui/extensions/extension_settings_handler.h',
4867 'browser/ui/webui/extensions/install_extension_handler.cc', 4869 'browser/ui/webui/extensions/install_extension_handler.cc',
4868 'browser/ui/webui/ntp/app_launcher_handler.cc', 4870 'browser/ui/webui/ntp/app_launcher_handler.cc',
4869 'browser/ui/webui/ntp/app_launcher_handler.h', 4871 'browser/ui/webui/ntp/app_launcher_handler.h',
4870 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4872 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4871 'browser/ui/webui/plugins_ui.cc', 4873 'browser/ui/webui/plugins_ui.cc',
4872 'browser/ui/webui/plugins_ui.h', 4874 'browser/ui/webui/plugins_ui.h',
4873 'browser/ui/window_sizer/window_sizer.cc', 4875 'browser/ui/window_sizer/window_sizer.cc',
4874 'browser/ui/window_sizer/window_sizer.h', 4876 'browser/ui/window_sizer/window_sizer.h',
4875 'browser/upgrade_detector.cc', 4877 'browser/upgrade_detector.cc',
4876 'browser/upgrade_detector.h', 4878 'browser/upgrade_detector.h',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
5374 'browser/metrics/proto/study.proto', 5376 'browser/metrics/proto/study.proto',
5375 ], 5377 ],
5376 'variables': { 5378 'variables': {
5377 'proto_in_dir': 'browser/metrics/proto', 5379 'proto_in_dir': 'browser/metrics/proto',
5378 'proto_out_dir': 'chrome/browser/metrics/proto', 5380 'proto_out_dir': 'chrome/browser/metrics/proto',
5379 }, 5381 },
5380 'includes': [ '../build/protoc.gypi' ] 5382 'includes': [ '../build/protoc.gypi' ]
5381 }, 5383 },
5382 ], 5384 ],
5383 } 5385 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698