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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_chromeos.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 2959 matching lines...) Expand 10 before | Expand all | Expand 10 after
2970 '../net/net.gyp:stale_while_revalidate_experiment_domains', 2970 '../net/net.gyp:stale_while_revalidate_experiment_domains',
2971 '../storage/storage_browser.gyp:storage', 2971 '../storage/storage_browser.gyp:storage',
2972 '../storage/storage_common.gyp:storage_common', 2972 '../storage/storage_common.gyp:storage_common',
2973 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2973 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2974 '../third_party/re2/re2.gyp:re2', 2974 '../third_party/re2/re2.gyp:re2',
2975 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2975 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
2976 '../ui/compositor/compositor.gyp:compositor', 2976 '../ui/compositor/compositor.gyp:compositor',
2977 '../ui/native_theme/native_theme.gyp:native_theme', 2977 '../ui/native_theme/native_theme.gyp:native_theme',
2978 '../ui/surface/surface.gyp:surface', 2978 '../ui/surface/surface.gyp:surface',
2979 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2979 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2980 '../v8/tools/gyp/v8.gyp:v8', 2980 '../v8/src/v8.gyp:v8',
2981 ], 2981 ],
2982 }, { # OS == "ios" 2982 }, { # OS == "ios"
2983 'sources': [ 2983 'sources': [
2984 '<@(chrome_browser_ui_ios_sources)' 2984 '<@(chrome_browser_ui_ios_sources)'
2985 ], 2985 ],
2986 'sources!': [ 2986 'sources!': [
2987 'browser/ui/external_protocol_dialog_delegate.cc', 2987 'browser/ui/external_protocol_dialog_delegate.cc',
2988 ], 2988 ],
2989 'dependencies': [ 2989 'dependencies': [
2990 '../net/net.gyp:net', 2990 '../net/net.gyp:net',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
3378 ], 3378 ],
3379 'sources': [ 3379 'sources': [
3380 '<@(chrome_browser_ui_non_mobile_sources)', 3380 '<@(chrome_browser_ui_non_mobile_sources)',
3381 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3381 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3382 ], 3382 ],
3383 }], 3383 }],
3384 ], 3384 ],
3385 }, 3385 },
3386 ], 3386 ],
3387 } 3387 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698