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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1065743003: Reland: Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed patch set Created 5 years, 7 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 | « BUILD.gn ('k') | build/all.gyp » ('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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'android_webview_pak', 10 'target_name': 'android_webview_pak',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 '../content/content.gyp:content_browser', 174 '../content/content.gyp:content_browser',
175 '../gin/gin.gyp:gin', 175 '../gin/gin.gyp:gin',
176 '../gpu/blink/gpu_blink.gyp:gpu_blink', 176 '../gpu/blink/gpu_blink.gyp:gpu_blink',
177 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 177 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
178 '../gpu/gpu.gyp:command_buffer_service', 178 '../gpu/gpu.gyp:command_buffer_service',
179 '../gpu/gpu.gyp:gl_in_process_context', 179 '../gpu/gpu.gyp:gl_in_process_context',
180 '../gpu/gpu.gyp:gles2_c_lib', 180 '../gpu/gpu.gyp:gles2_c_lib',
181 '../gpu/gpu.gyp:gles2_implementation', 181 '../gpu/gpu.gyp:gles2_implementation',
182 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 182 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
183 '../media/media.gyp:media', 183 '../media/media.gyp:media',
184 '../media/midi/midi.gyp:midi',
184 '../printing/printing.gyp:printing', 185 '../printing/printing.gyp:printing',
185 '../skia/skia.gyp:skia', 186 '../skia/skia.gyp:skia',
186 '../third_party/WebKit/public/blink.gyp:blink', 187 '../third_party/WebKit/public/blink.gyp:blink',
187 '../ui/gl/gl.gyp:gl', 188 '../ui/gl/gl.gyp:gl',
188 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 189 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
189 '../v8/tools/gyp/v8.gyp:v8', 190 '../v8/tools/gyp/v8.gyp:v8',
190 'android_webview_pak', 191 'android_webview_pak',
191 'android_webview_version', 192 'android_webview_version',
192 ], 193 ],
193 'include_dirs': [ 194 'include_dirs': [
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'java_in_dir': 'glue/java', 374 'java_in_dir': 'glue/java',
374 'resource_dir': 'apk/java/res', 375 'resource_dir': 'apk/java/res',
375 }, 376 },
376 'includes': [ 'apk/system_webview_apk_common.gypi' ], 377 'includes': [ 'apk/system_webview_apk_common.gypi' ],
377 }, 378 },
378 ], 379 ],
379 'includes': [ 380 'includes': [
380 'android_webview_tests.gypi', 381 'android_webview_tests.gypi',
381 ], 382 ],
382 } 383 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698