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

Side by Side Diff: chrome/chrome_browser_ui.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_extensions.gypi ('k') | chrome/chrome_tests.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 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2872 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 '../components/components.gyp:update_client', 2883 '../components/components.gyp:update_client',
2884 '../components/components.gyp:version_ui', 2884 '../components/components.gyp:version_ui',
2885 '../components/components.gyp:zoom', 2885 '../components/components.gyp:zoom',
2886 '../components/components_resources.gyp:components_resources', 2886 '../components/components_resources.gyp:components_resources',
2887 '../components/components_strings.gyp:components_strings', 2887 '../components/components_strings.gyp:components_strings',
2888 '../components/url_formatter/url_formatter.gyp:url_formatter', 2888 '../components/url_formatter/url_formatter.gyp:url_formatter',
2889 '../content/content.gyp:content_browser', 2889 '../content/content.gyp:content_browser',
2890 '../content/content.gyp:content_common', 2890 '../content/content.gyp:content_common',
2891 '../crypto/crypto.gyp:crypto', 2891 '../crypto/crypto.gyp:crypto',
2892 '../skia/skia.gyp:skia', 2892 '../skia/skia.gyp:skia',
2893 '../sync/sync.gyp:sync', 2893 '../components/sync.gyp:sync',
2894 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2894 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2895 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2895 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2896 '../third_party/icu/icu.gyp:icui18n', 2896 '../third_party/icu/icu.gyp:icui18n',
2897 '../third_party/icu/icu.gyp:icuuc', 2897 '../third_party/icu/icu.gyp:icuuc',
2898 '../third_party/zlib/zlib.gyp:zlib', 2898 '../third_party/zlib/zlib.gyp:zlib',
2899 '../ui/accessibility/accessibility.gyp:accessibility', 2899 '../ui/accessibility/accessibility.gyp:accessibility',
2900 '../ui/base/ui_base.gyp:ui_base', 2900 '../ui/base/ui_base.gyp:ui_base',
2901 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators', 2901 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators',
2902 '../ui/display/display.gyp:display', 2902 '../ui/display/display.gyp:display',
2903 '../ui/events/events.gyp:events', 2903 '../ui/events/events.gyp:events',
2904 '../ui/events/events.gyp:gesture_detection', 2904 '../ui/events/events.gyp:gesture_detection',
2905 '../ui/gfx/gfx.gyp:gfx', 2905 '../ui/gfx/gfx.gyp:gfx',
2906 '../ui/gfx/gfx.gyp:gfx_geometry', 2906 '../ui/gfx/gfx.gyp:gfx_geometry',
2907 '../ui/message_center/message_center.gyp:message_center', 2907 '../ui/message_center/message_center.gyp:message_center',
2908 '../ui/resources/ui_resources.gyp:ui_resources', 2908 '../ui/resources/ui_resources.gyp:ui_resources',
2909 '../ui/snapshot/snapshot.gyp:snapshot', 2909 '../ui/snapshot/snapshot.gyp:snapshot',
2910 '../ui/strings/ui_strings.gyp:ui_strings', 2910 '../ui/strings/ui_strings.gyp:ui_strings',
2911 ], 2911 ],
2912 'include_dirs': [ 2912 'include_dirs': [
2913 '..', 2913 '..',
2914 '<(INTERMEDIATE_DIR)', 2914 '<(INTERMEDIATE_DIR)',
2915 # Needed by pepper_flash_component_installer.cc. 2915 # Needed by pepper_flash_component_installer.cc.
2916 '<(SHARED_INTERMEDIATE_DIR)', 2916 '<(SHARED_INTERMEDIATE_DIR)',
2917 ], 2917 ],
2918 'export_dependent_settings': [ 2918 'export_dependent_settings': [
2919 '../components/components.gyp:dom_distiller_core', 2919 '../components/components.gyp:dom_distiller_core',
2920 '../sync/sync.gyp:sync', 2920 '../components/sync.gyp:sync',
2921 ], 2921 ],
2922 'includes': [ 2922 'includes': [
2923 # Disable LTO due to undefined reference 2923 # Disable LTO due to undefined reference
2924 # crbug.com/422252 2924 # crbug.com/422252
2925 '../build/android/disable_gcc_lto.gypi', 2925 '../build/android/disable_gcc_lto.gypi',
2926 ], 2926 ],
2927 'conditions': [ 2927 'conditions': [
2928 ['OS != "ios"', { 2928 ['OS != "ios"', {
2929 'sources': [ 2929 'sources': [
2930 '<@(chrome_browser_ui_non_ios_sources)', 2930 '<@(chrome_browser_ui_non_ios_sources)',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
3367 ], 3367 ],
3368 'sources': [ 3368 'sources': [
3369 '<@(chrome_browser_ui_non_mobile_sources)', 3369 '<@(chrome_browser_ui_non_mobile_sources)',
3370 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3370 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3371 ], 3371 ],
3372 }], 3372 }],
3373 ], 3373 ],
3374 }, 3374 },
3375 ], 3375 ],
3376 } 3376 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698