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

Side by Side Diff: chrome/chrome_browser_chromeos.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.gypi ('k') | chrome/chrome_browser_extensions.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 '../dbus/dbus.gyp:dbus', 1238 '../dbus/dbus.gyp:dbus',
1239 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1239 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1240 '../device/hid/hid.gyp:device_hid', 1240 '../device/hid/hid.gyp:device_hid',
1241 '../media/media.gyp:media', 1241 '../media/media.gyp:media',
1242 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_api', 1242 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_api',
1243 '../net/net.gyp:net', 1243 '../net/net.gyp:net',
1244 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 1244 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
1245 '../skia/skia.gyp:skia', 1245 '../skia/skia.gyp:skia',
1246 '../storage/storage_browser.gyp:storage', 1246 '../storage/storage_browser.gyp:storage',
1247 '../storage/storage_common.gyp:storage_common', 1247 '../storage/storage_common.gyp:storage_common',
1248 '../sync/sync.gyp:sync', 1248 '../components/sync.gyp:sync',
1249 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 1249 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
1250 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1250 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1251 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 1251 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
1252 '../third_party/icu/icu.gyp:icui18n', 1252 '../third_party/icu/icu.gyp:icui18n',
1253 '../third_party/icu/icu.gyp:icuuc', 1253 '../third_party/icu/icu.gyp:icuuc',
1254 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1254 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1255 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1255 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1256 '../third_party/protobuf/protobuf.gyp:protoc#host', 1256 '../third_party/protobuf/protobuf.gyp:protoc#host',
1257 '../third_party/re2/re2.gyp:re2', 1257 '../third_party/re2/re2.gyp:re2',
1258 '../third_party/zlib/zlib.gyp:zlib', 1258 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 11 matching lines...) Expand all
1270 '../ui/views/controls/webview/webview.gyp:webview', 1270 '../ui/views/controls/webview/webview.gyp:webview',
1271 '../ui/views/controls/webview/webview.gyp:webview', 1271 '../ui/views/controls/webview/webview.gyp:webview',
1272 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1272 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1273 '../url/url.gyp:url_lib', 1273 '../url/url.gyp:url_lib',
1274 '../v8/src/v8.gyp:v8', 1274 '../v8/src/v8.gyp:v8',
1275 'chrome_resources.gyp:chrome_strings', 1275 'chrome_resources.gyp:chrome_strings',
1276 ], 1276 ],
1277 'export_dependent_settings': [ 1277 'export_dependent_settings': [
1278 'browser/extensions/api/api_registration.gyp:chrome_api_registration', 1278 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
1279 'common/extensions/api/api.gyp:chrome_api', 1279 'common/extensions/api/api.gyp:chrome_api',
1280 '../sync/sync.gyp:sync', 1280 '../components/sync.gyp:sync',
1281 ], 1281 ],
1282 'include_dirs': [ 1282 'include_dirs': [
1283 # breakpad_linux.cc uses generated file_version_info_linux.h. 1283 # breakpad_linux.cc uses generated file_version_info_linux.h.
1284 '<(SHARED_INTERMEDIATE_DIR)', 1284 '<(SHARED_INTERMEDIATE_DIR)',
1285 '../breakpad/src', 1285 '../breakpad/src',
1286 ], 1286 ],
1287 'sources': [ '<@(browser_chromeos_sources)' ], 1287 'sources': [ '<@(browser_chromeos_sources)' ],
1288 'conditions': [ 1288 'conditions': [
1289 ['enable_extensions==1', { 1289 ['enable_extensions==1', {
1290 'dependencies': [ 1290 'dependencies': [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'browser/chromeos/attestation/attestation_signed_data.proto', 1390 'browser/chromeos/attestation/attestation_signed_data.proto',
1391 ], 1391 ],
1392 'variables': { 1392 'variables': {
1393 'proto_in_dir': 'browser/chromeos/attestation', 1393 'proto_in_dir': 'browser/chromeos/attestation',
1394 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1394 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1395 }, 1395 },
1396 'includes': [ '../build/protoc.gypi' ] 1396 'includes': [ '../build/protoc.gypi' ]
1397 }, 1397 },
1398 ], 1398 ],
1399 } 1399 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698