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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10368027: Remove Aero Peek Tabs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 7 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/ui/views/frame/browser_view.cc ('k') | chrome/common/chrome_switches.h » ('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 # 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 # * tests and mocks. 86 # * tests and mocks.
87 # * code below browser/extensions 87 # * code below browser/extensions
88 'browser/about_flags.cc', 88 'browser/about_flags.cc',
89 'browser/about_flags.h', 89 'browser/about_flags.h',
90 'browser/accessibility/accessibility_extension_api_constants.cc', 90 'browser/accessibility/accessibility_extension_api_constants.cc',
91 'browser/accessibility/accessibility_extension_api_constants.h', 91 'browser/accessibility/accessibility_extension_api_constants.h',
92 'browser/accessibility/accessibility_events.cc', 92 'browser/accessibility/accessibility_events.cc',
93 'browser/accessibility/accessibility_events.h', 93 'browser/accessibility/accessibility_events.h',
94 'browser/accessibility/invert_bubble_views.cc', 94 'browser/accessibility/invert_bubble_views.cc',
95 'browser/accessibility/invert_bubble_views.h', 95 'browser/accessibility/invert_bubble_views.h',
96 'browser/aeropeek_manager.cc',
97 'browser/aeropeek_manager.h',
98 'browser/alternate_nav_url_fetcher.cc', 96 'browser/alternate_nav_url_fetcher.cc',
99 'browser/alternate_nav_url_fetcher.h', 97 'browser/alternate_nav_url_fetcher.h',
100 'browser/app_controller_mac.h', 98 'browser/app_controller_mac.h',
101 'browser/app_controller_mac.mm', 99 'browser/app_controller_mac.mm',
102 'browser/app_icon_win.cc', 100 'browser/app_icon_win.cc',
103 'browser/app_icon_win.h', 101 'browser/app_icon_win.h',
104 'browser/autocomplete/autocomplete.cc', 102 'browser/autocomplete/autocomplete.cc',
105 'browser/autocomplete/autocomplete.h', 103 'browser/autocomplete/autocomplete.h',
106 'browser/autocomplete/autocomplete_classifier.cc', 104 'browser/autocomplete/autocomplete_classifier.cc',
107 'browser/autocomplete/autocomplete_classifier.h', 105 'browser/autocomplete/autocomplete_classifier.h',
(...skipping 4152 matching lines...) Expand 10 before | Expand all | Expand 10 after
4260 ['include', '^browser/chromeos/status/memory_menu_button.h'], 4258 ['include', '^browser/chromeos/status/memory_menu_button.h'],
4261 ], 4259 ],
4262 }], 4260 }],
4263 ['use_ash==1', { 4261 ['use_ash==1', {
4264 'dependencies': [ 4262 'dependencies': [
4265 '../ash/ash.gyp:ash', 4263 '../ash/ash.gyp:ash',
4266 ], 4264 ],
4267 }], 4265 }],
4268 ['use_aura==1', { 4266 ['use_aura==1', {
4269 'sources/': [ 4267 'sources/': [
4270 ['exclude', '^browser/aeropeek_manager.cc'],
4271 ['exclude', '^browser/automation/automation_provider_win.cc'], 4268 ['exclude', '^browser/automation/automation_provider_win.cc'],
4272 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], 4269 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
4273 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 4270 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
4274 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 4271 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
4275 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], 4272 ['exclude', '^browser/external_tab/external_tab_container_win.cc'],
4276 ['exclude', '^browser/external_tab/external_tab_container_win.h'], 4273 ['exclude', '^browser/external_tab/external_tab_container_win.h'],
4277 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4274 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4278 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4275 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4279 ['exclude', '^browser/google/google_update.cc'], 4276 ['exclude', '^browser/google/google_update.cc'],
4280 ['exclude', '^browser/google/google_update.h'], 4277 ['exclude', '^browser/google/google_update.h'],
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
4752 'conditions': [ 4749 'conditions': [
4753 ['win_use_allocator_shim==1', { 4750 ['win_use_allocator_shim==1', {
4754 'dependencies': [ 4751 'dependencies': [
4755 '<(allocator_target)', 4752 '<(allocator_target)',
4756 ], 4753 ],
4757 }], 4754 }],
4758 ], 4755 ],
4759 }, { # 'OS!="win" 4756 }, { # 'OS!="win"
4760 'sources/': [ 4757 'sources/': [
4761 # Exclude files that should be excluded for all non-Windows platform s. 4758 # Exclude files that should be excluded for all non-Windows platform s.
4762 ['exclude', '^browser/aeropeek_manager.cc'],
4763 ['exclude', '^browser/aeropeek_manager.h'],
4764 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4759 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4765 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4760 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4766 ['exclude', '^browser/google/google_update.cc'], 4761 ['exclude', '^browser/google/google_update.cc'],
4767 ['exclude', '^browser/importer/ie_importer.cc'], 4762 ['exclude', '^browser/importer/ie_importer.cc'],
4768 4763
4769 # Exclude all of hang_monitor. 4764 # Exclude all of hang_monitor.
4770 ['exclude', '^browser/hang_monitor/'], 4765 ['exclude', '^browser/hang_monitor/'],
4771 4766
4772 # Exclude parts of password_manager. 4767 # Exclude parts of password_manager.
4773 ['exclude', '^browser/password_manager/ie7_password\\.cc$'], 4768 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
5013 'type': 'static_library', 5008 'type': 'static_library',
5014 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5009 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5015 'variables': { 5010 'variables': {
5016 'proto_in_dir': 'browser/chromeos/gdata', 5011 'proto_in_dir': 'browser/chromeos/gdata',
5017 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5012 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5018 }, 5013 },
5019 'includes': [ '../build/protoc.gypi' ] 5014 'includes': [ '../build/protoc.gypi' ]
5020 }, 5015 },
5021 ], 5016 ],
5022 } 5017 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698