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

Side by Side Diff: chrome/chrome_browser_ui.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 # 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 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 '../components/components.gyp:update_client', 2885 '../components/components.gyp:update_client',
2886 '../components/components.gyp:version_ui', 2886 '../components/components.gyp:version_ui',
2887 '../components/components.gyp:zoom', 2887 '../components/components.gyp:zoom',
2888 '../components/components_resources.gyp:components_resources', 2888 '../components/components_resources.gyp:components_resources',
2889 '../components/components_strings.gyp:components_strings', 2889 '../components/components_strings.gyp:components_strings',
2890 '../components/url_formatter/url_formatter.gyp:url_formatter', 2890 '../components/url_formatter/url_formatter.gyp:url_formatter',
2891 '../content/content.gyp:content_browser', 2891 '../content/content.gyp:content_browser',
2892 '../content/content.gyp:content_common', 2892 '../content/content.gyp:content_common',
2893 '../crypto/crypto.gyp:crypto', 2893 '../crypto/crypto.gyp:crypto',
2894 '../skia/skia.gyp:skia', 2894 '../skia/skia.gyp:skia',
2895 '../sync/sync.gyp:sync', 2895 '../components/sync.gyp:sync',
2896 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2896 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2897 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2897 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2898 '../third_party/icu/icu.gyp:icui18n', 2898 '../third_party/icu/icu.gyp:icui18n',
2899 '../third_party/icu/icu.gyp:icuuc', 2899 '../third_party/icu/icu.gyp:icuuc',
2900 '../third_party/zlib/zlib.gyp:zlib', 2900 '../third_party/zlib/zlib.gyp:zlib',
2901 '../ui/accessibility/accessibility.gyp:accessibility', 2901 '../ui/accessibility/accessibility.gyp:accessibility',
2902 '../ui/base/ui_base.gyp:ui_base', 2902 '../ui/base/ui_base.gyp:ui_base',
2903 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators', 2903 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators',
2904 '../ui/display/display.gyp:display', 2904 '../ui/display/display.gyp:display',
2905 '../ui/events/events.gyp:events', 2905 '../ui/events/events.gyp:events',
2906 '../ui/events/events.gyp:gesture_detection', 2906 '../ui/events/events.gyp:gesture_detection',
2907 '../ui/gfx/gfx.gyp:gfx', 2907 '../ui/gfx/gfx.gyp:gfx',
2908 '../ui/gfx/gfx.gyp:gfx_geometry', 2908 '../ui/gfx/gfx.gyp:gfx_geometry',
2909 '../ui/message_center/message_center.gyp:message_center', 2909 '../ui/message_center/message_center.gyp:message_center',
2910 '../ui/resources/ui_resources.gyp:ui_resources', 2910 '../ui/resources/ui_resources.gyp:ui_resources',
2911 '../ui/snapshot/snapshot.gyp:snapshot', 2911 '../ui/snapshot/snapshot.gyp:snapshot',
2912 '../ui/strings/ui_strings.gyp:ui_strings', 2912 '../ui/strings/ui_strings.gyp:ui_strings',
2913 ], 2913 ],
2914 'include_dirs': [ 2914 'include_dirs': [
2915 '..', 2915 '..',
2916 '<(INTERMEDIATE_DIR)', 2916 '<(INTERMEDIATE_DIR)',
2917 # Needed by pepper_flash_component_installer.cc. 2917 # Needed by pepper_flash_component_installer.cc.
2918 '<(SHARED_INTERMEDIATE_DIR)', 2918 '<(SHARED_INTERMEDIATE_DIR)',
2919 ], 2919 ],
2920 'export_dependent_settings': [ 2920 'export_dependent_settings': [
2921 '../components/components.gyp:dom_distiller_core', 2921 '../components/components.gyp:dom_distiller_core',
2922 '../sync/sync.gyp:sync', 2922 '../components/sync.gyp:sync',
2923 ], 2923 ],
2924 'includes': [ 2924 'includes': [
2925 # Disable LTO due to undefined reference 2925 # Disable LTO due to undefined reference
2926 # crbug.com/422252 2926 # crbug.com/422252
2927 '../build/android/disable_gcc_lto.gypi', 2927 '../build/android/disable_gcc_lto.gypi',
2928 ], 2928 ],
2929 'conditions': [ 2929 'conditions': [
2930 ['OS != "ios"', { 2930 ['OS != "ios"', {
2931 'sources': [ 2931 'sources': [
2932 '<@(chrome_browser_ui_non_ios_sources)', 2932 '<@(chrome_browser_ui_non_ios_sources)',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
3370 ], 3370 ],
3371 'sources': [ 3371 'sources': [
3372 '<@(chrome_browser_ui_non_mobile_sources)', 3372 '<@(chrome_browser_ui_non_mobile_sources)',
3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3374 ], 3374 ],
3375 }], 3375 }],
3376 ], 3376 ],
3377 }, 3377 },
3378 ], 3378 ],
3379 } 3379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698