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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 23583055: webkit: Kill support/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'browser/extensions/extension_tab_util.cc', 1063 'browser/extensions/extension_tab_util.cc',
1064 'browser/extensions/extension_uninstall_dialog.cc', 1064 'browser/extensions/extension_uninstall_dialog.cc',
1065 'browser/extensions/theme_installed_infobar_delegate.cc', 1065 'browser/extensions/theme_installed_infobar_delegate.cc',
1066 'browser/extensions/webstore_startup_installer.cc', 1066 'browser/extensions/webstore_startup_installer.cc',
1067 'browser/extensions/window_controller.cc', 1067 'browser/extensions/window_controller.cc',
1068 'browser/extensions/window_controller_list.cc', 1068 'browser/extensions/window_controller_list.cc',
1069 ], 1069 ],
1070 }], 1070 }],
1071 ['chrome_multiple_dll!=1', { 1071 ['chrome_multiple_dll!=1', {
1072 'dependencies': [ 1072 'dependencies': [
1073 '../webkit/support/webkit_support.gyp:glue', 1073 '../webkit/glue/webkit_glue.gyp:glue',
1074 ], 1074 ],
1075 }], 1075 }],
1076 ['use_brlapi==1', { 1076 ['use_brlapi==1', {
1077 'sources!': [ 1077 'sources!': [
1078 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1078 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1079 ], 1079 ],
1080 'dependencies' : [ 1080 'dependencies' : [
1081 '../build/linux/system.gyp:libbrlapi', 1081 '../build/linux/system.gyp:libbrlapi',
1082 ], 1082 ],
1083 'defines': [ 1083 'defines': [
(...skipping 19 matching lines...) Expand all
1103 'variables': { 1103 'variables': {
1104 'proto_in_dir': 'browser/chromeos/contacts', 1104 'proto_in_dir': 'browser/chromeos/contacts',
1105 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1105 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1106 }, 1106 },
1107 'includes': [ '../build/protoc.gypi' ] 1107 'includes': [ '../build/protoc.gypi' ]
1108 }, 1108 },
1109 ], 1109 ],
1110 },], # 'chromeos=1' 1110 },], # 'chromeos=1'
1111 ], # 'conditions' 1111 ], # 'conditions'
1112 } 1112 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698