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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 510893003: Remove ledger code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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/diagnostics/diagnostics_api.cc', 8 'browser/extensions/api/diagnostics/diagnostics_api.cc',
9 'browser/extensions/api/diagnostics/diagnostics_api.h', 9 'browser/extensions/api/diagnostics/diagnostics_api.h',
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc',
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'browser/extensions/default_apps.h', 1038 'browser/extensions/default_apps.h',
1039 '<@(chrome_browser_extensions_non_chromeos_sources)', 1039 '<@(chrome_browser_extensions_non_chromeos_sources)',
1040 ], 1040 ],
1041 }], 1041 }],
1042 ['use_ash==1', { 1042 ['use_ash==1', {
1043 'sources': [ 1043 'sources': [
1044 'browser/extensions/api/tabs/ash_panel_contents.cc', 1044 'browser/extensions/api/tabs/ash_panel_contents.cc',
1045 'browser/extensions/api/tabs/ash_panel_contents.h', 1045 'browser/extensions/api/tabs/ash_panel_contents.h',
1046 ], 1046 ],
1047 }], 1047 }],
1048 ['branding=="Chrome" and chromeos==1', {
1049 'dependencies': [
1050 'browser/extensions/api/ledger/ledger.gyp:ledger_api',
1051 ],
1052 }],
1053 ['use_aura==1', { 1048 ['use_aura==1', {
1054 'dependencies': [ 1049 'dependencies': [
1055 '../ui/keyboard/keyboard.gyp:keyboard', 1050 '../ui/keyboard/keyboard.gyp:keyboard',
1056 '../ui/keyboard/keyboard.gyp:keyboard_resources', 1051 '../ui/keyboard/keyboard.gyp:keyboard_resources',
1057 ], 1052 ],
1058 }], 1053 }],
1059 ['OS=="linux"', { 1054 ['OS=="linux"', {
1060 'conditions': [ 1055 'conditions': [
1061 ['use_aura==1', { 1056 ['use_aura==1', {
1062 'dependencies': [ 1057 'dependencies': [
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 ], 1163 ],
1169 }, { # use_brlapi==0 1164 }, { # use_brlapi==0
1170 'sources': [ 1165 'sources': [
1171 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1166 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1172 ], 1167 ],
1173 }], 1168 }],
1174 ], 1169 ],
1175 }, 1170 },
1176 ], 1171 ],
1177 } 1172 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698