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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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_common.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 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 '../components/components.gyp:app_modal', 2923 '../components/components.gyp:app_modal',
2924 '../components/components.gyp:autofill_content_risk_proto', 2924 '../components/components.gyp:autofill_content_risk_proto',
2925 '../components/components.gyp:crash_core_browser', 2925 '../components/components.gyp:crash_core_browser',
2926 '../components/components.gyp:flags_ui', 2926 '../components/components.gyp:flags_ui',
2927 '../components/components.gyp:net_log', 2927 '../components/components.gyp:net_log',
2928 '../components/components.gyp:page_load_metrics_browser', 2928 '../components/components.gyp:page_load_metrics_browser',
2929 '../components/components.gyp:translate_content_common', 2929 '../components/components.gyp:translate_content_common',
2930 '../components/components_resources.gyp:components_resources', 2930 '../components/components_resources.gyp:components_resources',
2931 '../content/app/resources/content_resources.gyp:content_resources', 2931 '../content/app/resources/content_resources.gyp:content_resources',
2932 '../media/media.gyp:media', 2932 '../media/media.gyp:media',
2933 '../mojo/mojo_edk.gyp:mojo_system_impl',
2933 '../net/net.gyp:net_with_v8', 2934 '../net/net.gyp:net_with_v8',
2934 '../net/net.gyp:stale_while_revalidate_experiment_domains', 2935 '../net/net.gyp:stale_while_revalidate_experiment_domains',
2935 '../storage/storage_browser.gyp:storage', 2936 '../storage/storage_browser.gyp:storage',
2936 '../storage/storage_common.gyp:storage_common', 2937 '../storage/storage_common.gyp:storage_common',
2937 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2938 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2938 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2939 '../third_party/re2/re2.gyp:re2', 2939 '../third_party/re2/re2.gyp:re2',
2940 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2940 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
2941 '../ui/compositor/compositor.gyp:compositor', 2941 '../ui/compositor/compositor.gyp:compositor',
2942 '../ui/native_theme/native_theme.gyp:native_theme', 2942 '../ui/native_theme/native_theme.gyp:native_theme',
2943 '../ui/surface/surface.gyp:surface', 2943 '../ui/surface/surface.gyp:surface',
2944 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2944 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2945 '../v8/tools/gyp/v8.gyp:v8', 2945 '../v8/tools/gyp/v8.gyp:v8',
2946 ], 2946 ],
2947 }, { # OS == "ios" 2947 }, { # OS == "ios"
2948 'sources': [ 2948 'sources': [
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
3346 ], 3346 ],
3347 'sources': [ 3347 'sources': [
3348 '<@(chrome_browser_ui_non_mobile_sources)', 3348 '<@(chrome_browser_ui_non_mobile_sources)',
3349 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3349 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3350 ], 3350 ],
3351 }], 3351 }],
3352 ], 3352 ],
3353 }, 3353 },
3354 ], 3354 ],
3355 } 3355 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698