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

Side by Side Diff: content/content.gyp

Issue 1324173002: [Background Sync] Use GcmNetworkManager to start the browser for sync events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@bgsync-fix-background5
Patch Set: Fix crash caused by zero-length launch window Created 5 years, 3 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
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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 '../media/media.gyp:media_java', 435 '../media/media.gyp:media_java',
436 '../mojo/mojo_base.gyp:mojo_application_bindings', 436 '../mojo/mojo_base.gyp:mojo_application_bindings',
437 '../mojo/mojo_base.gyp:mojo_system_java', 437 '../mojo/mojo_base.gyp:mojo_system_java',
438 '../net/net.gyp:net', 438 '../net/net.gyp:net',
439 '../skia/skia.gyp:skia_mojo', 439 '../skia/skia.gyp:skia_mojo',
440 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', 440 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java',
441 '../ui/android/ui_android.gyp:ui_java', 441 '../ui/android/ui_android.gyp:ui_java',
442 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', 442 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava',
443 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', 443 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java',
444 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 444 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
445 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
445 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 446 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
446 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings', 447 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
447 'common_aidl', 448 'common_aidl',
448 'console_message_level_java', 449 'console_message_level_java',
449 'content_common', 450 'content_common',
450 'content_strings_grd', 451 'content_strings_grd',
451 'content_gamepad_mapping', 452 'content_gamepad_mapping',
452 'gesture_event_type_java', 453 'gesture_event_type_java',
453 'invalidate_types_java', 454 'invalidate_types_java',
454 'navigation_controller_java', 455 'navigation_controller_java',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ], 644 ],
644 }, 645 },
645 ], 646 ],
646 }], 647 }],
647 ], 648 ],
648 }, 649 },
649 ], 650 ],
650 }], # OS == "android" 651 }], # OS == "android"
651 ], 652 ],
652 } 653 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698