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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 1392713002: Extract content dependency from keyboard code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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
« no previous file with comments | « chrome/chrome_browser.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 'variables': { 6 'variables': {
7 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc',
9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h',
10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc',
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 }], 1034 }],
1035 ['use_ash==1', { 1035 ['use_ash==1', {
1036 'sources': [ 1036 'sources': [
1037 'browser/extensions/api/tabs/ash_panel_contents.cc', 1037 'browser/extensions/api/tabs/ash_panel_contents.cc',
1038 'browser/extensions/api/tabs/ash_panel_contents.h', 1038 'browser/extensions/api/tabs/ash_panel_contents.h',
1039 ], 1039 ],
1040 }], 1040 }],
1041 ['use_aura==1', { 1041 ['use_aura==1', {
1042 'dependencies': [ 1042 'dependencies': [
1043 '../ui/keyboard/keyboard.gyp:keyboard', 1043 '../ui/keyboard/keyboard.gyp:keyboard',
1044 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1044 '../ui/keyboard/keyboard.gyp:keyboard_resources', 1045 '../ui/keyboard/keyboard.gyp:keyboard_resources',
1045 ], 1046 ],
1046 }], 1047 }],
1047 ['toolkit_views==1', { 1048 ['toolkit_views==1', {
1048 'dependencies': [ 1049 'dependencies': [
1049 '../ui/views/views.gyp:views', 1050 '../ui/views/views.gyp:views',
1050 ], 1051 ],
1051 }], 1052 }],
1052 ['OS=="linux"', { 1053 ['OS=="linux"', {
1053 'conditions': [ 1054 'conditions': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 ], 1148 ],
1148 }, { # use_brlapi==0 1149 }, { # use_brlapi==0
1149 'sources': [ 1150 'sources': [
1150 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1151 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1151 ], 1152 ],
1152 }], 1153 }],
1153 ], 1154 ],
1154 }, 1155 },
1155 ], 1156 ],
1156 } 1157 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698