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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 2707 matching lines...) Expand 10 before | Expand all | Expand 10 after
2718 ], 2718 ],
2719 'dependencies': [ 2719 'dependencies': [
2720 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2720 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2721 'debugger', 2721 'debugger',
2722 'installer_util', 2722 'installer_util',
2723 '../components/components.gyp:app_modal', 2723 '../components/components.gyp:app_modal',
2724 '../components/components.gyp:autofill_content_risk_proto', 2724 '../components/components.gyp:autofill_content_risk_proto',
2725 '../components/components.gyp:translate_content_common', 2725 '../components/components.gyp:translate_content_common',
2726 '../content/app/resources/content_resources.gyp:content_resources', 2726 '../content/app/resources/content_resources.gyp:content_resources',
2727 '../media/media.gyp:media', 2727 '../media/media.gyp:media',
2728 '../mojo/mojo_edk.gyp:mojo_system_impl',
2729 '../net/net.gyp:net_with_v8', 2728 '../net/net.gyp:net_with_v8',
2730 '../storage/storage_browser.gyp:storage', 2729 '../storage/storage_browser.gyp:storage',
2731 '../storage/storage_common.gyp:storage_common', 2730 '../storage/storage_common.gyp:storage_common',
2732 '../third_party/expat/expat.gyp:expat', 2731 '../third_party/expat/expat.gyp:expat',
2733 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2732 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2734 '../third_party/libjingle/libjingle.gyp:libjingle', 2733 '../third_party/libjingle/libjingle.gyp:libjingle',
2734 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2735 '../third_party/npapi/npapi.gyp:npapi', 2735 '../third_party/npapi/npapi.gyp:npapi',
2736 '../third_party/re2/re2.gyp:re2', 2736 '../third_party/re2/re2.gyp:re2',
2737 '../ui/compositor/compositor.gyp:compositor', 2737 '../ui/compositor/compositor.gyp:compositor',
2738 '../ui/native_theme/native_theme.gyp:native_theme', 2738 '../ui/native_theme/native_theme.gyp:native_theme',
2739 '../ui/surface/surface.gyp:surface', 2739 '../ui/surface/surface.gyp:surface',
2740 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2740 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2741 '../v8/tools/gyp/v8.gyp:v8', 2741 '../v8/tools/gyp/v8.gyp:v8',
2742 ], 2742 ],
2743 'defines': [ 2743 'defines': [
2744 '<@(nacl_defines)', 2744 '<@(nacl_defines)',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
3149 ], 3149 ],
3150 'sources': [ 3150 'sources': [
3151 '<@(chrome_browser_ui_non_mobile_sources)', 3151 '<@(chrome_browser_ui_non_mobile_sources)',
3152 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3152 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3153 ], 3153 ],
3154 }], 3154 }],
3155 ], 3155 ],
3156 }, 3156 },
3157 ], 3157 ],
3158 } 3158 }
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