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

Side by Side Diff: extensions/shell/app_shell.gyp

Issue 1920853002: Drop support for Compact Language Detector v1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve yfriedman@ comment in chrome/android/chrome_apk.gyp 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 | « extensions/shell/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 'app_shell.gypi', 7 'app_shell.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 # Product name is used for Mac bundle. 10 # Product name is used for Mac bundle.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 42 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
43 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 43 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
44 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 44 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
45 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', 45 '<(DEPTH)/extensions/extensions.gyp:extensions_utility',
46 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 46 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
47 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration', 47 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration',
48 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', 48 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
49 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 49 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
50 '<(DEPTH)/skia/skia.gyp:skia', 50 '<(DEPTH)/skia/skia.gyp:skia',
51 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 51 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
52 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl',
52 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', 53 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime',
53 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 54 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
54 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 55 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
55 ], 56 ],
56 'export_dependent_settings': [ 57 'export_dependent_settings': [
57 '<(DEPTH)/content/content.gyp:content_browser', 58 '<(DEPTH)/content/content.gyp:content_browser',
58 ], 59 ],
59 'include_dirs': [ 60 'include_dirs': [
60 '../..', 61 '../..',
61 '<(SHARED_INTERMEDIATE_DIR)', 62 '<(SHARED_INTERMEDIATE_DIR)',
62 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', 63 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell',
63 ], 64 ],
64 'sources': [ 65 'sources': [
65 '<@(app_shell_lib_sources)', 66 '<@(app_shell_lib_sources)',
66 ], 67 ],
67 'conditions': [ 68 'conditions': [
68 [ 'cld_version==2', {
69 'dependencies': [
70 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
71 }],
72 ['use_aura==1', { 69 ['use_aura==1', {
73 'dependencies': [ 70 'dependencies': [
74 '<(DEPTH)/ui/wm/wm.gyp:wm', 71 '<(DEPTH)/ui/wm/wm.gyp:wm',
75 ], 72 ],
76 'sources': [ 73 'sources': [
77 '<@(app_shell_lib_sources_aura)', 74 '<@(app_shell_lib_sources_aura)',
78 ], 75 ],
79 }], 76 }],
80 ['chromeos==1', { 77 ['chromeos==1', {
81 'dependencies': [ 78 'dependencies': [
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '../../build/isolate.gypi', 400 '../../build/isolate.gypi',
404 ], 401 ],
405 'sources': [ 402 'sources': [
406 'app_shell_unittests.isolate', 403 'app_shell_unittests.isolate',
407 ], 404 ],
408 }, 405 },
409 ], 406 ],
410 }], 407 }],
411 ], 408 ],
412 } 409 }
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698