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

Side by Side Diff: content/content.gyp

Issue 1756793004: Chrome-side patch for IsAppInstalled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@splitpatch2
Patch Set: Created 4 years, 9 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/installedapp/related_application.mojom ('k') | content/content_common.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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 '../skia/skia.gyp:skia_mojo', 459 '../skia/skia.gyp:skia_mojo',
460 '../ui/android/ui_android.gyp:ui_java', 460 '../ui/android/ui_android.gyp:ui_java',
461 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', 461 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava',
462 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', 462 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java',
463 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 463 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
464 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 464 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
465 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings', 465 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
466 'common_aidl', 466 'common_aidl',
467 'console_message_level_java', 467 'console_message_level_java',
468 'content_common', 468 'content_common',
469 'content_common_mojo_bindings',
469 'content_strings_grd', 470 'content_strings_grd',
470 'content_gamepad_mapping', 471 'content_gamepad_mapping',
471 'device_sensors_consts_java', 472 'device_sensors_consts_java',
472 'sensor_manager_android_java', 473 'sensor_manager_android_java',
473 'gesture_event_type_java', 474 'gesture_event_type_java',
474 'invalidate_types_java', 475 'invalidate_types_java',
475 'navigation_controller_java', 476 'navigation_controller_java',
476 'popup_item_type_java', 477 'popup_item_type_java',
477 'result_codes_java', 478 'result_codes_java',
478 'readback_response_java', 479 'readback_response_java',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 }, 669 },
669 'includes': [ 670 'includes': [
670 '../build/android/copy_ex.gypi', 671 '../build/android/copy_ex.gypi',
671 '../build/android/v8_external_startup_data_arch_suffix.gypi', 672 '../build/android/v8_external_startup_data_arch_suffix.gypi',
672 ], 673 ],
673 }, 674 },
674 ], 675 ],
675 }], # OS == "android" 676 }], # OS == "android"
676 ], 677 ],
677 } 678 }
OLDNEW
« no previous file with comments | « content/common/installedapp/related_application.mojom ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698