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

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: windows fixes Created 9 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.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) 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc', 337 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/chrome.pb.cc',
338 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc', 338 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/common.pb.cc',
339 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc', 339 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/dom.pb.cc',
340 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc', 340 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/extension.pb.cc',
341 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc', 341 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
342 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc', 342 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
343 'browser/character_encoding.cc', 343 'browser/character_encoding.cc',
344 'browser/character_encoding.h', 344 'browser/character_encoding.h',
345 'browser/chrome_browser_application_mac.h', 345 'browser/chrome_browser_application_mac.h',
346 'browser/chrome_browser_application_mac.mm', 346 'browser/chrome_browser_application_mac.mm',
347 'browser/chrome_plugin_browsing_context.cc',
348 'browser/chrome_plugin_browsing_context.h',
349 'browser/chrome_plugin_host.cc',
350 'browser/chrome_plugin_host.h',
351 'browser/chromeos/audio_handler.cc', 347 'browser/chromeos/audio_handler.cc',
352 'browser/chromeos/audio_handler.h', 348 'browser/chromeos/audio_handler.h',
353 'browser/chromeos/audio_mixer.h', 349 'browser/chromeos/audio_mixer.h',
354 'browser/chromeos/audio_mixer_alsa.cc', 350 'browser/chromeos/audio_mixer_alsa.cc',
355 'browser/chromeos/audio_mixer_alsa.h', 351 'browser/chromeos/audio_mixer_alsa.h',
356 'browser/chromeos/boot_times_loader.cc', 352 'browser/chromeos/boot_times_loader.cc',
357 'browser/chromeos/boot_times_loader.h', 353 'browser/chromeos/boot_times_loader.h',
358 'browser/chromeos/brightness_bubble.cc', 354 'browser/chromeos/brightness_bubble.cc',
359 'browser/chromeos/brightness_bubble.h', 355 'browser/chromeos/brightness_bubble.h',
360 'browser/chromeos/brightness_observer.cc', 356 'browser/chromeos/brightness_observer.cc',
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'browser/first_run/first_run.cc', 1077 'browser/first_run/first_run.cc',
1082 'browser/first_run/first_run.h', 1078 'browser/first_run/first_run.h',
1083 'browser/first_run/first_run_gtk.cc', 1079 'browser/first_run/first_run_gtk.cc',
1084 'browser/first_run/first_run_mac.mm', 1080 'browser/first_run/first_run_mac.mm',
1085 'browser/first_run/first_run_win.cc', 1081 'browser/first_run/first_run_win.cc',
1086 'browser/fonts_languages_window.h', 1082 'browser/fonts_languages_window.h',
1087 'browser/fullscreen.h', 1083 'browser/fullscreen.h',
1088 'browser/fullscreen_linux.cc', 1084 'browser/fullscreen_linux.cc',
1089 'browser/fullscreen_mac.mm', 1085 'browser/fullscreen_mac.mm',
1090 'browser/fullscreen_win.cc', 1086 'browser/fullscreen_win.cc',
1091 'browser/gears_integration.cc',
1092 'browser/gears_integration.h',
1093 'browser/geolocation/access_token_store.cc', 1087 'browser/geolocation/access_token_store.cc',
1094 'browser/geolocation/geolocation_content_settings_map.cc', 1088 'browser/geolocation/geolocation_content_settings_map.cc',
1095 'browser/geolocation/geolocation_content_settings_map.h', 1089 'browser/geolocation/geolocation_content_settings_map.h',
1096 'browser/geolocation/geolocation_exceptions_table_model.cc', 1090 'browser/geolocation/geolocation_exceptions_table_model.cc',
1097 'browser/geolocation/geolocation_exceptions_table_model.h', 1091 'browser/geolocation/geolocation_exceptions_table_model.h',
1098 'browser/geolocation/geolocation_permission_context.cc', 1092 'browser/geolocation/geolocation_permission_context.cc',
1099 'browser/geolocation/geolocation_prefs.cc', 1093 'browser/geolocation/geolocation_prefs.cc',
1100 'browser/geolocation/geolocation_prefs.h', 1094 'browser/geolocation/geolocation_prefs.h',
1101 'browser/geolocation/geolocation_settings_state.cc', 1095 'browser/geolocation/geolocation_settings_state.cc',
1102 'browser/geolocation/geolocation_settings_state.h', 1096 'browser/geolocation/geolocation_settings_state.h',
(...skipping 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after
3675 '<@(_outputs)', 3669 '<@(_outputs)',
3676 '<@(xib_files_to_scan)'], 3670 '<@(xib_files_to_scan)'],
3677 }, 3671 },
3678 ], 3672 ],
3679 }], 3673 }],
3680 ['OS=="win"', { 3674 ['OS=="win"', {
3681 'include_dirs': [ 3675 'include_dirs': [
3682 '<(DEPTH)/third_party/wtl/include', 3676 '<(DEPTH)/third_party/wtl/include',
3683 ], 3677 ],
3684 'dependencies': [ 3678 'dependencies': [
3685 '../gears/gears.gyp:gears',
3686 '../google_update/google_update.gyp:google_update', 3679 '../google_update/google_update.gyp:google_update',
3687 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3680 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3688 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3681 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3689 '../views/views.gyp:*', 3682 '../views/views.gyp:*',
3690 '../rlz/rlz.gyp:rlz_lib', 3683 '../rlz/rlz.gyp:rlz_lib',
3691 ], 3684 ],
3692 'export_dependent_settings': [ 3685 'export_dependent_settings': [
3693 '../views/views.gyp:*', 3686 '../views/views.gyp:*',
3694 ], 3687 ],
3695 'direct_dependent_settings': { 3688 'direct_dependent_settings': {
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
4403 ], 4396 ],
4404 }, 4397 },
4405 ], 4398 ],
4406 } 4399 }
4407 4400
4408 # Local Variables: 4401 # Local Variables:
4409 # tab-width:2 4402 # tab-width:2
4410 # indent-tabs-mode:nil 4403 # indent-tabs-mode:nil
4411 # End: 4404 # End:
4412 # vim: set expandtab tabstop=2 shiftwidth=2: 4405 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698