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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 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_tests_unit.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 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after
2894 '../components/components.gyp:app_modal', 2894 '../components/components.gyp:app_modal',
2895 '../components/components.gyp:autofill_content_risk_proto', 2895 '../components/components.gyp:autofill_content_risk_proto',
2896 '../components/components.gyp:crash_core_browser', 2896 '../components/components.gyp:crash_core_browser',
2897 '../components/components.gyp:flags_ui', 2897 '../components/components.gyp:flags_ui',
2898 '../components/components.gyp:net_log', 2898 '../components/components.gyp:net_log',
2899 '../components/components.gyp:page_load_metrics_browser', 2899 '../components/components.gyp:page_load_metrics_browser',
2900 '../components/components.gyp:translate_content_common', 2900 '../components/components.gyp:translate_content_common',
2901 '../components/components_resources.gyp:components_resources', 2901 '../components/components_resources.gyp:components_resources',
2902 '../content/app/resources/content_resources.gyp:content_resources', 2902 '../content/app/resources/content_resources.gyp:content_resources',
2903 '../media/media.gyp:media', 2903 '../media/media.gyp:media',
2904 '../mojo/mojo_edk.gyp:mojo_system_impl',
2904 '../net/net.gyp:net_with_v8', 2905 '../net/net.gyp:net_with_v8',
2905 '../net/net.gyp:stale_while_revalidate_experiment_domains', 2906 '../net/net.gyp:stale_while_revalidate_experiment_domains',
2906 '../storage/storage_browser.gyp:storage', 2907 '../storage/storage_browser.gyp:storage',
2907 '../storage/storage_common.gyp:storage_common', 2908 '../storage/storage_common.gyp:storage_common',
2908 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2909 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2909 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2910 '../third_party/re2/re2.gyp:re2', 2910 '../third_party/re2/re2.gyp:re2',
2911 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2911 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
2912 '../ui/compositor/compositor.gyp:compositor', 2912 '../ui/compositor/compositor.gyp:compositor',
2913 '../ui/native_theme/native_theme.gyp:native_theme', 2913 '../ui/native_theme/native_theme.gyp:native_theme',
2914 '../ui/surface/surface.gyp:surface', 2914 '../ui/surface/surface.gyp:surface',
2915 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2915 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2916 '../v8/tools/gyp/v8.gyp:v8', 2916 '../v8/tools/gyp/v8.gyp:v8',
2917 ], 2917 ],
2918 }, { # OS == "ios" 2918 }, { # OS == "ios"
2919 'sources': [ 2919 'sources': [
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3308 ], 3308 ],
3309 'sources': [ 3309 'sources': [
3310 '<@(chrome_browser_ui_non_mobile_sources)', 3310 '<@(chrome_browser_ui_non_mobile_sources)',
3311 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3311 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3312 ], 3312 ],
3313 }], 3313 }],
3314 ], 3314 ],
3315 }, 3315 },
3316 ], 3316 ],
3317 } 3317 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698