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

Side by Side Diff: content/content.gyp

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « content/common/mojo/channel_init.cc ('k') | content/content_app.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 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine. 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine.
9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' , 9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' ,
10 }, 10 },
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'type': 'none', 456 'type': 'none',
457 'dependencies': [ 457 'dependencies': [
458 '../base/base.gyp:base', 458 '../base/base.gyp:base',
459 '../device/battery/battery.gyp:device_battery_java', 459 '../device/battery/battery.gyp:device_battery_java',
460 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', 460 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java',
461 '../device/usb/usb.gyp:device_usb_java', 461 '../device/usb/usb.gyp:device_usb_java',
462 '../device/vibration/vibration.gyp:device_vibration_java', 462 '../device/vibration/vibration.gyp:device_vibration_java',
463 '../media/media.gyp:media_java', 463 '../media/media.gyp:media_java',
464 '../mojo/mojo_base.gyp:mojo_application_bindings', 464 '../mojo/mojo_base.gyp:mojo_application_bindings',
465 '../mojo/mojo_base.gyp:mojo_system_java', 465 '../mojo/mojo_base.gyp:mojo_system_java',
466 '../mojo/mojo_public.gyp:mojo_bindings_java',
466 '../net/net.gyp:net', 467 '../net/net.gyp:net',
467 '../skia/skia.gyp:skia_mojo', 468 '../skia/skia.gyp:skia_mojo',
468 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java',
469 '../ui/android/ui_android.gyp:ui_java', 469 '../ui/android/ui_android.gyp:ui_java',
470 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', 470 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava',
471 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', 471 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java',
472 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 472 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
473 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 473 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
474 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings', 474 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
475 'common_aidl', 475 'common_aidl',
476 'console_message_level_java', 476 'console_message_level_java',
477 'content_common', 477 'content_common',
478 'content_strings_grd', 478 'content_strings_grd',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 }, 677 },
678 'includes': [ 678 'includes': [
679 '../build/android/copy_ex.gypi', 679 '../build/android/copy_ex.gypi',
680 '../build/android/v8_external_startup_data_arch_suffix.gypi', 680 '../build/android/v8_external_startup_data_arch_suffix.gypi',
681 ], 681 ],
682 }, 682 },
683 ], 683 ],
684 }], # OS == "android" 684 }], # OS == "android"
685 ], 685 ],
686 } 686 }
OLDNEW
« no previous file with comments | « content/common/mojo/channel_init.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698