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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ready to review Created 9 years, 10 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc', 351 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
352 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc', 352 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
353 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc', 353 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
354 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc', 354 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
355 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc', 355 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
356 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc', 356 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
357 'browser/character_encoding.cc', 357 'browser/character_encoding.cc',
358 'browser/character_encoding.h', 358 'browser/character_encoding.h',
359 'browser/chrome_browser_application_mac.h', 359 'browser/chrome_browser_application_mac.h',
360 'browser/chrome_browser_application_mac.mm', 360 'browser/chrome_browser_application_mac.mm',
361 'browser/chrome_plugin_browsing_context.cc',
362 'browser/chrome_plugin_browsing_context.h',
363 'browser/chrome_plugin_host.cc',
364 'browser/chrome_plugin_host.h',
365 'browser/chromeos/audio_handler.cc', 361 'browser/chromeos/audio_handler.cc',
366 'browser/chromeos/audio_handler.h', 362 'browser/chromeos/audio_handler.h',
367 'browser/chromeos/audio_mixer.h', 363 'browser/chromeos/audio_mixer.h',
368 'browser/chromeos/audio_mixer_alsa.cc', 364 'browser/chromeos/audio_mixer_alsa.cc',
369 'browser/chromeos/audio_mixer_alsa.h', 365 'browser/chromeos/audio_mixer_alsa.h',
370 'browser/chromeos/audio_mixer_pulse.cc', 366 'browser/chromeos/audio_mixer_pulse.cc',
371 'browser/chromeos/audio_mixer_pulse.h', 367 'browser/chromeos/audio_mixer_pulse.h',
372 'browser/chromeos/boot_times_loader.cc', 368 'browser/chromeos/boot_times_loader.cc',
373 'browser/chromeos/boot_times_loader.h', 369 'browser/chromeos/boot_times_loader.h',
374 'browser/chromeos/brightness_bubble.cc', 370 'browser/chromeos/brightness_bubble.cc',
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'browser/first_run/first_run.cc', 1089 'browser/first_run/first_run.cc',
1094 'browser/first_run/first_run.h', 1090 'browser/first_run/first_run.h',
1095 'browser/first_run/first_run_gtk.cc', 1091 'browser/first_run/first_run_gtk.cc',
1096 'browser/first_run/first_run_mac.mm', 1092 'browser/first_run/first_run_mac.mm',
1097 'browser/first_run/first_run_win.cc', 1093 'browser/first_run/first_run_win.cc',
1098 'browser/fonts_languages_window.h', 1094 'browser/fonts_languages_window.h',
1099 'browser/fullscreen.h', 1095 'browser/fullscreen.h',
1100 'browser/fullscreen_linux.cc', 1096 'browser/fullscreen_linux.cc',
1101 'browser/fullscreen_mac.mm', 1097 'browser/fullscreen_mac.mm',
1102 'browser/fullscreen_win.cc', 1098 'browser/fullscreen_win.cc',
1103 'browser/gears_integration.cc',
1104 'browser/gears_integration.h',
1105 'browser/geolocation/access_token_store.cc', 1099 'browser/geolocation/access_token_store.cc',
1106 'browser/geolocation/access_token_store.h', 1100 'browser/geolocation/access_token_store.h',
1107 'browser/geolocation/arbitrator_dependency_factory.cc', 1101 'browser/geolocation/arbitrator_dependency_factory.cc',
1108 'browser/geolocation/arbitrator_dependency_factory.h', 1102 'browser/geolocation/arbitrator_dependency_factory.h',
1109 'browser/geolocation/core_location_data_provider_mac.h', 1103 'browser/geolocation/core_location_data_provider_mac.h',
1110 'browser/geolocation/core_location_data_provider_mac.mm', 1104 'browser/geolocation/core_location_data_provider_mac.mm',
1111 'browser/geolocation/core_location_provider_mac.h', 1105 'browser/geolocation/core_location_provider_mac.h',
1112 'browser/geolocation/core_location_provider_mac.mm', 1106 'browser/geolocation/core_location_provider_mac.mm',
1113 'browser/geolocation/device_data_provider.cc', 1107 'browser/geolocation/device_data_provider.cc',
1114 'browser/geolocation/device_data_provider.h', 1108 'browser/geolocation/device_data_provider.h',
(...skipping 2654 matching lines...) Expand 10 before | Expand all | Expand 10 after
3769 '<@(_outputs)', 3763 '<@(_outputs)',
3770 '<@(xib_files_to_scan)'], 3764 '<@(xib_files_to_scan)'],
3771 }, 3765 },
3772 ], 3766 ],
3773 }], 3767 }],
3774 ['OS=="win"', { 3768 ['OS=="win"', {
3775 'include_dirs': [ 3769 'include_dirs': [
3776 '<(DEPTH)/third_party/wtl/include', 3770 '<(DEPTH)/third_party/wtl/include',
3777 ], 3771 ],
3778 'dependencies': [ 3772 'dependencies': [
3779 '../gears/gears.gyp:gears',
3780 '../google_update/google_update.gyp:google_update', 3773 '../google_update/google_update.gyp:google_update',
3781 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3774 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3782 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3775 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3783 '../views/views.gyp:*', 3776 '../views/views.gyp:*',
3784 '../rlz/rlz.gyp:rlz_lib', 3777 '../rlz/rlz.gyp:rlz_lib',
3785 ], 3778 ],
3786 'export_dependent_settings': [ 3779 'export_dependent_settings': [
3787 '../views/views.gyp:*', 3780 '../views/views.gyp:*',
3788 ], 3781 ],
3789 'direct_dependent_settings': { 3782 'direct_dependent_settings': {
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
4497 ], 4490 ],
4498 }, 4491 },
4499 ], 4492 ],
4500 } 4493 }
4501 4494
4502 # Local Variables: 4495 # Local Variables:
4503 # tab-width:2 4496 # tab-width:2
4504 # indent-tabs-mode:nil 4497 # indent-tabs-mode:nil
4505 # End: 4498 # End:
4506 # vim: set expandtab tabstop=2 shiftwidth=2: 4499 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698