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

Side by Side Diff: content/content.gyp

Issue 1137393003: Add style information to the snapshot node (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address sievers review Created 5 years, 6 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/web_contents/web_contents_android.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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', 432 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java',
433 '../device/vibration/vibration.gyp:device_vibration_java', 433 '../device/vibration/vibration.gyp:device_vibration_java',
434 '../media/media.gyp:media_java', 434 '../media/media.gyp:media_java',
435 '../mojo/mojo_base.gyp:mojo_application_bindings', 435 '../mojo/mojo_base.gyp:mojo_application_bindings',
436 '../mojo/mojo_base.gyp:mojo_system_java', 436 '../mojo/mojo_base.gyp:mojo_system_java',
437 '../net/net.gyp:net', 437 '../net/net.gyp:net',
438 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', 438 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java',
439 '../ui/android/ui_android.gyp:ui_java', 439 '../ui/android/ui_android.gyp:ui_java',
440 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', 440 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava',
441 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', 441 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java',
442 '../ui/accessibility/accessibility.gyp:ax_enumerations_java',
no sievers 2015/05/27 19:55:57 Shouldn't you get this automatically by depending
sgurun-gerrit only 2015/05/29 00:35:24 Done.
442 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 443 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
443 'common_aidl', 444 'common_aidl',
444 'console_message_level_java', 445 'console_message_level_java',
445 'content_common', 446 'content_common',
446 'content_strings_grd', 447 'content_strings_grd',
447 'content_gamepad_mapping', 448 'content_gamepad_mapping',
448 'gesture_event_type_java', 449 'gesture_event_type_java',
449 'invalidate_types_java', 450 'invalidate_types_java',
450 'navigation_controller_java', 451 'navigation_controller_java',
451 'popup_item_type_java', 452 'popup_item_type_java',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 ], 621 ],
621 }, 622 },
622 ], 623 ],
623 }], 624 }],
624 ], 625 ],
625 }, 626 },
626 ], 627 ],
627 }], # OS == "android" 628 }], # OS == "android"
628 ], 629 ],
629 } 630 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698