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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3324 matching lines...) Expand 10 before | Expand all | Expand 10 after
3335 '../components/mime_util/mime_util.gyp:mime_util', 3335 '../components/mime_util/mime_util.gyp:mime_util',
3336 '../components/tracing.gyp:tracing', 3336 '../components/tracing.gyp:tracing',
3337 '../components/url_formatter/url_formatter.gyp:url_formatter', 3337 '../components/url_formatter/url_formatter.gyp:url_formatter',
3338 '../content/content.gyp:content_browser', 3338 '../content/content.gyp:content_browser',
3339 '../content/content.gyp:content_common', 3339 '../content/content.gyp:content_common',
3340 '../courgette/courgette.gyp:courgette_lib', 3340 '../courgette/courgette.gyp:courgette_lib',
3341 '../crypto/crypto.gyp:crypto', 3341 '../crypto/crypto.gyp:crypto',
3342 '../google_apis/google_apis.gyp:google_apis', 3342 '../google_apis/google_apis.gyp:google_apis',
3343 '../skia/skia.gyp:skia', 3343 '../skia/skia.gyp:skia',
3344 '../sql/sql.gyp:sql', 3344 '../sql/sql.gyp:sql',
3345 '../sync/sync.gyp:sync', 3345 '../components/sync.gyp:sync',
3346 '../third_party/boringssl/boringssl.gyp:boringssl', 3346 '../third_party/boringssl/boringssl.gyp:boringssl',
3347 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 3347 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
3348 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 3348 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
3349 '../third_party/icu/icu.gyp:icui18n', 3349 '../third_party/icu/icu.gyp:icui18n',
3350 '../third_party/icu/icu.gyp:icuuc', 3350 '../third_party/icu/icu.gyp:icuuc',
3351 '../third_party/libxml/libxml.gyp:libxml', 3351 '../third_party/libxml/libxml.gyp:libxml',
3352 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 3352 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
3353 '../third_party/zlib/google/zip.gyp:compression_utils', 3353 '../third_party/zlib/google/zip.gyp:compression_utils',
3354 '../third_party/zlib/google/zip.gyp:zip', 3354 '../third_party/zlib/google/zip.gyp:zip',
3355 '../third_party/zlib/zlib.gyp:minizip', 3355 '../third_party/zlib/zlib.gyp:minizip',
(...skipping 13 matching lines...) Expand all
3369 '..', 3369 '..',
3370 '<(INTERMEDIATE_DIR)', 3370 '<(INTERMEDIATE_DIR)',
3371 # Needed by chrome_content_renderer_client.cc. & 3371 # Needed by chrome_content_renderer_client.cc. &
3372 # plugin_info_message_filter.cc. 3372 # plugin_info_message_filter.cc.
3373 '<(SHARED_INTERMEDIATE_DIR)', 3373 '<(SHARED_INTERMEDIATE_DIR)',
3374 ], 3374 ],
3375 'export_dependent_settings': [ 3375 'export_dependent_settings': [
3376 '../components/components.gyp:autofill_core_browser', 3376 '../components/components.gyp:autofill_core_browser',
3377 '../content/content.gyp:content_browser', 3377 '../content/content.gyp:content_browser',
3378 '../sql/sql.gyp:sql', 3378 '../sql/sql.gyp:sql',
3379 '../sync/sync.gyp:sync', 3379 '../components/sync.gyp:sync',
3380 ], 3380 ],
3381 # sources applied to all configurations 3381 # sources applied to all configurations
3382 'sources': [ 3382 'sources': [
3383 '<@(chrome_browser_undo_sources)', 3383 '<@(chrome_browser_undo_sources)',
3384 ], 3384 ],
3385 'includes': [ 3385 'includes': [
3386 # Disable LTO due to ELF section name out of range 3386 # Disable LTO due to ELF section name out of range
3387 # crbug.com/422251 3387 # crbug.com/422251
3388 '../build/android/disable_gcc_lto.gypi', 3388 '../build/android/disable_gcc_lto.gypi',
3389 ], 3389 ],
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
4338 '../components/components.gyp:rlz', 4338 '../components/components.gyp:rlz',
4339 '../components/components.gyp:search_engines', 4339 '../components/components.gyp:search_engines',
4340 '../rlz/rlz.gyp:rlz_lib', 4340 '../rlz/rlz.gyp:rlz_lib',
4341 'common', 4341 'common',
4342 ], 4342 ],
4343 }, 4343 },
4344 ], 4344 ],
4345 }], 4345 }],
4346 ], 4346 ],
4347 } 4347 }
OLDNEW
« build/all.gyp ('K') | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698