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

Side by Side Diff: build/all.gyp

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 years, 4 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 | « no previous file | chrome/chrome_browser.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 29 matching lines...) Expand all
40 'dependencies': [ 40 'dependencies': [
41 '../ios/ios.gyp:*', 41 '../ios/ios.gyp:*',
42 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 42 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
43 '../ui/ui_unittests.gyp:ui_unittests', 43 '../ui/ui_unittests.gyp:ui_unittests',
44 ], 44 ],
45 }], 45 }],
46 ['OS=="android"', { 46 ['OS=="android"', {
47 'dependencies': [ 47 'dependencies': [
48 '../content/content_shell_and_tests.gyp:content_shell_apk', 48 '../content/content_shell_and_tests.gyp:content_shell_apk',
49 '../mojo/mojo.gyp:mojo_shell_apk', 49 '../mojo/mojo.gyp:mojo_shell_apk',
50 '../mojo/mojo.gyp:mojo_test_apk', 50 '../mojo/mojo_base.gyp:mojo_test_apk',
51 '<@(android_app_targets)', 51 '<@(android_app_targets)',
52 'android_builder_tests', 52 'android_builder_tests',
53 '../android_webview/android_webview.gyp:android_webview_apk', 53 '../android_webview/android_webview.gyp:android_webview_apk',
54 '../chrome/chrome.gyp:chrome_shell_apk', 54 '../chrome/chrome.gyp:chrome_shell_apk',
55 '../remoting/remoting.gyp:remoting_apk', 55 '../remoting/remoting.gyp:remoting_apk',
56 '../tools/telemetry/telemetry.gyp:*#host', 56 '../tools/telemetry/telemetry.gyp:*#host',
57 # TODO(nyquist) This should instead by a target for sync when all of 57 # TODO(nyquist) This should instead by a target for sync when all of
58 # the sync-related code for Android has been upstreamed. 58 # the sync-related code for Android has been upstreamed.
59 # See http://crbug.com/159203 59 # See http://crbug.com/159203
60 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 60 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
(...skipping 22 matching lines...) Expand all
83 '../device/device_tests.gyp:*', 83 '../device/device_tests.gyp:*',
84 '../device/usb/usb.gyp:*', 84 '../device/usb/usb.gyp:*',
85 '../gin/gin.gyp:*', 85 '../gin/gin.gyp:*',
86 '../gpu/gpu.gyp:*', 86 '../gpu/gpu.gyp:*',
87 '../gpu/tools/tools.gyp:*', 87 '../gpu/tools/tools.gyp:*',
88 '../ipc/ipc.gyp:*', 88 '../ipc/ipc.gyp:*',
89 '../jingle/jingle.gyp:*', 89 '../jingle/jingle.gyp:*',
90 '../media/cast/cast.gyp:*', 90 '../media/cast/cast.gyp:*',
91 '../media/media.gyp:*', 91 '../media/media.gyp:*',
92 '../mojo/mojo.gyp:*', 92 '../mojo/mojo.gyp:*',
93 '../mojo/mojo_base.gyp:*',
93 '../ppapi/ppapi.gyp:*', 94 '../ppapi/ppapi.gyp:*',
94 '../ppapi/ppapi_internal.gyp:*', 95 '../ppapi/ppapi_internal.gyp:*',
95 '../ppapi/tools/ppapi_tools.gyp:*', 96 '../ppapi/tools/ppapi_tools.gyp:*',
96 '../printing/printing.gyp:*', 97 '../printing/printing.gyp:*',
97 '../skia/skia.gyp:*', 98 '../skia/skia.gyp:*',
98 '../sync/tools/sync_tools.gyp:*', 99 '../sync/tools/sync_tools.gyp:*',
99 '../third_party/WebKit/public/all.gyp:*', 100 '../third_party/WebKit/public/all.gyp:*',
100 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 101 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
101 '../third_party/codesighs/codesighs.gyp:*', 102 '../third_party/codesighs/codesighs.gyp:*',
102 '../third_party/ffmpeg/ffmpeg.gyp:*', 103 '../third_party/ffmpeg/ffmpeg.gyp:*',
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 'dependencies': [ 1279 'dependencies': [
1279 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1280 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1280 '../ui/views/views.gyp:views', 1281 '../ui/views/views.gyp:views',
1281 '../ui/views/views.gyp:views_unittests', 1282 '../ui/views/views.gyp:views_unittests',
1282 ], 1283 ],
1283 }, # target_name: macviews_builder 1284 }, # target_name: macviews_builder
1284 ], # targets 1285 ], # targets
1285 }], # os=='mac' and toolkit_views==1 1286 }], # os=='mac' and toolkit_views==1
1286 ], # conditions 1287 ], # conditions
1287 } 1288 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698