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

Side by Side Diff: content/content.gyp

Issue 701823002: Separate out Touch Selection Orientation enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/android/popup_touch_handle_drawable.cc ('k') | content/public/android/BUILD.gn » ('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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 '../base/base.gyp:base', 429 '../base/base.gyp:base',
430 '../device/battery/battery.gyp:device_battery_java', 430 '../device/battery/battery.gyp:device_battery_java',
431 '../device/vibration/vibration.gyp:device_vibration_java', 431 '../device/vibration/vibration.gyp:device_vibration_java',
432 '../media/media.gyp:media_java', 432 '../media/media.gyp:media_java',
433 '../mojo/mojo_base.gyp:mojo_system_java', 433 '../mojo/mojo_base.gyp:mojo_system_java',
434 '../net/net.gyp:net', 434 '../net/net.gyp:net',
435 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', 435 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
436 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', 436 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java',
437 '../ui/android/ui_android.gyp:ui_java', 437 '../ui/android/ui_android.gyp:ui_java',
438 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', 438 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava',
439 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java',
439 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 440 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
440 'common_aidl', 441 'common_aidl',
441 'console_message_level_java', 442 'console_message_level_java',
442 'content_common', 443 'content_common',
443 'content_strings_grd', 444 'content_strings_grd',
444 'content_gamepad_mapping', 445 'content_gamepad_mapping',
445 'gesture_event_type_java', 446 'gesture_event_type_java',
446 'navigation_controller_java', 447 'navigation_controller_java',
447 'popup_item_type_java', 448 'popup_item_type_java',
448 'result_codes_java', 449 'result_codes_java',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 ], 600 ],
600 }, 601 },
601 ], 602 ],
602 }], 603 }],
603 ], 604 ],
604 }, 605 },
605 ], 606 ],
606 }], # OS == "android" 607 }], # OS == "android"
607 ], 608 ],
608 } 609 }
OLDNEW
« no previous file with comments | « content/browser/android/popup_touch_handle_drawable.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698