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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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_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 '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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 '../device/hid/hid.gyp:device_hid', 964 '../device/hid/hid.gyp:device_hid',
965 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat ion', 965 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat ion',
966 '../extensions/common/api/api.gyp:extensions_api', 966 '../extensions/common/api/api.gyp:extensions_api',
967 '../extensions/extensions.gyp:extensions_browser', 967 '../extensions/extensions.gyp:extensions_browser',
968 '../extensions/extensions_resources.gyp:extensions_resources', 968 '../extensions/extensions_resources.gyp:extensions_resources',
969 '../extensions/extensions_strings.gyp:extensions_strings', 969 '../extensions/extensions_strings.gyp:extensions_strings',
970 '../net/net.gyp:net', 970 '../net/net.gyp:net',
971 '../skia/skia.gyp:skia', 971 '../skia/skia.gyp:skia',
972 '../storage/storage_browser.gyp:storage', 972 '../storage/storage_browser.gyp:storage',
973 '../storage/storage_common.gyp:storage_common', 973 '../storage/storage_common.gyp:storage_common',
974 '../sync/sync.gyp:sync', 974 '../components/sync.gyp:sync',
975 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 975 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
976 '../third_party/icu/icu.gyp:icui18n', 976 '../third_party/icu/icu.gyp:icui18n',
977 '../third_party/icu/icu.gyp:icuuc', 977 '../third_party/icu/icu.gyp:icuuc',
978 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 978 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
979 '../third_party/re2/re2.gyp:re2', 979 '../third_party/re2/re2.gyp:re2',
980 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 980 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
981 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 981 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
982 '../ui/accessibility/accessibility.gyp:ax_gen', 982 '../ui/accessibility/accessibility.gyp:ax_gen',
983 '../ui/base/ui_base.gyp:ui_base', 983 '../ui/base/ui_base.gyp:ui_base',
984 '../ui/gfx/gfx.gyp:gfx', 984 '../ui/gfx/gfx.gyp:gfx',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 ], 1136 ],
1137 }, { # use_brlapi==0 1137 }, { # use_brlapi==0
1138 'sources': [ 1138 'sources': [
1139 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1139 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1140 ], 1140 ],
1141 }], 1141 }],
1142 ], 1142 ],
1143 }, 1143 },
1144 ], 1144 ],
1145 } 1145 }
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